Skip to content

Commit 48d9a03

Browse files
authored
Merge pull request qltysh#494 from codeclimate/update_test_reporter
Bump test reporter version
2 parents 8f63adb + b73f326 commit 48d9a03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ group :test do
77
gem "rake"
88
gem "rspec"
99
gem "rspec_junit_formatter"
10-
gem "codeclimate-test-reporter", "1.0.0.pre.rc1"
10+
gem "codeclimate-test-reporter", "1.0.0.pre.rc2"
1111
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GEM
2020
minitest (~> 5.1)
2121
tzinfo (~> 1.1)
2222
builder (3.2.2)
23-
codeclimate-test-reporter (1.0.0.pre.rc1)
23+
codeclimate-test-reporter (1.0.0.pre.rc2)
2424
codeclimate-yaml (0.9.0)
2525
activesupport
2626
secure_string
@@ -74,7 +74,7 @@ PLATFORMS
7474

7575
DEPENDENCIES
7676
codeclimate!
77-
codeclimate-test-reporter (= 1.0.0.pre.rc1)
77+
codeclimate-test-reporter (= 1.0.0.pre.rc2)
7878
rake
7979
rspec
8080
rspec_junit_formatter

0 commit comments

Comments
 (0)