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

Added therubyracer to production

This commit is contained in:
2015-05-05 13:33:26 +00:00
parent ae05044a74
commit d7cf388feb
2 changed files with 8 additions and 1 deletions

View File

@@ -44,7 +44,8 @@ gem 'spring', group: :development
gem 'pg'
gem 'rails_12factor'
gem 'mysql2'
gem 'passenger'
gem 'passenger'
gem 'therubyracer'
end
#Other
gem 'devise'