Skip to content

Commit

Permalink
add error handling fork of metriks-librato
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Aug 30, 2015
1 parent 4e7c3ce commit 85808fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby "2.2.2"
gem 'appsignal', '0.11.6.beta.0'
gem 'librato-metrics'
gem 'lock-smith'
gem 'metriks-librato_metrics'
gem 'metriks-librato_metrics', github: 'indirect/metriks-librato_metrics'
gem 'metriks-middleware'
gem 'pg'
gem 'puma'
Expand Down
14 changes: 11 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ GIT
specs:
dalli (2.7.4)

GIT
remote: git://github.com/indirect/metriks-librato_metrics.git
revision: b4dc3fbbb51f85c2317f22911adfb0389d62e80d
specs:
metriks-librato_metrics (1.0.3)
metriks (>= 0.9.9.6)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -36,8 +43,6 @@ GEM
atomic (~> 1.0)
avl_tree (~> 1.2.0)
hitimes (~> 1.1)
metriks-librato_metrics (1.0.3)
metriks (>= 0.9.9.6)
metriks-middleware (2.1.1)
metriks (~> 0.9.9)
multi_json (1.10.1)
Expand Down Expand Up @@ -94,7 +99,7 @@ DEPENDENCIES
foreman
librato-metrics
lock-smith
metriks-librato_metrics
metriks-librato_metrics!
metriks-middleware
pg
puma
Expand All @@ -108,3 +113,6 @@ DEPENDENCIES
sequel
sequel_pg
sinatra

BUNDLED WITH
1.10.6

0 comments on commit 85808fc

Please sign in to comment.