Skip to content

Commit eb53bde

Browse files
committed
temp! Point to a branch of rspec-core
1 parent 6489ae6 commit eb53bde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile-rspec-dependencies

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
2-
%w[rspec rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
2+
%w[rspec rspec-expectations rspec-mocks rspec-support].each do |lib|
33
library_path = File.expand_path("../../#{lib}", __FILE__)
44
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
55
gem lib, :path => library_path, :require => false
66
else
77
gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => branch, :require => false
88
end
99
end
10+
gem 'rspec-core', :git => "https://github.com/rspec/rspec-core.git", :ref => '30efa041080b91b3c37faec87ef86efb8891342f', :require => false

0 commit comments

Comments
 (0)