Skip to content

Commit

Permalink
mongoid is not yet compatible with Rails >= 4
Browse files Browse the repository at this point in the history
  • Loading branch information
alto committed May 5, 2014
1 parent e6c6722 commit c44b5f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion gemfiles/rails_4.0.gemfile
Expand Up @@ -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 => "../"
5 changes: 4 additions & 1 deletion gemfiles/rails_4.1.gemfile
Expand Up @@ -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 => "../"

0 comments on commit c44b5f7

Please sign in to comment.