Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit 67e2834

Browse files
Bump rspec_junit_formatter from 0.2.3 to 0.3.0
Bumps [rspec_junit_formatter](https://github.com/sj26/rspec_junit_formatter) from 0.2.3 to 0.3.0. - [Commits](sj26/rspec_junit_formatter@v0.2.3...v0.3.0)
1 parent c83c579 commit 67e2834

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ group :development, :test do
6666
gem 'rubocop', '0.49.1', require: false
6767
gem 'rubocop-rspec', '1.15.1'
6868
gem 'unicorn', '~> 5.3.0'
69-
gem 'rspec_junit_formatter', '~> 0.2.3'
69+
gem 'rspec_junit_formatter', '~> 0.3.0'
7070
gem 'poltergeist', '1.15.0'
7171
end
7272

Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,7 @@ GEM
332332
rspec-mocks (~> 3.6.0)
333333
rspec-support (~> 3.6.0)
334334
rspec-support (3.6.0)
335-
rspec_junit_formatter (0.2.3)
336-
builder (< 4)
335+
rspec_junit_formatter (0.3.0)
337336
rspec-core (>= 2, < 4, != 2.12.0)
338337
rubocop (0.49.1)
339338
parallel (~> 1.10)
@@ -474,7 +473,7 @@ DEPENDENCIES
474473
rspec-activemodel-mocks (~> 1.0)
475474
rspec-mocks (= 3.6.0)
476475
rspec-rails (= 3.6.0)
477-
rspec_junit_formatter (~> 0.2.3)
476+
rspec_junit_formatter (~> 0.3.0)
478477
rubocop (= 0.49.1)
479478
rubocop-rspec (= 1.15.1)
480479
rubyzip (= 1.2.1)

0 commit comments

Comments
 (0)