diff --git a/Gemfile b/Gemfile index 58f59c8..c2c4825 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'faraday', '~> 1' gem 'pry', '~> 0.14' gem 'rake', '~> 13' gem 'rspec', '~> 3' -gem 'rspec_junit_formatter', '~> 0.5' +gem 'rspec_junit_formatter', '~> 0.6' gem 'codecov', '~> 0.6', require: false gem 'rubocop', '~> 1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9ed4bb4..32e7e0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,8 +61,8 @@ GEM rspec-mocks (3.11.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) - rspec-support (3.11.0) - rspec_junit_formatter (0.5.1) + rspec-support (3.11.1) + rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) rubocop (1.28.2) parallel (~> 1.10) @@ -102,7 +102,7 @@ DEPENDENCIES pry (~> 0.14) rake (~> 13) rspec (~> 3) - rspec_junit_formatter (~> 0.5) + rspec_junit_formatter (~> 0.6) rubocop (~> 1) rubocop-rake (~> 0.6) rubocop-rspec (~> 2)