Skip to content

Commit

Permalink
deps(bundler): bump rubocop-github in /dependencies in the rubocop gr…
Browse files Browse the repository at this point in the history
…oup (#627)

Bumps the rubocop group in /dependencies with 1 update: [rubocop-github](https://github.com/github/rubocop-github).


Updates `rubocop-github` from 0.20.0 to 0.22.0
- [Release notes](https://github.com/github/rubocop-github/releases)
- [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md)
- [Commits](github/rubocop-github@v0.20.0...v0.22.0)

---
updated-dependencies:
- dependency-name: rubocop-github
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rubocop
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 3731a3d commit 0bd01da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dependencies/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "rubocop", "~> 1.71.2"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-github", "~> 0.22.0"
gem "rubocop-minitest", "~> 0.37.0"
gem "rubocop-performance", "~>1.23.1"
gem "rubocop-rails", "~> 2.29"
Expand Down
12 changes: 6 additions & 6 deletions dependencies/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ GEM
json (2.10.1)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
logger (1.6.5)
logger (1.6.6)
minitest (5.25.4)
parallel (1.26.3)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
racc (1.8.1)
rack (3.1.8)
rack (3.1.10)
rainbow (3.1.1)
regexp_parser (2.10.0)
rubocop (1.71.2)
Expand All @@ -46,13 +46,13 @@ 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-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-github (0.20.0)
rubocop-github (0.22.0)
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
Expand Down Expand Up @@ -94,7 +94,7 @@ GEM
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
uri (1.0.3)

PLATFORMS
x86_64-linux
Expand All @@ -104,7 +104,7 @@ DEPENDENCIES
rubocop (~> 1.71.2)
rubocop-capybara (~> 2.21)
rubocop-factory_bot (~> 2.26)
rubocop-github (~> 0.20.0)
rubocop-github (~> 0.22.0)
rubocop-minitest (~> 0.37.0)
rubocop-performance (~> 1.23.1)
rubocop-rails (~> 2.29)
Expand Down

0 comments on commit 0bd01da

Please sign in to comment.