summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Silvera <noah@super.gd>2021-05-19 10:29:07 -0700
committerNoah Silvera <noah@super.gd>2021-06-07 15:07:18 -0700
commitd3035f6044c921c3a3a54119e1a29a56414dfa7f (patch)
tree9c7b12087a67a6375ac736ebbd02cc8e632d7b1d
parentab3c4c6ae7381cd85f755e55c11647094e312161 (diff)
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 <nick@super.gd>
-rw-r--r--Gemfile4
1 files changed, 0 insertions, 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"