Skip to content

Commit 001fa5c

Browse files
committed
TEMP! point to other rspec projects branch that drops --source for JVM
1 parent c63c14a commit 001fa5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile-rspec-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
44
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
55
gem lib, :path => library_path, :require => false
66
else
7-
gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => branch, :require => false
7+
gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => 'drop-client-java-option', :require => false
88
end
99
end

0 commit comments

Comments
 (0)