1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-04 13:43:48 +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 'pg'
gem 'rails_12factor' gem 'rails_12factor'
gem 'mysql2' gem 'mysql2'
gem 'passenger' gem 'passenger'
gem 'therubyracer'
end end
#Other #Other
gem 'devise' gem 'devise'

View File

@@ -72,6 +72,7 @@ GEM
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.8.2) json (1.8.2)
libv8 (3.16.14.7)
loofah (2.0.1) loofah (2.0.1)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.6.3) mail (2.6.3)
@@ -126,6 +127,7 @@ GEM
rb-readline (0.5.2) rb-readline (0.5.2)
rdoc (4.2.0) rdoc (4.2.0)
json (~> 1.4) json (~> 1.4)
ref (1.0.5)
responders (2.1.0) responders (2.1.0)
railties (>= 4.2.0, < 5) railties (>= 4.2.0, < 5)
round_robin_tournament (0.0.1) round_robin_tournament (0.0.1)
@@ -147,6 +149,9 @@ GEM
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.10) sqlite3 (1.3.10)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1) thor (0.19.1)
thread_safe (0.3.5) thread_safe (0.3.5)
tilt (1.4.1) tilt (1.4.1)
@@ -181,5 +186,6 @@ DEPENDENCIES
sdoc (~> 0.4.0) sdoc (~> 0.4.0)
spring spring
sqlite3 sqlite3
therubyracer
turbolinks turbolinks
uglifier (>= 1.3.0) uglifier (>= 1.3.0)