diff --git a/Gemfile b/Gemfile index ea8cef92..cb834c1c 100644 --- a/Gemfile +++ b/Gemfile @@ -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"