Commit 1969c03c6b420922d147d3265e76726c2f626da3

Authored by Luke Baker
1 parent 024ced8a

upgrade newrelic to 3.3.0

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/environment.rb
... ... @@ -55,7 +55,7 @@ Rails::Initializer.run do |config|
55 55 config.gem 'redis',
56 56 :version => '1.0.7'
57 57 config.gem 'newrelic_rpm',
58   - :version => '3.0.0'
  58 + :version => '3.3.0'
59 59  
60 60 config.gem 'sendgrid'
61 61 config.gem 'json'
... ...