Add NewRelic service support
This commit is contained in:
parent
6cfb7d7723
commit
aea6631e6d
2
Gemfile
2
Gemfile
|
@ -39,7 +39,7 @@ gem 'unicorn', '~> 4.1.1'
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
gem "airbrake", '~> 3.0.5'
|
gem "airbrake", '~> 3.0.5'
|
||||||
# gem 'newrelic_rpm', '~> 3.1.1'
|
gem 'newrelic_rpm'
|
||||||
gem 'bluepill', :require => false
|
gem 'bluepill', :require => false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -113,6 +113,7 @@ GEM
|
||||||
net-ssh (2.2.1)
|
net-ssh (2.2.1)
|
||||||
net-ssh-gateway (1.1.0)
|
net-ssh-gateway (1.1.0)
|
||||||
net-ssh (>= 1.99.1)
|
net-ssh (>= 1.99.1)
|
||||||
|
newrelic_rpm (3.3.1)
|
||||||
omniauth (1.0.1)
|
omniauth (1.0.1)
|
||||||
hashie (~> 1.2)
|
hashie (~> 1.2)
|
||||||
rack
|
rack
|
||||||
|
@ -228,6 +229,7 @@ DEPENDENCIES
|
||||||
jammit
|
jammit
|
||||||
meta-tags (~> 1.2.4)
|
meta-tags (~> 1.2.4)
|
||||||
mysql2 (<= 0.2.9)
|
mysql2 (<= 0.2.9)
|
||||||
|
newrelic_rpm
|
||||||
omniauth (~> 1.0.1)
|
omniauth (~> 1.0.1)
|
||||||
omniauth-openid (~> 1.0.1)
|
omniauth-openid (~> 1.0.1)
|
||||||
paperclip (~> 2.5)
|
paperclip (~> 2.5)
|
||||||
|
|
Loading…
Reference in New Issue