Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 48e564f

Browse files
committed
Temporarily pin rspec-support
1 parent c019137 commit 48e564f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ source "https://rubygems.org"
33
gemspec
44

55
branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
6-
%w[rspec rspec-expectations rspec-mocks rspec-support].each do |lib|
6+
%w[rspec rspec-expectations rspec-mocks].each do |lib|
77
library_path = File.expand_path("../../#{lib}", __FILE__)
88
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
99
gem lib, :path => library_path
1010
else
1111
gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => branch
1212
end
1313
end
14+
gem "rspec-support", :git => "https://github.com/rspec/rspec-support.git", :branch => "update-travis-build-scripts-2019-12-26-for-master"
1415

1516
if RUBY_VERSION >= '2.0.0'
1617
gem 'rake', '>= 10.0.0'

script/clone_all_rspec_repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if is_mri; then
1515
clone_repo "rspec-rails"
1616

1717
if rspec_support_compatible; then
18-
clone_repo "rspec-support"
18+
travis_retry eval "git clone https://github.com/rspec/rspec-support --depth 1 --branch update-travis-build-scripts-2019-12-26-for-master"
1919
fi
2020

2121
popd

0 commit comments

Comments
 (0)