Skip to content

Commit

Permalink
makes required_ruby_version an explicit array
Browse files Browse the repository at this point in the history
looks like Dependabot has some issues with it.
  • Loading branch information
tisba committed Jun 19, 2024
1 parent c787f6f commit 1930489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faraday-follow_redirects.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|

spec.files = Dir['lib/**/*', 'README.md', 'LICENSE.md', 'CHANGELOG.md']

spec.required_ruby_version = '>= 2.6', '< 4'
spec.required_ruby_version = ['>= 2.6', '< 4']

spec.add_runtime_dependency 'faraday', '>= 1', '< 3'
end

0 comments on commit 1930489

Please sign in to comment.