Skip to content

Commit

Permalink
Change git:// to https://
Browse files Browse the repository at this point in the history
  • Loading branch information
danascheider committed Jul 14, 2016
1 parent b4ec925 commit 8d6d398
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 @@ -7,7 +7,7 @@ unless ENV['CUCUMBER_USE_RELEASED_CORE']
if File.exist?(core_path) && !ENV["cucumber_use_git_core"]
gem "cucumber-core", :path => core_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

if File.exist?(wire_path) && !ENV["CUCUMBER_USE_GIT_CORE"]
Expand Down

0 comments on commit 8d6d398

Please sign in to comment.