From c80d9b1e23985c6eaff82b689c338fa924bbf18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 3 Aug 2018 22:23:40 +0000 Subject: [PATCH] Bump rspec_junit_formatter from 0.2.3 to 0.4.1 Bumps [rspec_junit_formatter](https://github.com/sj26/rspec_junit_formatter) from 0.2.3 to 0.4.1. - [Release notes](https://github.com/sj26/rspec_junit_formatter/releases) - [Changelog](https://github.com/sj26/rspec_junit_formatter/blob/master/CHANGELOG.md) - [Commits](https://github.com/sj26/rspec_junit_formatter/compare/v0.2.3...v0.4.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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)