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 577f831 commit bdd94c7Copy full SHA for bdd94c7
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, :github => "rspec/#{lib}"
+ gem lib, :git => "https://github.com/rspec/#{lib}.git"
11
end
12
13
0 commit comments