Use rubygems via https

This commit is contained in:
Piotr Sarnacki 2013-03-04 00:52:49 +01:00
parent 5d885289de
commit 4ab00be4ec
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
ruby '1.9.3' rescue nil
source :rubygems
source 'https://rubygems.org'
gem 'puma'
gem 'rack-ssl', '~> 1.3'

View File

@ -16,7 +16,7 @@ GIT
rake-pipeline (~> 0.6)
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
POpen4 (0.1.4)
Platform (>= 0.4.0)