Skip to content

Commit

Permalink
Correct supported Ruby version to >= 2.5
Browse files Browse the repository at this point in the history
The tests only run on 2.5 and newer, so we should not claim to support
Ruby 2.4.
  • Loading branch information
bastelfreak committed Apr 29, 2022
1 parent 51b76eb commit e31f6f7
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.4.0'
spec.required_ruby_version = '>= 2.5.0'

spec.add_runtime_dependency "faraday", "~> 1.3"
spec.add_runtime_dependency "faraday_middleware", "~> 1.0"
Expand Down

0 comments on commit e31f6f7

Please sign in to comment.