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

Commit 5019cd1

Browse files
committed
Temporarily pin rspec-support
1 parent 3fbdd56 commit 5019cd1

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
@@ -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/#{lib}.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'

0 commit comments

Comments
 (0)