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 From 0198126fcbcc7eb54556b47ade52fddbf54b0d46 Mon Sep 17 00:00:00 2001 From: Noah Silvera Date: Fri, 4 Jun 2021 11:11:20 -0700 Subject: Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abca6b1..dfd7239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## master +- [#71](https://github.com/SuperGoodSoft/solidus_taxjar/pull/69) Unlock ExecJS version. This reverts the temporary fix introduced in #69 - [#79](https://github.com/SuperGoodSoft/solidus_taxjar/pull/79) Relax Ruby required version to support Ruby 3.0+ - [#51](https://github.com/SuperGoodSoft/solidus_taxjar/pull/51) Add nexus regions method to API - [#58](https://github.com/SuperGoodSoft/solidus_taxjar/pull/58) Take shipping promotions into account in default calculator -- cgit v1.2.3