summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-11-13 13:35:02 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-11-13 13:35:02 -0600
commit065bf319808fe3a9b895da6d5c09c5f2b483b6c4 (patch)
tree861298105619970e6ad03d57cec96dc7a6ade95c
parent9a13439bdc044a085ee6a129ee072f4863c11973 (diff)
downloadbundler-seg-pin-codeclimate-reporter.tar.gz
[Rakefile] Pin CodeClimate reporter to pre-1.0seg-pin-codeclimate-reporter
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 149f09f3da..fd14a5341d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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