summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-12-05 18:04:00 +0100
committerAzul <azul@leap.se>2012-12-05 18:04:00 +0100
commitea3718c34cccd294865c0dd533db0b4aa18015cc (patch)
tree80420fabe53278f5e726927c8a60484237ed94f7
parent8730beef827aedd5aa12d25f9ed9690d4898ac47 (diff)
trying to work around a gem issue with the ruby racer 0.11.n
-rw-r--r--ui_dependencies.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui_dependencies.rb b/ui_dependencies.rb
index d6636e7..454e9a8 100644
--- a/ui_dependencies.rb
+++ b/ui_dependencies.rb
@@ -11,10 +11,8 @@ group :assets do
gem "coffee-rails", "~> 3.2.2"
gem "uglifier", "~> 1.2.7"
- # seems to be required for therubyracer:
- gem 'libv8', '~> 3.11.8'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
- gem 'therubyracer', :platforms => :ruby
+ gem 'therubyracer', "~> 0.10.2", :platforms => :ruby
end