Skip to content

Commit

Permalink
Merge pull request #593 from alphagov/sengi/dependawtf
Browse files Browse the repository at this point in the history
Add appropriate version constraint for mongoid.
  • Loading branch information
sengi authored Oct 17, 2023
2 parents 7b10cea + 86b5815 commit 18eae62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "gds-sso"
gem "govuk_app_config"

gem "mongo", "~> 2.15.1"
gem "mongoid"
gem "mongoid", "~> 7.5"

group :development, :test do
gem "brakeman"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ DEPENDENCIES
gds-sso
govuk_app_config
mongo (~> 2.15.1)
mongoid
mongoid (~> 7.5)
rack-handlers
rails (= 7.0.8)
rspec-rails
Expand Down

0 comments on commit 18eae62

Please sign in to comment.