mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
mongoid is not yet compatible with Rails >= 4
This commit is contained in:
parent
e6c6722e34
commit
c44b5f7e1f
2 changed files with 8 additions and 2 deletions
|
@ -7,7 +7,10 @@ gem 'rubinius-developer_tools', :platforms => :rbx
|
|||
gem "jruby-openssl", :platforms => :jruby
|
||||
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
|
||||
gem "rails", "4.0.4"
|
||||
gem 'mongoid' if Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.create('1.9.3')
|
||||
|
||||
# mongoid is not yet compatible with Rails >= 4
|
||||
# gem 'mongoid' if Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.create('1.9.3')
|
||||
|
||||
gem 'sequel'
|
||||
|
||||
gemspec :path => "../"
|
||||
|
|
|
@ -7,7 +7,10 @@ gem 'rubinius-developer_tools', :platforms => :rbx
|
|||
gem "jruby-openssl", :platforms => :jruby
|
||||
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
|
||||
gem "rails", "4.1.0"
|
||||
gem 'mongoid' if Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.create('1.9.3')
|
||||
|
||||
# mongoid is not yet compatible with Rails >= 4
|
||||
# gem 'mongoid' if Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.create('1.9.3')
|
||||
|
||||
gem 'sequel'
|
||||
|
||||
gemspec :path => "../"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue