Sha256: 552170473e560e699cce8326c5c3921442d2e529cea8c93e7198a00c180822d2
Contents?: true
Size: 588 Bytes
Versions: 1
Compression:
Stored size: 588 Bytes
Contents
# frozen_string_literal: true source "https://rubygems.org" gemspec path: ".." gem "bcrypt", "~> 3.1" gem "rails", "~> 6.0.0", "<= 6.1" gem "sequel", ">= 4.0" gem "sqlite3", "~> 1.3.5" group :test do gem "rspec-core", git: "https://github.com/rspec/rspec-core.git" gem "rspec-expectations", git: "https://github.com/rspec/rspec-expectations.git" gem "rspec-mocks", git: "https://github.com/rspec/rspec-mocks.git" gem "rspec-rails", branch: "4-0-dev", git: "https://github.com/rspec/rspec-rails.git" gem "rspec-support", git: "https://github.com/rspec/rspec-support.git" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
doorkeeper-sequel-2.1.0 | gemfiles/rails-6.0.gemfile |