summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Van Doorn <nick@super.gd>2021-06-07 15:32:24 -0700
committerGitHub <noreply@github.com>2021-06-07 15:32:24 -0700
commit155bf053d08bda60782cf3ee37c52850465fcb6d (patch)
tree1cb8f525d1f1e4ad0153d65c68375b10bd742cdf
parentab3c4c6ae7381cd85f755e55c11647094e312161 (diff)
parent0198126fcbcc7eb54556b47ade52fddbf54b0d46 (diff)
Merge pull request #71 from Noah-Silvera/remove-exec-js-lock
Unlock the ExecJS version
-rw-r--r--CHANGELOG.md1
-rw-r--r--Gemfile4
2 files changed, 1 insertions, 4 deletions
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
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"