Skip to content

Commit a49fc1b

Browse files
Merge pull request #228 from puppetlabs/CAT-2281-Remove_puppet_7_test_infrastructure
(CAT-2281) Remove puppet 7 infrastructure
2 parents 5c4ba9b + 12943b0 commit a49fc1b

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
ruby_version:
22-
- '2.7'
2322
- '3.2'
2423
name: "spec (ruby ${{ matrix.ruby_version }})"
2524
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"

.github/workflows/nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
ruby_version:
15-
- '2.7'
1615
- '3.2'
1716
name: "spec (ruby ${{ matrix.ruby_version }})"
1817
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AllCops:
99
DisplayCopNames: true
1010
ExtraDetails: true
1111
DisplayStyleGuide: true
12-
TargetRubyVersion: '2.7'
12+
TargetRubyVersion: '3.1'
1313
Include:
1414
- "./**/*.rb"
1515
Exclude:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pdksync by default expects that your Puppet module repositories live on GitHub a
2525

2626
### Requirements
2727
--------
28-
* Ruby >= 2.7
28+
* Ruby >= 3.1
2929
* Bundler >= 1.15
3030
* Obtain a forge api access key so that pdksync can access the puppetcore gems. This key will be referenced below as the `PUPPET_FORGE_TOKEN`. For more information see [Puppet Documentation](https://www.puppet.com/docs/puppet/8/system_requirements#plan_requirements) and the [dev.to blog](https://dev.to/puppet/lets-get-started-with-puppet-core-3p5j).
3131

pdksync.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.description = 'Utility to synchronize common files across puppet modules using PDK Update.'
1212
spec.homepage = 'http://github.com/puppetlabs/pdksync'
1313
spec.license = 'Apache-2.0'
14-
spec.required_ruby_version = '>= 2.7'
14+
spec.required_ruby_version = '>= 3.1.0'
1515

1616
spec.files = `git ls-files -z`.split("\x0")
1717
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)