Merge pull request #4018 from instrumentio/feature/bundler

bundler should communicate with rubygems using ssl
This commit is contained in:
Jonne Haß 2013-02-28 16:31:40 -08:00
commit fa8f4bd0b1
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'
gem 'rails', '3.2.12'

View file

@ -8,7 +8,7 @@ GIT
nokogiri (>= 1.3.3)
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
actionmailer (3.2.12)
actionpack (= 3.2.12)