Skip to content

Commit

Permalink
Merge pull request #570 from alphagov/dependabot/bundler/database_cle…
Browse files Browse the repository at this point in the history
…aner-2.1.0
  • Loading branch information
govuk-ci authored Oct 28, 2024
2 parents 1676535 + 51c3a89 commit 74f1c7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :development do
end

group :test do
gem "database_cleaner", "2.0.2"
gem "database_cleaner", "2.1.0"
gem "pry"
gem "rack-test", "2.1.0"
gem "simplecov"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
database_cleaner (2.0.2)
database_cleaner (2.1.0)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.2.0)
activerecord (>= 5.a)
Expand Down Expand Up @@ -456,7 +456,7 @@ PLATFORMS
DEPENDENCIES
activerecord (= 7.2.1.2)
bootsnap
database_cleaner (= 2.0.2)
database_cleaner (= 2.1.0)
erubis (= 2.7.0)
govuk_app_config (~> 9.14.4)
mr-sparkle (= 0.3.0)
Expand Down

0 comments on commit 74f1c7f

Please sign in to comment.