Skip to content

Commit

Permalink
Latest mongoid only supports Ruby >= 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed May 24, 2024
1 parent 2a7e5cb commit 7b51397
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 @@ -26,7 +26,7 @@ else
gem "rails", "~> 5.0"
end

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

0 comments on commit 7b51397

Please sign in to comment.