Skip to content

Commit

Permalink
Looks like mongoid 3.1 doesn't actually support Rails 4
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Nov 9, 2013
1 parent a7cb796 commit 46ba708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/mongoid_31.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'railties', '~> 4.0.0'
gem 'railties', '~> 3.2'
gem 'mongoid', '~> 3.1.0'
gem 'rspec-rails', '>= 2.0'
gem 'origin'
Expand Down

0 comments on commit 46ba708

Please sign in to comment.