Skip to content

Commit

Permalink
Use https:// everywhere in the Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
brasmusson committed Jul 15, 2016
1 parent 8d6d398 commit 0f4619f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ unless ENV['CUCUMBER_USE_RELEASED_CORE']
if File.exist?(wire_path) && !ENV["CUCUMBER_USE_GIT_CORE"]
gem "cucumber-wire", :path => wire_path
else
gem "cucumber-wire", :git => "git://github.com/cucumber/cucumber-ruby-wire.git"
gem "cucumber-wire", :git => "https://github.com/cucumber/cucumber-ruby-wire.git"
end
end

Expand Down

0 comments on commit 0f4619f

Please sign in to comment.