diff --git a/Gemfile b/Gemfile index 4f7fb3661..fa8995168 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ group :development, :test do gem 'rubocop', '0.58.2', require: false gem 'rubocop-rspec', '1.15.1' gem 'unicorn', '~> 5.3.0' - gem 'rspec_junit_formatter', '~> 0.2.3' + gem 'rspec_junit_formatter', '~> 0.4.1' gem 'poltergeist', '1.15.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 5d862e277..186fadecc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -338,8 +338,7 @@ GEM rspec-mocks (~> 3.6.0) rspec-support (~> 3.6.0) rspec-support (3.6.0) - rspec_junit_formatter (0.2.3) - builder (< 4) + rspec_junit_formatter (0.4.1) rspec-core (>= 2, < 4, != 2.12.0) rubocop (0.58.2) jaro_winkler (~> 1.5.1) @@ -474,7 +473,7 @@ DEPENDENCIES rspec-activemodel-mocks (~> 1.0) rspec-mocks (= 3.6.0) rspec-rails (= 3.6.0) - rspec_junit_formatter (~> 0.2.3) + rspec_junit_formatter (~> 0.4.1) rubocop (= 0.58.2) rubocop-rspec (= 1.15.1) rubyzip (= 1.2.1)