Skip to content

Commit

Permalink
Restrict mongoid version
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Aug 14, 2024
1 parent 16ac3ce commit 342b1a1
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 @@ -17,7 +17,7 @@ group :development do
gem "activerecord"

group :mongo do
gem "mongoid"
gem "mongoid", '~> 9.0.0'
gem "bson"
end
end

0 comments on commit 342b1a1

Please sign in to comment.