Skip to content

Commit

Permalink
upgrade database_cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Jan 30, 2024
1 parent 2c5be06 commit f21bb98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ group :development, :test do
gem "annotate", "~> 3.1"
gem "assert_difference", "~> 1.0" # Deprecated: Barely used, convert usage to something else.
gem "awesome_print", "~> 1.6"
gem "database_cleaner", "~> 1.7"
gem "database_cleaner", "~> 2.0"
gem "db-query-matchers", "~> 0.10"
gem "rubocop", "1.22.1" # Hound supported versions: http://help.houndci.com/en/articles/2461415-supported-linters
gem "rubocop-rails", "~> 2.8"
Expand Down
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,12 @@ GEM
daemons (1.4.1)
dalli (3.2.7)
base64
database_cleaner (1.99.0)
database_cleaner (2.0.2)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.1.0)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.3.4)
db-query-matchers (0.12.0)
activesupport (>= 4.0, < 7.2)
Expand Down Expand Up @@ -654,7 +659,7 @@ DEPENDENCIES
closure_tree!
daemons (~> 1.2)
dalli (~> 3.2)
database_cleaner (~> 1.7)
database_cleaner (~> 2.0)
db-query-matchers (~> 0.10)
delayed_job_active_record (~> 4.1)
descriptive_statistics (~> 2.5)
Expand Down

0 comments on commit f21bb98

Please sign in to comment.