Skip to content

Commit 37470a6

Browse files
authored
Merge pull request #140 from bastelfreak/ruby4
Add Ruby 4.0 support
2 parents 033a2d1 + 05bdf30 commit 37470a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ruby-rspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
ruby:
18+
- '4.0'
1819
- '3.4'
1920
- '3.3'
2021
- '3.2'

puppet_forge.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222

2323
spec.add_runtime_dependency "base64", '>= 0.2.0', '< 0.4.0'
2424
spec.add_runtime_dependency "faraday", "~> 2.0"
25-
spec.add_runtime_dependency "faraday-follow_redirects", ">= 0.3", "< 0.5"
25+
spec.add_runtime_dependency "faraday-follow_redirects", ">= 0.3", "< 0.6"
2626
spec.add_dependency "minitar", '~> 1.0', '>= 1.0.2'
2727
spec.add_dependency "semantic_puppet", "~> 1.0"
2828

0 commit comments

Comments
 (0)