Skip to content

Bump the ruby-dependencies group with 2 updates #122

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

Merged
merged 2 commits into from
May 26, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump the ruby-dependencies group with 2 updates
Bumps the ruby-dependencies group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec).


Updates `rubocop` from 1.75.2 to 1.75.3
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.75.2...v1.75.3)

Updates `rubocop-rspec` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v3.5.0...v3.6.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.75.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: rubocop-rspec
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2025
commit e3c91089b39df1f98af20f0e0cfedafdfb7ea730
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ group :development do
gem "rubocop", "~> 1.75"
gem "rubocop-github", "~> 0.23"
gem "rubocop-performance", "~> 1.25"
gem "rubocop-rspec", "~> 3.5"
gem "rubocop-rspec", "~> 3.6"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -37,8 +37,8 @@ GEM
logger (1.7.0)
minitest (5.25.5)
mutex_m (0.3.0)
parallel (1.26.3)
parser (3.3.7.4)
parallel (1.27.0)
parser (3.3.8.0)
ast (~> 2.4.1)
racc
pp (0.6.2)
@@ -69,7 +69,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.75.2)
rubocop (1.75.3)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
@@ -80,7 +80,7 @@ GEM
rubocop-ast (>= 1.44.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.44.0)
rubocop-ast (1.44.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-github (0.23.0)
@@ -97,7 +97,7 @@ GEM
rack (>= 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rspec (3.5.0)
rubocop-rspec (3.6.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
ruby-progressbar (1.13.0)
@@ -131,7 +131,7 @@ DEPENDENCIES
rubocop (~> 1.75)
rubocop-github (~> 0.23)
rubocop-performance (~> 1.25)
rubocop-rspec (~> 3.5)
rubocop-rspec (~> 3.6)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Binary file removed vendor/cache/parallel-1.26.3.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.27.0.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.7.4.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.75.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.75.3.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.44.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.44.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec-3.5.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec-3.6.0.gem
Binary file not shown.
Loading
Oops, something went wrong.