mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-02 21:24:25 +00:00
New relic gem
This commit is contained in:
5
Gemfile
5
Gemfile
@@ -42,8 +42,9 @@ gem 'spring', :group => :development
|
|||||||
group :production do
|
group :production do
|
||||||
gem 'rails_12factor'
|
gem 'rails_12factor'
|
||||||
gem 'mysql2'
|
gem 'mysql2'
|
||||||
gem 'passenger'
|
gem 'passenger'
|
||||||
gem 'therubyracer'
|
gem 'therubyracer'
|
||||||
|
gem 'newrelic_rpm'
|
||||||
end
|
end
|
||||||
#Other
|
#Other
|
||||||
gem 'devise'
|
gem 'devise'
|
||||||
|
|||||||
@@ -77,6 +77,7 @@ GEM
|
|||||||
minitest (5.6.1)
|
minitest (5.6.1)
|
||||||
multi_json (1.11.0)
|
multi_json (1.11.0)
|
||||||
mysql2 (0.3.18)
|
mysql2 (0.3.18)
|
||||||
|
newrelic_rpm (3.13.2.302)
|
||||||
nokogiri (1.6.6.2)
|
nokogiri (1.6.6.2)
|
||||||
mini_portile (~> 0.6.0)
|
mini_portile (~> 0.6.0)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
@@ -161,6 +162,7 @@ DEPENDENCIES
|
|||||||
jbuilder (~> 2.0)
|
jbuilder (~> 2.0)
|
||||||
jquery-rails
|
jquery-rails
|
||||||
mysql2
|
mysql2
|
||||||
|
newrelic_rpm
|
||||||
passenger
|
passenger
|
||||||
puma
|
puma
|
||||||
rails (= 4.2.0)
|
rails (= 4.2.0)
|
||||||
@@ -173,3 +175,6 @@ DEPENDENCIES
|
|||||||
therubyracer
|
therubyracer
|
||||||
turbolinks
|
turbolinks
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.10.6
|
||||||
|
|||||||
Reference in New Issue
Block a user