Use HTTPS in our Gemfile.

bug/bundler_fix
Alexia Cole 2013-09-20 08:06:48 +07:00
parent 46a241b168
commit 262b44ff2f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'
# Need 3+ for ActiveSupport::Concern
gem 'activesupport', '>= 3.0.0'

View File

@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activemodel (3.2.14)
activesupport (= 3.2.14)