From a148575fe6f344d069a2777c57535a0e2f84d08f Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 13 Feb 2013 13:07:38 +0100 Subject: [PATCH] Add newrelic_rpm to Gemfile to hopefully fix bundler error when running tests --- Gemfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index b0810ca4..673e2fa2 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,7 @@ gem 'travis-support', github: 'travis-ci/travis-support' gem 'travis-sidekiqs', github: 'travis-ci/travis-sidekiqs', require: nil, ref: 'cde9741' gem 'sinatra' #github: 'sinatra/sinatra' gem 'sinatra-contrib', require: nil #github: 'sinatra/sinatra-contrib', require: nil +gem 'newrelic_rpm', '~> 3.5.5' # TODO need to release the gem as soon i'm certain this change makes sense gem 'simple_states', github: 'svenfuchs/simple_states', branch: 'sf-set-state-early' diff --git a/Gemfile.lock b/Gemfile.lock index bd9a2744..6049c1c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -291,6 +291,7 @@ DEPENDENCIES metriks (= 0.9.9.2) micro_migrations! mocha (~> 0.12) + newrelic_rpm (~> 3.5.5) pry puma rack-cache (~> 1.2)