1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

New relic gem

This commit is contained in:
2015-10-07 10:18:58 -04:00
parent 3eb5fcd162
commit cedecf282e
2 changed files with 8 additions and 2 deletions

View File

@@ -42,8 +42,9 @@ gem 'spring', :group => :development
group :production do
gem 'rails_12factor'
gem 'mysql2'
gem 'passenger'
gem 'therubyracer'
gem 'passenger'
gem 'therubyracer'
gem 'newrelic_rpm'
end
#Other
gem 'devise'

View File

@@ -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