Add NewRelic service support

This commit is contained in:
Vladimir Sharshov 2012-01-27 01:49:27 +04:00
parent 6cfb7d7723
commit aea6631e6d
2 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,7 @@ gem 'unicorn', '~> 4.1.1'
group :production do
gem "airbrake", '~> 3.0.5'
# gem 'newrelic_rpm', '~> 3.1.1'
gem 'newrelic_rpm'
gem 'bluepill', :require => false
end

View File

@ -113,6 +113,7 @@ GEM
net-ssh (2.2.1)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
newrelic_rpm (3.3.1)
omniauth (1.0.1)
hashie (~> 1.2)
rack
@ -228,6 +229,7 @@ DEPENDENCIES
jammit
meta-tags (~> 1.2.4)
mysql2 (<= 0.2.9)
newrelic_rpm
omniauth (~> 1.0.1)
omniauth-openid (~> 1.0.1)
paperclip (~> 2.5)