Skip to content

Commit f2f1630

Browse files
Merge pull request #32 from woovibr/fix/update-version
fix: make activesupport work with rails 7/8
2 parents 11be3c8 + 73cfd38 commit f2f1630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openpix-ruby_sdk.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
2424
spec.extra_rdoc_files = Dir['README.md', 'CHANGELOG.md']
2525

2626
# Dependencies
27-
spec.add_runtime_dependency 'activesupport', '~> 6.1'
27+
spec.add_runtime_dependency 'activesupport', '>= 6.1'
2828
spec.add_runtime_dependency 'faraday', '~> 2.7', '>= 2.7.4'
2929
spec.add_runtime_dependency 'faraday-httpclient', '~> 2.0', '>= 2.0.1'
3030

0 commit comments

Comments
 (0)