Skip to content

Commit

Permalink
Merge pull request #138 from orien/loosen-activesupport-constraint
Browse files Browse the repository at this point in the history
Allow Rails 7.0: loosen activesupport constraint
  • Loading branch information
svc-developer authored Feb 2, 2023
2 parents 7c3b336 + e988fa8 commit 6202f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avatax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('faraday', '>= 0.10')
s.add_runtime_dependency('faraday_middleware', '>= 0.10')
s.add_runtime_dependency('multi_json', '>= 1.0.3')
s.add_runtime_dependency('activesupport', '~> 6.1.7')
s.add_runtime_dependency('activesupport', '>= 6.1.7')
s.authors = ["Marcus Vorwaller"]
s.description = %q{A Ruby wrapper for the AvaTax REST and Search APIs}
s.post_install_message =<<eos
Expand Down

0 comments on commit 6202f6e

Please sign in to comment.