Skip to content

Commit

Permalink
Use mongoid 7.x earlier than Ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Dec 29, 2022
1 parent 86d8e5e commit 403ebd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
gem "rails", "~> 5.0"
end

if RUBY_VERSION >= "2.5.0"
if RUBY_VERSION >= "2.6.0"
gem "mongoid", github: "mongodb/mongoid"
else
gem "mongoid", "~> 7.2"
Expand Down

0 comments on commit 403ebd0

Please sign in to comment.