summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Silvera <noah@super.gd>2021-06-04 11:07:31 -0700
committerGitHub <noreply@github.com>2021-06-04 11:07:31 -0700
commitab3c4c6ae7381cd85f755e55c11647094e312161 (patch)
tree170044488ee5386b54f84a8b512a047ddec9f7c2
parentf999e08f4d8fcfd673dfab9e090f2e6226b97504 (diff)
parent990d20d892afef06e4f2183128e9b5e466452299 (diff)
Merge pull request #79 from filippoliverani/filippoliverani/relax-ruby-version
Relax Ruby required version to support Ruby 3.0+
-rw-r--r--CHANGELOG.md1
-rw-r--r--super_good-solidus_taxjar.gemspec2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b0a93e..abca6b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## master
+- [#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
- [#59](https://github.com/SuperGoodSoft/solidus_taxjar/pull/59) Add pry debugging tools
diff --git a/super_good-solidus_taxjar.gemspec b/super_good-solidus_taxjar.gemspec
index 51fd3e8..d24869b 100644
--- a/super_good-solidus_taxjar.gemspec
+++ b/super_good-solidus_taxjar.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/SuperGoodSoft/solidus_taxjar"
spec.license = 'BSD-3-Clause'
- spec.required_ruby_version = Gem::Requirement.new('~> 2.5')
+ spec.required_ruby_version = ">= 2.5.0"
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.