mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +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
|
||||
gem 'rails_12factor'
|
||||
gem 'mysql2'
|
||||
gem 'passenger'
|
||||
gem 'therubyracer'
|
||||
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