From 7f57905c2555f30b3628e0dbff871f43f124bf42 Mon Sep 17 00:00:00 2001 From: kenibarwick Date: Thu, 29 Aug 2013 12:43:51 +0100 Subject: [PATCH] Update Gemfile.lock Due to the following error/warning: The source :rubygems is deprecated because HTTP requests are insecure. Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not. when running the command: bundle install I propose to add the s to the http:// --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6075a88..ad95508 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: CFPropertyList (2.0.17) libxml-ruby (>= 1.1.0)