From d3035f6044c921c3a3a54119e1a29a56414dfa7f Mon Sep 17 00:00:00 2001 From: Noah Silvera Date: Wed, 19 May 2021 10:29:07 -0700 Subject: Unlock the ExecJS version A new release of ExecJS (2.8.1) patched a bug which was preventing the app from booting, and autoprefixer, which indirectly requires ExecJS for this app, temporarily locked ExecJS to a working version until they fix a bug, so we no longer have to lock ExecJS ourselves. Co-authored-by: Nick Van Doorn --- Gemfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index a11d93f..8e43ed3 100644 --- a/Gemfile +++ b/Gemfile @@ -13,10 +13,6 @@ gem "rails", ENV.fetch("RAILS_VERSION") { ">0.a" } # Provides basic authentication functionality for testing parts of your engine gem "solidus_auth_devise" -# ExecJS 2.8 has a bug in it which breaks js precompiling, which is required for our features -# specs. Many other solidus extensions are also experiencing failing specs because of this. -# For now, we should lock the version of ExecJS until a new release comes out that fixes this bug. -gem "execjs", '~> 2.7.0' case ENV["DB"] when "mysql" -- cgit v1.2.3