Skip to content

Commit

Permalink
Upgrade mongoid to version 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu-bot committed Oct 20, 2016
1 parent b1c4615 commit 14672e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ 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", ">= 4.2", "< 6"
gem 'mongoid', '~>4.0' if Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.create('1.9.3')
gem 'mongoid', '~> 6.0' if Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.create('1.9.3')
gem 'sequel'

# testing dynamoid
Expand Down

0 comments on commit 14672e2

Please sign in to comment.