Merge pull request #37 from gregkare/rubygems_https

Switch RubyGems source to https
This commit is contained in:
2014-02-24 20:48:59 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
source "http://rubygems.org" source "https://rubygems.org"
gem "sinatra" gem "sinatra"
gem "sinatra-contrib" gem "sinatra-contrib"

View File

@@ -11,7 +11,7 @@ GIT
multi_json (~> 1.0) multi_json (~> 1.0)
GEM GEM
remote: http://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (3.2.13) activesupport (3.2.13)
i18n (= 0.6.1) i18n (= 0.6.1)