Use version of therubyracer specifically designed to build on Heroku
This commit is contained in:
parent
9194f97251
commit
cb752c3b8a
|
@ -92,7 +92,7 @@ GEM
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
tilt (~> 1.0)
|
tilt (~> 1.0)
|
||||||
sqlite3 (1.3.3)
|
sqlite3 (1.3.3)
|
||||||
therubyracer (0.8.1)
|
therubyracer-heroku (0.8.1.pre3)
|
||||||
thor (0.14.6)
|
thor (0.14.6)
|
||||||
tilt (1.3)
|
tilt (1.3)
|
||||||
treetop (1.4.9)
|
treetop (1.4.9)
|
||||||
|
@ -118,6 +118,6 @@ DEPENDENCIES
|
||||||
rails (= 3.1.0.beta1)
|
rails (= 3.1.0.beta1)
|
||||||
sass
|
sass
|
||||||
sqlite3
|
sqlite3
|
||||||
therubyracer
|
therubyracer-heroku (= 0.8.1.pre3)
|
||||||
turn
|
turn
|
||||||
uglifier
|
uglifier
|
||||||
|
|
Loading…
Reference in New Issue