Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump database_cleaner from 1.8.5 to 2.0.1 #2577

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ group :development, :test do
end

group :test do

# get test coverage info on codeclimate
gem 'codeclimate-test-reporter', '1.0.7', group: :test, require: nil
gem 'database_cleaner'
gem 'database_cleaner-active_record'
gem 'factory_bot_rails'
gem 'minitest-stub-const'
gem 'mocha', :require => false
Expand Down
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,12 @@ GEM
coffee-script-source (1.12.2)
concurrent-ruby (1.1.10)
crass (1.0.6)
database_cleaner (1.8.5)
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
database_cleaner-active_record (2.0.1)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
diff-lcs (1.5.0)
docile (1.3.4)
e2mmap (0.1.0)
Expand Down Expand Up @@ -341,6 +346,7 @@ DEPENDENCIES
codeclimate-test-reporter (= 1.0.7)
coffee-rails (~> 5.0.0)
database_cleaner
database_cleaner-active_record
factory_bot_rails
font-awesome-sass (~> 6.1.2)
htmlentities
Expand Down