summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-01-08 11:24:57 -0800
committerJared Norman <jared@super.gd>2019-01-08 11:24:57 -0800
commit13a80c86d400bf35aca92c49af491bfc1b8d1e90 (patch)
treea98afebabd6ac9c3471d3b695b923b0eee4d524d
parent47ff81ad79212b18a89d983e1368f52a3bfe4cad (diff)
Correct version specification
Let's leave it open ended, and also require the version of Solidus that introduced the configurable tax interface that this extension relies on.
-rw-r--r--super_good-solidus_taxjar.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/super_good-solidus_taxjar.gemspec b/super_good-solidus_taxjar.gemspec
index e9420b9..b112b2f 100644
--- a/super_good-solidus_taxjar.gemspec
+++ b/super_good-solidus_taxjar.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
- spec.add_dependency "solidus_core", [">= 2.3.0", "< 3.0.0"]
+ spec.add_dependency "solidus_core", ">= 2.4.0"
spec.add_dependency "solidus_support"
spec.add_dependency "taxjar-ruby"