Skip to content

Commit

Permalink
Updating gemspec with supported ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez committed Sep 17, 2024
1 parent 66e9a1e commit ead0d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet_forge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = '>= 2.6.0'
spec.required_ruby_version = '>= 3.1.0'

spec.add_runtime_dependency "faraday", "~> 2.0"
spec.add_runtime_dependency "faraday-follow_redirects", "~> 0.3.0"
Expand Down

0 comments on commit ead0d19

Please sign in to comment.