bundler should communicate with rubygems using ssl

This commit is contained in:
Alexander Wenzowski 2013-02-28 19:05:39 -05:00 committed by Jonne Haß
parent 3e32472dbb
commit 57669017bd
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' gem 'rails', '3.2.12'

View file

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