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

Commit 56ce2e4

Browse files
committed
Temp pin rspec-core
1 parent 0930546 commit 56ce2e4

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
@@ -4,14 +4,15 @@ source 'https://rubygems.org'
44
gemspec
55

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

1617
### dep for ci/coverage
1718
gem 'simplecov', '~> 0.8'

script/clone_all_rspec_repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if is_mri; then
99
pushd ..
1010

1111
clone_repo "rspec"
12-
clone_repo "rspec-core"
12+
travis_retry eval "git clone https://github.com/rspec/rspec-core --depth 1 --branch update-travis-build-scripts-2019-12-26-for-master"
1313
clone_repo "rspec-expectations"
1414
clone_repo "rspec-mocks"
1515
clone_repo "rspec-rails"

0 commit comments

Comments
 (0)