Skip to content

Commit

Permalink
Bump database_cleaner-active_record from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [database_cleaner-active_record](https://github.com/DatabaseCleaner/database_cleaner-active_record) from 2.1.0 to 2.2.0.
- [Changelog](https://github.com/DatabaseCleaner/database_cleaner-active_record/blob/main/CHANGELOG.md)
- [Commits](DatabaseCleaner/database_cleaner-active_record@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: database_cleaner-active_record
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent e500c7a commit 974b34c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec

group :test do
gem "activerecord", "~> 7.1"
gem "database_cleaner-active_record", "~> 2.1"
gem "database_cleaner-active_record", "~> 2.2"
gem "sqlite3", "~> 1.7"

gem "codecov", "~> 0.6.0"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
simplecov (>= 0.15, < 0.22)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
database_cleaner-active_record (2.1.0)
database_cleaner-active_record (2.2.0)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
Expand All @@ -41,7 +41,7 @@ GEM
json (2.7.2)
language_server-protocol (3.17.0.3)
mini_portile2 (2.8.6)
minitest (5.23.1)
minitest (5.24.1)
mutex_m (0.2.0)
parallel (1.25.1)
parser (3.3.2.0)
Expand Down Expand Up @@ -116,7 +116,7 @@ PLATFORMS
DEPENDENCIES
activerecord (~> 7.1)
codecov (~> 0.6.0)
database_cleaner-active_record (~> 2.1)
database_cleaner-active_record (~> 2.2)
light-services!
rake (~> 13.2)
rspec (~> 3.13)
Expand Down

0 comments on commit 974b34c

Please sign in to comment.