From ba10045a0f597426e9b46f9f56c7780c26383379 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Thu, 21 Nov 2019 10:31:25 +0530 Subject: [PATCH] Remove therubyracer gem (#228) --- Gemfile | 1 - Gemfile.lock | 6 ------ 2 files changed, 7 deletions(-) diff --git a/Gemfile b/Gemfile index 7f0086372..111003a5d 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,6 @@ gem 'rack-cors', require: 'rack/cors' gem 'rails', '~> 6', github: 'rails/rails' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', require: false -gem 'therubyracer', platforms: :ruby ##-- rails helper gems --## gem 'acts-as-taggable-on', git: 'https://github.com/mbleigh/acts-as-taggable-on' diff --git a/Gemfile.lock b/Gemfile.lock index 4603d0593..7fe144c32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -256,7 +256,6 @@ GEM addressable (~> 2.3) letter_opener (1.7.0) launchy (~> 2.2) - libv8 (3.16.14.19) listen (3.2.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -331,7 +330,6 @@ GEM redis-store (>= 1.6, < 2) redis-store (1.8.0) redis (>= 4, < 5) - ref (2.0.0) responders (3.0.0) actionpack (>= 5.0) railties (>= 5.0) @@ -394,9 +392,6 @@ GEM faraday inflecto virtus - therubyracer (0.12.3) - libv8 (~> 3.16.14.15) - ref thor (0.20.3) thread_safe (0.3.6) time_diff (0.3.0) @@ -499,7 +494,6 @@ DEPENDENCIES spring spring-watcher-listen telegram-bot-ruby - therubyracer time_diff twitter tzinfo-data