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:
parent
a6b6de6962
commit
d24d74d744
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue