Add newrelic_rpm to Gemfile to hopefully fix bundler error when running tests
This commit is contained in:
parent
9f1f1fecda
commit
a148575fe6
1
Gemfile
1
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 'travis-sidekiqs', github: 'travis-ci/travis-sidekiqs', require: nil, ref: 'cde9741'
|
||||||
gem 'sinatra' #github: 'sinatra/sinatra'
|
gem 'sinatra' #github: 'sinatra/sinatra'
|
||||||
gem 'sinatra-contrib', require: nil #github: 'sinatra/sinatra-contrib', require: nil
|
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
|
# 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'
|
gem 'simple_states', github: 'svenfuchs/simple_states', branch: 'sf-set-state-early'
|
||||||
|
|
|
@ -291,6 +291,7 @@ DEPENDENCIES
|
||||||
metriks (= 0.9.9.2)
|
metriks (= 0.9.9.2)
|
||||||
micro_migrations!
|
micro_migrations!
|
||||||
mocha (~> 0.12)
|
mocha (~> 0.12)
|
||||||
|
newrelic_rpm (~> 3.5.5)
|
||||||
pry
|
pry
|
||||||
puma
|
puma
|
||||||
rack-cache (~> 1.2)
|
rack-cache (~> 1.2)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user