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

Commit c907307

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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'

0 commit comments

Comments
 (0)