Skip to content

Commit

Permalink
Use HTTPS instead of Git protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Rodriguez committed Jun 23, 2015
1 parent 38f5b41 commit 85668ad
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 @@ -2,4 +2,4 @@ source "https://rubygems.org"

# Specify your gem's dependencies in gitolite.gemspec
gemspec
gem 'rugged', :github => 'libgit2/rugged', :tag => 'v0.22.2', :submodules => true
gem 'rugged', :git => 'https://github.com/libgit2/rugged.git', :tag => 'v0.22.2', :submodules => true

0 comments on commit 85668ad

Please sign in to comment.