We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadf48e commit b84ed7cCopy full SHA for b84ed7c
Gemfile
@@ -2,12 +2,13 @@ source "https://rubygems.org"
2
3
gemspec
4
5
+branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
6
%w[rspec rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
7
library_path = File.expand_path("../../#{lib}", __FILE__)
8
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
9
gem lib, :path => library_path
10
else
- gem lib, :git => "git://github.com/rspec/#{lib}.git"
11
+ gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => branch
12
end
13
14
maintenance-branch
@@ -0,0 +1 @@
1
+3-0-maintenance
0 commit comments