This commit is contained in:
Adrian Hinz 2013-10-04 22:31:27 +02:00
parent f8283c7502
commit 02371aa714
1 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,8 @@ gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0' gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes # See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby gem 'therubyracer', platforms: :ruby
gem 'execjs'
# Use jquery as the JavaScript library # Use jquery as the JavaScript library
gem 'jquery-rails' gem 'jquery-rails'
@ -45,7 +46,5 @@ end
# Use debugger # Use debugger
# gem 'debugger', group: [:development, :test] # gem 'debugger', group: [:development, :test]
gem 'therubyracer', :platforms => :ruby
gem 'execjs'