Skip to content

Commit

Permalink
Replace git through https as transport protocol since the latter is p…
Browse files Browse the repository at this point in the history
…roxyable
  • Loading branch information
Dennis Günnewig authored and maxmeyer committed Mar 24, 2016
1 parent a47f78a commit d389652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -8,7 +8,7 @@ unless ENV['CUCUMBER_USE_RELEASED_CORE']
gem 'cucumber-core', :path => core_path
gem 'cucumber-wire', :path => wire_path
else
gem 'cucumber-core', :git => "git://github.com/cucumber/cucumber-ruby-core.git"
gem 'cucumber-core', :git => "https://github.com/cucumber/cucumber-ruby-core.git"
end
end

Expand Down

0 comments on commit d389652

Please sign in to comment.