Skip to content

Commit

Permalink
Require Ruby 3.1
Browse files Browse the repository at this point in the history
This allows us to use the latest version of puppet_forge client.
  • Loading branch information
bastelfreak committed Oct 30, 2024
1 parent 2270636 commit cd55868
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: "2.7"
- ruby: "3.0"
- ruby: "3.1"
coverage: "yes"
- ruby: "3.2"
Expand Down
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ inherit_from: .rubocop_todo.yml

inherit_gem:
voxpupuli-rubocop: rubocop.yml

AllCops:
TargetRubyVersion: '3.1'
4 changes: 2 additions & 2 deletions ra10ke.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files`.split($/)
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.7.0'
spec.required_ruby_version = '>= 3.1.0'

spec.add_dependency 'git', '>= 1.18', '< 3.0'
spec.add_dependency 'puppet_forge', '~> 5.0', '>= 5.0.1'
spec.add_dependency 'puppet_forge', '~> 6.0'
spec.add_dependency 'r10k', '>= 2.6.5', '< 5'
spec.add_dependency 'rake', '~> 13.0', '>= 13.0.6'
spec.add_dependency 'semverse', '>= 2.0', '< 4'
Expand Down

0 comments on commit cd55868

Please sign in to comment.