Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
15 changes: 10 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -92,3 +94,6 @@ DEPENDENCIES
simplecov
simplecov-rcov
test-unit

BUNDLED WITH
1.15.3