Skip to content

Commit

Permalink
Bump database_cleaner from 1.8.5 to 1.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 8, 2021
1 parent 1bc741a commit 7be7ac2
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 @@ -39,7 +39,7 @@ end
group :development, :test do
gem 'rspec-rails', "< 4" # version 4 requires rails 5
gem 'cucumber-rails', '~> 1.4', require: false
gem 'database_cleaner', '~> 1.8'
gem 'database_cleaner', '~> 1.99'
gem 'coveralls', '~> 0.8', require: false
gem 'simplecov', '~> 0.16'
gem 'guard-rspec', '~> 4.7'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ GEM
curb (0.9.11)
daemons (1.3.1)
data_uri (0.1.0)
database_cleaner (1.8.5)
database_cleaner (1.99.0)
datapackage (0.0.4)
colorize
json
Expand Down Expand Up @@ -806,7 +806,7 @@ DEPENDENCIES
cucumber-rails (~> 1.4)
data_kitten!
data_uri (~> 0.1)
database_cleaner (~> 1.8)
database_cleaner (~> 1.99)
datapackage (= 0.0.4)
dotenv-rails (~> 2.7)
factory_bot_rails (~> 5.2)
Expand Down

0 comments on commit 7be7ac2

Please sign in to comment.