From a9f55586c803ed023b9f5beb05c21e61e53c15f2 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Fri, 21 Feb 2025 10:51:21 -0800 Subject: [PATCH 01/21] publish build attestations for the `rubocop-github` gem --- .github/workflows/release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 513782d2..72db07ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,8 @@ on: permissions: contents: write packages: write + id-token: write + attestations: write jobs: release: @@ -37,13 +39,17 @@ jobs: - name: build run: echo "GEM_VERSION=$(gem build ${{ env.GEM_NAME }}.gemspec 2>&1 | grep Version | cut -d':' -f 2 | tr -d " \t\n\r")" >> $GITHUB_ENV + - uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # pin@v2 + with: + subject-path: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem" + - name: publish to GitHub packages run: | export OWNER=$( echo ${{ github.repository }} | cut -d "/" -f 1 ) GEM_HOST_API_KEY=${{ secrets.GITHUB_TOKEN }} gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} ${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem - name: release - uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # pin@v1.14.0 + uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # pin@v1.15.0 with: artifacts: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem" tag: "v${{ env.GEM_VERSION }}" From 0ab8d3984ea627c9de7330db8fb8db69d5a2f1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 20:23:44 +0000 Subject: [PATCH 02/21] Bump rubocop-rails from 2.30.1 to 2.30.2 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.30.1 to 2.30.2. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.30.1...v2.30.2) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 46639226..9b458cd9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM lint_roller (~> 1.1) rubocop (>= 1.72.1, < 2.0) rubocop-ast (>= 1.38.0, < 2.0) - rubocop-rails (2.30.1) + rubocop-rails (2.30.2) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) From 7bacfb9723fde53161e0d82f110a25a1206a6afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:15:01 +0000 Subject: [PATCH 03/21] Bump ncipollo/release-action from 1.14.0 to 1.16.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.16.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/2c591bcc8ecdcd2db72b97d6147f871fcd833ba5...440c8c1cb0ed28b9f43e4d1d670870f059653174) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72db07ca..89ccb6c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: GEM_HOST_API_KEY=${{ secrets.GITHUB_TOKEN }} gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} ${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem - name: release - uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # pin@v1.15.0 + uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # pin@v1.16.0 with: artifacts: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem" tag: "v${{ env.GEM_VERSION }}" From 42c405a2d9b2e0809c4c45b9bfd9782e471f4365 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Mon, 24 Feb 2025 13:55:40 -0800 Subject: [PATCH 04/21] run `bundle update` to bump all the gems --- Gemfile.lock | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9b458cd9..59dc2267 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,25 +9,25 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (7.1.5.1) - activesupport (= 7.1.5.1) + actionview (8.0.1) + activesupport (= 8.0.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.1.5.1) + activesupport (8.0.1) base64 benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) logger (>= 1.4.2) minitest (>= 5.1) - mutex_m securerandom (>= 0.3) - tzinfo (~> 2.0) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) ast (2.4.2) base64 (0.2.0) benchmark (0.4.0) @@ -37,27 +37,26 @@ GEM connection_pool (2.5.0) crass (1.0.6) drb (2.2.1) - erubi (1.13.0) + erubi (1.13.1) i18n (1.14.7) concurrent-ruby (~> 1.0) json (2.10.1) language_server-protocol (3.17.0.4) lint_roller (1.1.0) logger (1.6.6) - loofah (2.23.1) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.8) minitest (5.25.4) - mutex_m (0.3.0) - nokogiri (1.17.2) + nokogiri (1.18.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.17.2-arm64-darwin) + nokogiri (1.18.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.17.2-x86_64-darwin) + nokogiri (1.18.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.17.2-x86_64-linux) + nokogiri (1.18.3-x86_64-linux-gnu) racc (~> 1.4) parallel (1.26.3) parser (3.3.7.1) @@ -99,12 +98,13 @@ GEM rubocop (>= 1.72.1, < 2.0) rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (1.13.0) - securerandom (0.3.2) + securerandom (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) + uri (1.0.2) PLATFORMS arm64-darwin-21 From a590c16465afee82fbbde4adc539363261804e03 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Mon, 24 Feb 2025 13:57:09 -0800 Subject: [PATCH 05/21] change order so ruby_version is on top --- rubocop-github.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rubocop-github.gemspec b/rubocop-github.gemspec index a7f53d19..fad23002 100644 --- a/rubocop-github.gemspec +++ b/rubocop-github.gemspec @@ -18,6 +18,8 @@ Gem::Specification.new do |s| s.files = Dir["README.md", "STYLEGUIDE.md", "LICENSE", "config/*.yml", "lib/**/*.rb", "guides/*.md"] + s.required_ruby_version = ">= 3.0.0" + s.add_dependency "rubocop", ">= 1.37" s.add_dependency "rubocop-performance", ">= 1.15" s.add_dependency "rubocop-rails", ">= 2.17" @@ -26,8 +28,6 @@ Gem::Specification.new do |s| s.add_development_dependency "minitest" s.add_development_dependency "rake" - s.required_ruby_version = ">= 3.0.0" - s.email = "engineering@github.com" s.authors = "GitHub" end From e5574be60c8fdb4b542e3d0d6e86e75eed15f222 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Mon, 24 Feb 2025 14:06:50 -0800 Subject: [PATCH 06/21] change gem requirements so tests pass for Ruby 3.0 and 3.1 versions --- Gemfile.lock | 19 ++++++++++--------- rubocop-github.gemspec | 3 ++- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 59dc2267..ad5601d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,25 +9,25 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (8.0.1) - activesupport (= 8.0.1) + actionview (7.1.5.1) + activesupport (= 7.1.5.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (8.0.1) + activesupport (7.1.5.1) base64 benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.3.1) + concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) logger (>= 1.4.2) minitest (>= 5.1) + mutex_m securerandom (>= 0.3) - tzinfo (~> 2.0, >= 2.0.5) - uri (>= 0.13.1) + tzinfo (~> 2.0) ast (2.4.2) base64 (0.2.0) benchmark (0.4.0) @@ -49,6 +49,7 @@ GEM nokogiri (>= 1.12.0) mini_portile2 (2.8.8) minitest (5.25.4) + mutex_m (0.3.0) nokogiri (1.18.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -98,13 +99,12 @@ GEM rubocop (>= 1.72.1, < 2.0) rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (1.13.0) - securerandom (0.4.1) + securerandom (0.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) - uri (1.0.2) PLATFORMS arm64-darwin-21 @@ -114,10 +114,11 @@ PLATFORMS x86_64-linux DEPENDENCIES - actionview + actionview (~> 7.1.5.1) minitest rake rubocop-github! + securerandom (~> 0.3.2) BUNDLED WITH 2.4.9 diff --git a/rubocop-github.gemspec b/rubocop-github.gemspec index fad23002..85c7a97a 100644 --- a/rubocop-github.gemspec +++ b/rubocop-github.gemspec @@ -24,9 +24,10 @@ Gem::Specification.new do |s| s.add_dependency "rubocop-performance", ">= 1.15" s.add_dependency "rubocop-rails", ">= 2.17" - s.add_development_dependency "actionview" + s.add_development_dependency "actionview", "~> 7.1.5.1" s.add_development_dependency "minitest" s.add_development_dependency "rake" + s.add_development_dependency "securerandom", "~> 0.3.2" s.email = "engineering@github.com" s.authors = "GitHub" From 59e951fe3c4874cc33103d227babb841d5a0013c Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Mon, 24 Feb 2025 14:10:00 -0800 Subject: [PATCH 07/21] remove pin --- Gemfile.lock | 1 - rubocop-github.gemspec | 1 - 2 files changed, 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ad5601d2..0605411d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,6 @@ DEPENDENCIES minitest rake rubocop-github! - securerandom (~> 0.3.2) BUNDLED WITH 2.4.9 diff --git a/rubocop-github.gemspec b/rubocop-github.gemspec index 85c7a97a..8f0f0ef4 100644 --- a/rubocop-github.gemspec +++ b/rubocop-github.gemspec @@ -27,7 +27,6 @@ Gem::Specification.new do |s| s.add_development_dependency "actionview", "~> 7.1.5.1" s.add_development_dependency "minitest" s.add_development_dependency "rake" - s.add_development_dependency "securerandom", "~> 0.3.2" s.email = "engineering@github.com" s.authors = "GitHub" From 277e4add03c9b3f7fe473cf58b357844865004a7 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Mon, 24 Feb 2025 14:10:42 -0800 Subject: [PATCH 08/21] remove ruby 3.0 from test suite --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a95733d..f9d43d38 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - ruby_version: ["3.0", "3.1", "3.2", "3.3"] + ruby_version: ["3.1", "3.2", "3.3"] steps: - uses: actions/checkout@v4 From 0bcb35056de17f859fa9fbfd67b36ff76c52197a Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Mon, 24 Feb 2025 14:12:42 -0800 Subject: [PATCH 09/21] add Ruby 3.4 to the test suite --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9d43d38..aebd3962 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - ruby_version: ["3.1", "3.2", "3.3"] + ruby_version: ["3.1", "3.2", "3.3", "3.4"] steps: - uses: actions/checkout@v4 From fe4e0d132751ec7460f506bbd527917836e9cf64 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Mon, 24 Feb 2025 14:17:40 -0800 Subject: [PATCH 10/21] bump securerandom --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0605411d..e86d00ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,7 @@ GEM rubocop (>= 1.72.1, < 2.0) rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (1.13.0) - securerandom (0.3.2) + securerandom (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.1.4) From 74ffb61574a244453cc7ec30379b055dd1e96e71 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Mon, 24 Feb 2025 14:18:56 -0800 Subject: [PATCH 11/21] use the latest available version of ruby --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index e4604e3a..4d9d11cf 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.1 +3.4.2 From d38437326a77bb00a0f586c398229ed82cde6522 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Mon, 24 Feb 2025 14:20:13 -0800 Subject: [PATCH 12/21] use the latest available version of bundler (`2.6.5`) --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e86d00ce..d4bfa04e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,4 +120,4 @@ DEPENDENCIES rubocop-github! BUNDLED WITH - 2.4.9 + 2.6.5 From c971bc5c76bd68337aa0774ec5997b627bca8b67 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Mon, 24 Feb 2025 14:26:17 -0800 Subject: [PATCH 13/21] bump version to v0.23.0 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2db2f4..2496c68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # rubocop-github +## v0.23.0 + +- Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases). + ## v0.22.0 - Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases). diff --git a/Gemfile.lock b/Gemfile.lock index d4bfa04e..61b040cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-github (0.22.0) + rubocop-github (0.23.0) rubocop (>= 1.37) rubocop-performance (>= 1.15) rubocop-rails (>= 2.17) diff --git a/lib/version.rb b/lib/version.rb index 3ed48bc6..fd3043d4 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ # frozen_string_literal: true -VERSION = "0.22.0" +VERSION = "0.23.0" From c760634e686a9c51e25110055b3bd92878b87a07 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Tue, 25 Feb 2025 09:12:01 -0800 Subject: [PATCH 14/21] remove version bump --- Gemfile.lock | 2 +- lib/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 61b040cc..d4bfa04e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-github (0.23.0) + rubocop-github (0.22.0) rubocop (>= 1.37) rubocop-performance (>= 1.15) rubocop-rails (>= 2.17) diff --git a/lib/version.rb b/lib/version.rb index fd3043d4..3ed48bc6 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ # frozen_string_literal: true -VERSION = "0.23.0" +VERSION = "0.22.0" From 2ae67258663e15bc53f8f05fdf54dc457ba43dc7 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Tue, 25 Feb 2025 09:12:58 -0800 Subject: [PATCH 15/21] remove changelog changes --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2496c68f..bf2db2f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,5 @@ # rubocop-github -## v0.23.0 - -- Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases). - ## v0.22.0 - Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases). From b4aafe48a0fd0f0c48fc7f81e1c05d3ad6f8001c Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Wed, 26 Feb 2025 12:49:59 -0800 Subject: [PATCH 16/21] use `plugins` block for rubocop-performance and rubocop-rails --- config/default.yml | 2 ++ config/rails.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/default.yml b/config/default.yml index 52d44625..cf5d193e 100644 --- a/config/default.yml +++ b/config/default.yml @@ -3,6 +3,8 @@ inherit_from: require: - rubocop-github + +plugins: - rubocop-performance Bundler/DuplicatedGem: diff --git a/config/rails.yml b/config/rails.yml index b7b8d6ec..80458562 100644 --- a/config/rails.yml +++ b/config/rails.yml @@ -3,6 +3,8 @@ inherit_from: require: - rubocop-github-rails + +plugins: - rubocop-rails GitHub/RailsControllerRenderActionSymbol: From 0bdf2d7a020fb1290513ecf41aaf8e93d167d6af Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Wed, 26 Feb 2025 13:35:04 -0800 Subject: [PATCH 17/21] bump the required version of rubocop to 1.72 or higher --- Gemfile.lock | 2 +- rubocop-github.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d4bfa04e..970dabc1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: rubocop-github (0.22.0) - rubocop (>= 1.37) + rubocop (>= 1.72) rubocop-performance (>= 1.15) rubocop-rails (>= 2.17) diff --git a/rubocop-github.gemspec b/rubocop-github.gemspec index 8f0f0ef4..eaa7b09b 100644 --- a/rubocop-github.gemspec +++ b/rubocop-github.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |s| s.required_ruby_version = ">= 3.0.0" - s.add_dependency "rubocop", ">= 1.37" + s.add_dependency "rubocop", ">= 1.72" s.add_dependency "rubocop-performance", ">= 1.15" s.add_dependency "rubocop-rails", ">= 2.17" From d24171b3857dd0b8ac19de6cf754abef87ea291c Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Wed, 26 Feb 2025 13:35:44 -0800 Subject: [PATCH 18/21] bump version to 0.23.0 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2db2f4..2496c68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # rubocop-github +## v0.23.0 + +- Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases). + ## v0.22.0 - Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases). diff --git a/Gemfile.lock b/Gemfile.lock index 970dabc1..27f2dcb7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-github (0.22.0) + rubocop-github (0.23.0) rubocop (>= 1.72) rubocop-performance (>= 1.15) rubocop-rails (>= 2.17) diff --git a/lib/version.rb b/lib/version.rb index 3ed48bc6..fd3043d4 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ # frozen_string_literal: true -VERSION = "0.22.0" +VERSION = "0.23.0" From 4a91e3523bd6d24afc7e9362e3a149e27c09d29c Mon Sep 17 00:00:00 2001 From: Grant Birkinbine Date: Wed, 26 Feb 2025 23:13:51 -0800 Subject: [PATCH 19/21] Update rubocop-github.gemspec Co-authored-by: Koichi ITO --- rubocop-github.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rubocop-github.gemspec b/rubocop-github.gemspec index eaa7b09b..18b5aff9 100644 --- a/rubocop-github.gemspec +++ b/rubocop-github.gemspec @@ -21,8 +21,8 @@ Gem::Specification.new do |s| s.required_ruby_version = ">= 3.0.0" s.add_dependency "rubocop", ">= 1.72" - s.add_dependency "rubocop-performance", ">= 1.15" - s.add_dependency "rubocop-rails", ">= 2.17" + s.add_dependency "rubocop-performance", ">= 1.24" + s.add_dependency "rubocop-rails", ">= 2.23" s.add_development_dependency "actionview", "~> 7.1.5.1" s.add_development_dependency "minitest" From a841e05fb7fec8135599c68df6c0bff2ff4d12a1 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Wed, 26 Feb 2025 23:14:17 -0800 Subject: [PATCH 20/21] run bundle install --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 27f2dcb7..3f465d14 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,8 +3,8 @@ PATH specs: rubocop-github (0.23.0) rubocop (>= 1.72) - rubocop-performance (>= 1.15) - rubocop-rails (>= 2.17) + rubocop-performance (>= 1.24) + rubocop-rails (>= 2.23) GEM remote: https://rubygems.org/ From 26fee530f96260296891dafe1d0b8d0c09d3d63f Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Wed, 26 Feb 2025 23:14:36 -0800 Subject: [PATCH 21/21] run bundle update --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3f465d14..8c60f672 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.72.2) + rubocop (1.73.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -86,7 +86,7 @@ GEM rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.0) + rubocop-ast (1.38.1) parser (>= 3.3.1.0) rubocop-performance (1.24.0) lint_roller (~> 1.1) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy