summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-08-08 17:34:03 +0000
committerBundlerbot <bot@bundler.io>2019-08-08 17:34:03 +0000
commit213e20cefaffef2f14e1ea7c65e1a67e0ec8c91e (patch)
tree966926c030fb4392434aedd703ee7aaf530f4e39
parentb0a15e19ecd318a044f928521eb4b0e44737f847 (diff)
parent304a187f72148bb2db443009c9bd92f79e63b364 (diff)
downloadbundler-213e20cefaffef2f14e1ea7c65e1a67e0ec8c91e.tar.gz
Merge #7285
7285: Bump rspec dependency to 3.8 r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that tests fail using rspec 3.7 or older. ### What was your diagnosis of the problem? My diagnosis was that we're using `config.bisect_runner` which is only available from 3.8. ### What is your fix for the problem, implemented in this PR? My fix is to bump the requirement. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
-rw-r--r--spec/support/rubygems_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/rubygems_ext.rb b/spec/support/rubygems_ext.rb
index ed2f7554b2..6ca51bee16 100644
--- a/spec/support/rubygems_ext.rb
+++ b/spec/support/rubygems_ext.rb
@@ -10,7 +10,7 @@ module Spec
"automatiek" => "~> 0.2.0",
"rake" => "~> 12.0",
"ronn" => "~> 0.7.3",
- "rspec" => "~> 3.6",
+ "rspec" => "~> 3.8",
"rubocop" => "= 0.74.0",
"rubocop-performance" => "= 1.4.0",
}.freeze