Skip to content

Commit 6202f6e

Browse files
Merge pull request #138 from orien/loosen-activesupport-constraint
Allow Rails 7.0: loosen activesupport constraint
2 parents 7c3b336 + e988fa8 commit 6202f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avatax.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77
s.add_runtime_dependency('faraday', '>= 0.10')
88
s.add_runtime_dependency('faraday_middleware', '>= 0.10')
99
s.add_runtime_dependency('multi_json', '>= 1.0.3')
10-
s.add_runtime_dependency('activesupport', '~> 6.1.7')
10+
s.add_runtime_dependency('activesupport', '>= 6.1.7')
1111
s.authors = ["Marcus Vorwaller"]
1212
s.description = %q{A Ruby wrapper for the AvaTax REST and Search APIs}
1313
s.post_install_message =<<eos

0 commit comments

Comments
 (0)