diff options
author | Filippo Liverani <dev@mailvore.com> | 2021-05-27 18:37:34 +0200 |
---|---|---|
committer | Filippo Liverani <dev@mailvore.com> | 2021-05-27 18:37:34 +0200 |
commit | 4028d56647ffcdbfef395769cbd4a8a263a68b89 (patch) | |
tree | 382c3dfdb2c02005024a8fb678704b852cb96495 /super_good-solidus_taxjar.gemspec | |
parent | f999e08f4d8fcfd673dfab9e090f2e6226b97504 (diff) |
Relax Ruby required version in Gemspec to >= 2.5.0
Diffstat (limited to 'super_good-solidus_taxjar.gemspec')
-rw-r--r-- | super_good-solidus_taxjar.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
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. |