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 c63c14a commit 001fa5cCopy full SHA for 001fa5c
Gemfile-rspec-dependencies
@@ -4,6 +4,6 @@ branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
4
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
5
gem lib, :path => library_path, :require => false
6
else
7
- gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => branch, :require => false
+ gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => 'drop-client-java-option', :require => false
8
end
9
0 commit comments