diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-08-08 17:27:23 +0200 |
---|---|---|
committer | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2019-08-16 14:30:23 +0900 |
commit | 94e26a97a153950e160445c7afc1e4c62e522740 (patch) | |
tree | 18d62c9a3bade56db3fec086437e0520539e506e /spec/bundler/support | |
parent | 521a2d2beb945a2ce22b4788409f5fb475fea17a (diff) | |
download | ruby-94e26a97a153950e160445c7afc1e4c62e522740.tar.gz |
[bundler/bundler] Bump rspec dependency to 3.8
Because we're using `config.bisect_runner` which is only available from
3.8.
https://github.com/bundler/bundler/commit/304a187f72
Diffstat (limited to 'spec/bundler/support')
-rw-r--r-- | spec/bundler/support/rubygems_ext.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/support/rubygems_ext.rb b/spec/bundler/support/rubygems_ext.rb index ed2f7554b2..6ca51bee16 100644 --- a/spec/bundler/support/rubygems_ext.rb +++ b/spec/bundler/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 |