We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94feee8 commit e988fa8Copy full SHA for e988fa8
avatax.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
s.add_runtime_dependency('faraday', '>= 0.10')
8
s.add_runtime_dependency('faraday_middleware', '>= 0.10')
9
s.add_runtime_dependency('multi_json', '>= 1.0.3')
10
- s.add_runtime_dependency('activesupport', '~> 6.1.7')
+ s.add_runtime_dependency('activesupport', '>= 6.1.7')
11
s.authors = ["Marcus Vorwaller"]
12
s.description = %q{A Ruby wrapper for the AvaTax REST and Search APIs}
13
s.post_install_message =<<eos
0 commit comments