From 07d655b8e2bbee5a635dd128c9ff7b39655b1d4b Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Sun, 11 Nov 2018 15:01:21 -0800 Subject: [PATCH] mini_racer --- Gemfile | 2 +- Gemfile.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index f6e94e9c..ef46e001 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'stylus', '>= 1.0', require: false gem 'rubydns', '~> 1.0.1', require: false # For less, note there is no compatible JS runtime for windows -gem 'therubyracer', '~> 0.12.3', platforms: :ruby +gem 'mini_racer', '~> 0.2.4', platforms: :ruby gem 'therubyrhino', '>= 2.0', platforms: :jruby # Code Quality diff --git a/Gemfile.lock b/Gemfile.lock index 28e4f9d8..4b9d6c43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM jaro_winkler (1.5.1) json (2.1.0) kramdown (1.17.0) - libv8 (3.16.14.19) + libv8 (6.7.288.46.1) liquid (4.0.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) @@ -125,6 +125,8 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) mini_portile2 (2.3.0) + mini_racer (0.2.4) + libv8 (>= 6.3) minitest (5.11.3) multi_json (1.13.1) multi_test (0.1.2) @@ -164,7 +166,6 @@ GEM rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) redcarpet (3.4.0) - ref (2.0.0) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -219,9 +220,6 @@ GEM stylus-source stylus-source (0.54.5) temple (0.8.0) - therubyracer (0.12.3) - libv8 (~> 3.16.14.15) - ref thor (0.20.0) thread_safe (0.3.6) tilt (2.0.8) @@ -251,6 +249,7 @@ DEPENDENCIES liquid (>= 3.0) middleman-cli! middleman-core! + mini_racer (~> 0.2.4) pry pry-rescue pry-stack_explorer @@ -264,7 +263,6 @@ DEPENDENCIES sinatra (>= 2.0.0.beta2) slim (>= 2.0) stylus (>= 1.0) - therubyracer (~> 0.12.3) therubyrhino (>= 2.0) yard (~> 0.9.11)