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'