Sha256: b726aad548e89b766e66963b50a611b4c9fd4a40913c450949fc80c2647ab028
Contents?: true
Size: 388 Bytes
Versions: 5
Compression:
Stored size: 388 Bytes
Contents
source 'https://rubygems.org' gem 'rake', '>= 10.0' gem 'activerecord', ENV['AR'] ? ENV['AR'].split(",") : [">= 4.2.7", "< 7.1.0", "!= 5.2.3", "!=5.2.3.rc1"] gem 'railties', ENV['AR'] ? ENV['AR'].split(",") : [">= 4.2.7", "< 7.1.0", "!= 5.2.3", "!=5.2.3.rc1"] group :dev do gem 'sqlite3', ENV['SQL'] ? ENV['SQL'].split(",") : ['~> 1.4'] gem 'rspec', '>= 2.99.0' gem 'jeweler' end
Version data entries
5 entries across 5 versions & 3 rubygems
Version | Path |
---|---|
standalone_migrations-7.1.1 | Gemfile |
standalone_migrations_sp-7.1.1 | Gemfile |
cairn-7.1.1 | Gemfile |
cairn-7.1.0 | Gemfile |
standalone_migrations-7.1.0 | Gemfile |