diff --git a/Gemfile b/Gemfile index 053262d6bd..ec35b2f614 100755 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'http://rubygems.org' +source 'https://rubygems.org' # Need 3+ for ActiveSupport::Concern gem 'activesupport', '>= 3.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index d8f0650ebd..23b8ceecfe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: activemodel (3.2.14) activesupport (= 3.2.14)