We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11be3c8 + 73cfd38 commit f2f1630Copy full SHA for f2f1630
openpix-ruby_sdk.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
spec.extra_rdoc_files = Dir['README.md', 'CHANGELOG.md']
25
26
# Dependencies
27
- spec.add_runtime_dependency 'activesupport', '~> 6.1'
+ spec.add_runtime_dependency 'activesupport', '>= 6.1'
28
spec.add_runtime_dependency 'faraday', '~> 2.7', '>= 2.7.4'
29
spec.add_runtime_dependency 'faraday-httpclient', '~> 2.0', '>= 2.0.1'
30
0 commit comments