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 cf56034 commit bd9aaadCopy full SHA for bd9aaad
Gemfile
@@ -7,7 +7,7 @@ gemspec
7
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
8
gem lib, :path => library_path
9
else
10
- gem lib, :git => "https://github.com/rspec/#{lib}.git"
+ gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => ENV.fetch('RSPEC_BRANCH', 'main')
11
end
12
13
0 commit comments