Merge pull request #2842 from TracksApp/dependabot/bundler/codeclimate-test-reporter-1.0.9

Bump codeclimate-test-reporter from 1.0.7 to 1.0.9
This commit is contained in:
Jyri-Petteri Paloposki 2022-10-06 19:35:11 +03:00 committed by GitHub
commit 6130547e07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 11 deletions

View file

@ -58,7 +58,7 @@ end
group :test do
# get test coverage info on codeclimate
gem 'codeclimate-test-reporter', '1.0.7', group: :test, require: nil
gem 'codeclimate-test-reporter', '1.0.9', group: :test, require: nil
gem 'database_cleaner', '~> 1'
gem 'factory_bot_rails'
gem 'minitest-stub-const'

View file

@ -90,8 +90,8 @@ GEM
uniform_notifier (~> 1.11)
byebug (11.1.3)
climate_control (0.2.0)
codeclimate-test-reporter (1.0.7)
simplecov
codeclimate-test-reporter (1.0.9)
simplecov (<= 0.13)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
@ -103,7 +103,7 @@ GEM
crass (1.0.6)
database_cleaner (1.99.0)
diff-lcs (1.5.0)
docile (1.4.0)
docile (1.1.5)
e2mmap (0.1.0)
erubi (1.11.0)
execjs (2.8.1)
@ -260,12 +260,11 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
smart_properties (1.17.0)
solargraph (0.47.2)
backport (~> 1.2)
@ -337,7 +336,7 @@ DEPENDENCIES
bootstrap-sass (= 3.4.1)
bullet
byebug
codeclimate-test-reporter (= 1.0.7)
codeclimate-test-reporter (= 1.0.9)
coffee-rails (~> 5.0.0)
database_cleaner (~> 1)
factory_bot_rails