Use HTTPS in our Gemfile.

This commit is contained in:
Alexia Cole
2013-09-20 08:06:48 +07:00
parent 46a241b168
commit 262b44ff2f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'
# Need 3+ for ActiveSupport::Concern
gem 'activesupport', '>= 3.0.0'
+1 -1
View File
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activemodel (3.2.14)
activesupport (= 3.2.14)