1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

exclude mongoid from Rails 5.0 tests as it is not yet compatible

This commit is contained in:
Thorsten Böttger 2016-05-06 15:14:44 +12:00
parent a6b6de6962
commit d24d74d744

View file

@ -6,8 +6,12 @@ gem 'rubinius-developer_tools', :platforms => :rbx
gem "jruby-openssl", :platforms => :jruby
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
gem "mime-types", "~> 2" if Gem::Version.create(RUBY_VERSION.dup) <= Gem::Version.create('1.9.3')
gem "rails", "5.0.0.beta4"
# mongoid is not yet Rails 5 compatible
gem 'mongoid', '~>4.0' if Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.create('1.9.3')
gem 'sequel'
# dynamoid is not yet Rails 5 compatible