From 0c0932b61acfacefef60b7662004eea2073a8fff Mon Sep 17 00:00:00 2001 From: Mark Bluemer Date: Thu, 17 Aug 2017 09:42:41 -0400 Subject: [PATCH] update gemfile for https --- Gemfile | 4 ++-- Gemfile.lock | 15 ++++++++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 8aeea78..0611749 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ -source "http://rubygems.org" +source "https://rubygems.org" gem 'activesupport', '>= 2.3.5' -gem 'exception_helper', :git => 'git@github.com:backupify/exception_helper.git' +gem 'exception_helper', :git => 'https://github.com/backupify/exception_helper.git' gem 'excon' gem 'fog', ">= 1.6.0" gem 'log4r' diff --git a/Gemfile.lock b/Gemfile.lock index b734793..c3cc760 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,12 @@ GIT - remote: git@github.com:backupify/exception_helper.git - revision: 212f60e91903da7cf7c30a61d98a2076eaa9412a + remote: https://github.com/backupify/exception_helper.git + revision: 36bf2d6bd88d72cdb7fc593fdd1b01576e97589c specs: - exception_helper (0.1.1) - activesupport (>= 2.3.5) + exception_helper (0.2.0) + gem_logger GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: activesupport (3.2.8) i18n (~> 0.6) @@ -27,6 +27,8 @@ GEM nokogiri (~> 1.5.0) ruby-hmac formatador (0.2.4) + gem_logger (0.3.0) + activesupport git (1.2.5) hashie (1.2.0) i18n (0.6.1) @@ -92,3 +94,6 @@ DEPENDENCIES simplecov simplecov-rcov test-unit + +BUNDLED WITH + 1.15.3