Stick with therubyracer 0.10.x for now

The 0.11.x release is a complete mess, as amply documented in the github
issue tracker (https://github.com/cowboyd/therubyracer/issues/215).
This commit is contained in:
Tom Hughes 2013-01-03 11:10:32 +00:00
parent 71255ea666
commit 6bd16d543a
2 changed files with 5 additions and 5 deletions

View file

@ -66,6 +66,6 @@ group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
gem 'therubyracer'
gem 'therubyracer', '~> 0.10.2'
gem 'ejs'
end