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