Bump database_cleaner-active_record from 1.8.0 to 2.0.0 (#12504)

Bumps [database_cleaner-active_record](https://github.com/DatabaseCleaner/database_cleaner-active_record) from 1.8.0 to 2.0.0.
- [Release notes](https://github.com/DatabaseCleaner/database_cleaner-active_record/releases)
- [Commits](https://github.com/DatabaseCleaner/database_cleaner-active_record/compare/v1.8.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-02-01 13:09:36 -05:00 committed by GitHub
parent 9b50ebdb60
commit 2a779d02d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -158,7 +158,7 @@ end
group :test do
gem "approvals", "~> 0.0" # A library to make it easier to do golden-master style testing in Ruby
gem "database_cleaner-active_record", "~> 1.8.0", require: false # Strategies for cleaning databases using ActiveRecord. Can be used to ensure a clean state for testing.
gem "database_cleaner-active_record", "~> 2.0.0", require: false # Strategies for cleaning databases using ActiveRecord. Can be used to ensure a clean state for testing.
gem "exifr", ">= 1.3.6" # EXIF Reader is a module to read EXIF from JPEG and TIFF images
gem "factory_bot_rails", "~> 6.1" # factory_bot is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies
gem "launchy", "~> 2.5" # Launchy is helper class for launching cross-platform applications in a fire and forget manner.

View file

@ -206,10 +206,10 @@ GEM
puma (>= 3.8.0)
railties (>= 5.2.0)
dante (0.2.0)
database_cleaner (1.8.5)
database_cleaner-active_record (1.8.0)
activerecord
database_cleaner (~> 1.8.0)
database_cleaner-active_record (2.0.0)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.0)
ddtrace (0.45.0)
msgpack
dead_end (1.1.2)
@ -866,7 +866,7 @@ DEPENDENCIES
cloudinary (~> 1.18)
counter_culture (~> 2.7)
cypress-rails (~> 0.4.2)
database_cleaner-active_record (~> 1.8.0)
database_cleaner-active_record (~> 2.0.0)
ddtrace (~> 0.45.0)
derailed_benchmarks (~> 2.0)
devise (~> 4.7)

Binary file not shown.

Binary file not shown.

Binary file not shown.