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

Commit 81a2279

Browse files
committed
temporarily pin to rspec-support
1 parent f872642 commit 81a2279

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-core rspec-expectations].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
@@ -12,6 +12,8 @@ branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
1212
end
1313
end
1414

15+
gem 'rspec-support', :git => "git://github.com/rspec/rspec-support.git", :branch => 'update-travis-build-scripts-2016-07-14-for-master'
16+
1517
if RUBY_VERSION >= '1.9.3'
1618
gem 'rake', '>= 10.0.0'
1719
else

0 commit comments

Comments
 (0)