diff --git a/Gemfile b/Gemfile index 8332cb29b..85e080dd9 100644 --- a/Gemfile +++ b/Gemfile @@ -145,7 +145,6 @@ group :development, :test do gem "dotenv-rails", "~> 2.7.6" # For loading ENV variables locally gem "faker", "~> 2.15" # A library for generating fake data such as names, addresses, and phone numbers gem "knapsack_pro", "~> 2.11.0" # Help parallelize Ruby spec builds - gem "mini_racer", "~> 0.3.1" # Minimal embedded v8 gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution gem "rspec-rails", "~> 4.0" # rspec-rails is a testing framework for Rails 3+ gem "rubocop", "~> 1.8", require: false # Automatic Ruby code style checking tool diff --git a/Gemfile.lock b/Gemfile.lock index 7cd03a537..4683fdae7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -433,10 +433,6 @@ GEM libhoney (1.17.0) addressable (~> 2.0) http (>= 2.0, < 5.0) - libv8 (8.4.255.0) - libv8 (8.4.255.0-x86_64-darwin-19) - libv8 (8.4.255.0-x86_64-darwin-20) - libv8 (8.4.255.0-x86_64-linux) liquid (5.0.0) listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) @@ -461,8 +457,6 @@ GEM mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.5.0) - mini_racer (0.3.1) - libv8 (~> 8.4.255) minitest (5.14.3) msgpack (1.3.3) multi_json (1.15.0) @@ -917,7 +911,6 @@ DEPENDENCIES liquid (~> 5.0) listen (~> 3.4) memory_profiler (~> 1.0) - mini_racer (~> 0.3.1) nakayoshi_fork (~> 0.0.4) nokogiri (~> 1.11) octokit (~> 4.20) diff --git a/vendor/cache/libv8-8.4.255.0-x86_64-darwin-18.gem b/vendor/cache/libv8-8.4.255.0-x86_64-darwin-18.gem deleted file mode 100644 index 1e2fb85c0..000000000 Binary files a/vendor/cache/libv8-8.4.255.0-x86_64-darwin-18.gem and /dev/null differ diff --git a/vendor/cache/libv8-8.4.255.0-x86_64-darwin-19.gem b/vendor/cache/libv8-8.4.255.0-x86_64-darwin-19.gem deleted file mode 100644 index f233d2f5f..000000000 Binary files a/vendor/cache/libv8-8.4.255.0-x86_64-darwin-19.gem and /dev/null differ diff --git a/vendor/cache/libv8-8.4.255.0-x86_64-darwin-20.gem b/vendor/cache/libv8-8.4.255.0-x86_64-darwin-20.gem deleted file mode 100644 index 6b5b9db3d..000000000 Binary files a/vendor/cache/libv8-8.4.255.0-x86_64-darwin-20.gem and /dev/null differ diff --git a/vendor/cache/libv8-8.4.255.0-x86_64-linux.gem b/vendor/cache/libv8-8.4.255.0-x86_64-linux.gem deleted file mode 100644 index afae232f1..000000000 Binary files a/vendor/cache/libv8-8.4.255.0-x86_64-linux.gem and /dev/null differ diff --git a/vendor/cache/libv8-8.4.255.0.gem b/vendor/cache/libv8-8.4.255.0.gem deleted file mode 100644 index adf5a257e..000000000 Binary files a/vendor/cache/libv8-8.4.255.0.gem and /dev/null differ diff --git a/vendor/cache/mini_racer-0.3.1.gem b/vendor/cache/mini_racer-0.3.1.gem deleted file mode 100644 index 00ffb1168..000000000 Binary files a/vendor/cache/mini_racer-0.3.1.gem and /dev/null differ