From 222ffd3a54d6d389f2df162013d36f45c83fcdca Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 12 Jul 2021 19:55:12 -0400 Subject: Replaced Ruby Racer with node --- Gemfile | 2 +- Gemfile.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 05622f1..cbffc52 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'sassc-rails' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # See https://github.com/rails/execjs#readme for more supported runtimes -gem 'therubyracer', platforms: :ruby +gem 'node', platforms: :ruby # Use CoffeeScript for .coffee assets and views gem 'coffee-rails', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index f46a1da..eea9708 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,7 +139,6 @@ GEM railties (>= 3.2.16) js-routes (2.0.7) railties (>= 4) - libv8 (3.16.14.19) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -165,6 +164,12 @@ GEM net-ssh (>= 2.6.5, < 7.0.0) net-ssh (6.1.0) nio4r (2.5.7) + node (2.1.0) + node_impl (~> 1.0.0) + node_int (~> 0.1.0) + node_impl (1.0.0) + node_int (~> 0.1.0) + node_int (0.1.3) nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) @@ -211,7 +216,6 @@ GEM rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) - ref (2.0.0) responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) @@ -249,9 +253,6 @@ GEM temple (0.8.2) terrapin (0.6.0) climate_control (>= 0.0.3, < 1.0) - therubyracer (0.12.3) - libv8 (~> 3.16.14.15) - ref thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) @@ -301,6 +302,7 @@ DEPENDENCIES js-routes listen (>= 3.0.5, < 3.2) mysql2 + node normalize-rails paperclip pokeviewer! @@ -312,7 +314,6 @@ DEPENDENCIES spring-watcher-listen (~> 2.0.0) sprockets (= 3.7.2) sqlite3 - therubyracer turbolinks (~> 5) tzinfo-data uglifier (>= 1.3.0) -- cgit 1.4.1