Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update checks #108

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Conversation

mhashizume
Copy link
Contributor

Recently, the checks action began failing because a newer version of Bundler (2.5.0) removed support for Ruby 2.6 and 2.7. Because the checks action runs on Ruby 2.7, the action started to fail.

This commit:

  • Updates the Ruby version from 2.7 to 3.0.
  • Unpins Rubocop from a three-year-old verison.
  • Updates Rubocop's TargetRubyVersion from 2.4 to 2.6.
  • Addresses minor style offenses found by the updated Rubocop.
  • Removes the commit summary check, as Puppet no longer has a public Jira instance.

(cherry picked from commit 16e2458)

@mhashizume mhashizume added the maintenance Maintenance chores are typically excluded from changelogs label Feb 8, 2024
@mhashizume mhashizume requested a review from a team as a code owner February 8, 2024 22:53
Recently, the checks action began failing because a newer version of
Bundler (2.5.0) removed support for Ruby 2.6 and 2.7. Because the checks
action runs on Ruby 2.7, the action started to fail.

This commit:
- Updates the Ruby version from 2.7 to 3.0.
- Unpins Rubocop from a three-year-old verison.
- Updates Rubocop's TargetRubyVersion from 2.4 to 2.6.
- Addresses minor style offenses found by the updated Rubocop.
- Removes the commit summary check, as Puppet no longer has a public
  Jira instance.

(cherry picked from commit 16e2458)
@mhashizume mhashizume force-pushed the maint/7.x/update-action branch from 70168c3 to 7529756 Compare February 8, 2024 22:55
@AriaXLi AriaXLi merged commit 0845d7b into puppetlabs:7.x Feb 8, 2024
2 checks passed
@mhashizume mhashizume deleted the maint/7.x/update-action branch February 11, 2024 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance chores are typically excluded from changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants