Skip to content

Commit

Permalink
Bump the ruby-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the ruby-dependencies group with 2 updates in the / directory: [minitest](https://github.com/minitest/minitest) and [rubocop](https://github.com/rubocop/rubocop).


Updates `minitest` from 5.24.1 to 5.25.1
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.24.1...v5.25.1)

Updates `rubocop` from 1.65.0 to 1.65.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.65.0...v1.65.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent 0db44ac commit b46d6c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec

group :development do
gem "byebug", "~> 11.1"
gem "minitest", "~> 5.24"
gem "minitest", "~> 5.25"
gem "minitest-fail-fast", "~> 0.1"
gem "minitest-macos-notification", "~> 2.0"
gem "minitest-reporters", "~> 1.7"
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
byebug (11.1.3)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.24.1)
minitest (5.25.1)
minitest-fail-fast (0.1.0)
minitest (~> 5)
minitest-macos-notification (2.0.0)
Expand All @@ -26,17 +26,17 @@ GEM
minitest (>= 5.0)
ruby-progressbar
os (1.1.4)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
racc (1.8.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.1)
rexml (3.3.5)
strscan
rubocop (1.65.0)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -47,7 +47,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.0)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
Expand All @@ -65,7 +65,7 @@ PLATFORMS
DEPENDENCIES
awrence!
byebug (~> 11.1)
minitest (~> 5.24)
minitest (~> 5.25)
minitest-fail-fast (~> 0.1)
minitest-macos-notification (~> 2.0)
minitest-reporters (~> 1.7)
Expand Down

0 comments on commit b46d6c9

Please sign in to comment.