1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Use mini_racer as JS runtime

This commit is contained in:
Philipp Fischbeck 2019-02-06 20:04:39 +01:00
parent f95a6a7c64
commit 56cbe8778b
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ gem 'uglifier', '~> 4.1.20'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.2.2'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
gem 'mini_racer', platform: :ruby
gem 'rails-i18n', '~> 5.1.3'

View File

@ -253,6 +253,7 @@ DEPENDENCIES
devise-bootstrap-views (~> 0.0.11)
jbuilder (~> 2.8.0)
jquery-rails (~> 4.3.3)
mini_racer
mysql2 (~> 0.5.2)
omniauth
omniauth-github