Skip to content

Commit 3755f3e

Browse files
committed
Merge pull request #1075 from rspec/add-maintenance-branch-master
Add maintenance-branch for master.
2 parents fadf48e + c7bdc6c commit 3755f3e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ source "https://rubygems.org"
22

33
gemspec
44

5+
branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
56
%w[rspec rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
67
library_path = File.expand_path("../../#{lib}", __FILE__)
78
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
89
gem lib, :path => library_path
910
else
10-
gem lib, :git => "git://github.com/rspec/#{lib}.git"
11+
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => branch
1112
end
1213
end
1314

maintenance-branch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
master

0 commit comments

Comments
 (0)