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:
parent
f95a6a7c64
commit
56cbe8778b
2
Gemfile
2
Gemfile
@ -17,7 +17,7 @@ gem 'uglifier', '~> 4.1.20'
|
|||||||
# Use CoffeeScript for .js.coffee assets and views
|
# Use CoffeeScript for .js.coffee assets and views
|
||||||
gem 'coffee-rails', '~> 4.2.2'
|
gem 'coffee-rails', '~> 4.2.2'
|
||||||
# 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 'mini_racer', platform: :ruby
|
||||||
|
|
||||||
gem 'rails-i18n', '~> 5.1.3'
|
gem 'rails-i18n', '~> 5.1.3'
|
||||||
|
|
||||||
|
|||||||
@ -253,6 +253,7 @@ DEPENDENCIES
|
|||||||
devise-bootstrap-views (~> 0.0.11)
|
devise-bootstrap-views (~> 0.0.11)
|
||||||
jbuilder (~> 2.8.0)
|
jbuilder (~> 2.8.0)
|
||||||
jquery-rails (~> 4.3.3)
|
jquery-rails (~> 4.3.3)
|
||||||
|
mini_racer
|
||||||
mysql2 (~> 0.5.2)
|
mysql2 (~> 0.5.2)
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-github
|
omniauth-github
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user