Skip to content

Commit

Permalink
Merge pull request #36 from samphippen/use-https-rubygems
Browse files Browse the repository at this point in the history
Replace the rubygems symbol with explicit https rubygems
  • Loading branch information
myronmarston committed Mar 23, 2013
2 parents 813ad96 + 885f91a commit 54cb32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source :rubygems
source "https://rubygems.org"

gem "rake", "~> 10.0.0"
gem "thor", "~> 0.14.6"
Expand Down

0 comments on commit 54cb32e

Please sign in to comment.