Skip to content

Commit

Permalink
use https instead got of the git protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Ledet committed Jul 13, 2011
1 parent 17d40b8 commit af78582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "http://rubygems.org"

gem "rails", "3.0.5"

gem "less", :git => "git://github.com/maccman/less.git"
gem "less", :git => "https://github.com/maccman/less.git"
gem "rack-less"
gem "rack-sprockets"
gem "yui-compressor"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GIT
remote: git://github.com/maccman/less.git
remote: https://github.com/maccman/less.git
revision: b25c0c7ed7cabffdbb0146044c36b5deb597399a
specs:
less (1.2.21)
Expand Down

0 comments on commit af78582

Please sign in to comment.