diff options
author | Homu <homu@barosl.com> | 2016-11-14 06:47:31 +0900 |
---|---|---|
committer | Homu <homu@barosl.com> | 2016-11-14 06:47:31 +0900 |
commit | 27bdbcfa73f6387e0d8d9e16768a0052d209a1fd (patch) | |
tree | 861298105619970e6ad03d57cec96dc7a6ade95c | |
parent | 9a13439bdc044a085ee6a129ee072f4863c11973 (diff) | |
parent | 065bf319808fe3a9b895da6d5c09c5f2b483b6c4 (diff) | |
download | bundler-27bdbcfa73f6387e0d8d9e16768a0052d209a1fd.tar.gz |
Auto merge of #5164 - bundler:seg-pin-codeclimate-reporter, r=indirect
[Rakefile] Pin CodeClimate reporter to pre-1.0
Should fix our current CI failures
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ namespace :spec do $LOAD_PATH.unshift("./spec") require "support/rubygems_ext" - Spec::Rubygems::DEPS["codeclimate-test-reporter"] = nil if RUBY_VERSION >= "2.2.0" + Spec::Rubygems::DEPS["codeclimate-test-reporter"] = "~> 0.6.0" if RUBY_VERSION >= "2.2.0" # Install the other gem deps, etc Rake::Task["spec:deps"].invoke |