Skip to content

Commit

Permalink
Bump the ruby-dependencies group across 1 directory with 3 updates (#192
Browse files Browse the repository at this point in the history
)

Bumps the ruby-dependencies group with 3 updates in the / directory: [minitest](https://github.com/minitest/minitest), [rubocop](https://github.com/rubocop/rubocop) and [rubocop-minitest](https://github.com/rubocop/rubocop-minitest).


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.64.1 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.64.1...v1.65.1)

Updates `rubocop-minitest` from 0.35.0 to 0.35.1
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.35.0...v0.35.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-minor
  dependency-group: ruby-dependencies
- dependency-name: rubocop-minitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
...

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 Aug 23, 2024
1 parent c302a61 commit f7a9fd4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ 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"
gem "rake", "~> 13.2"
gem "rubocop", "~> 1.64"
gem "rubocop", "~> 1.65"
gem "rubocop-minitest", "~> 0.35"
gem "rubocop-rake", "~> 0.5"
end
20 changes: 10 additions & 10 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,30 +26,30 @@ GEM
minitest (>= 5.0)
ruby-progressbar
os (1.1.4)
parallel (1.25.1)
parser (3.3.3.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.6)
strscan
rubocop (1.64.1)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
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.1)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
Expand All @@ -64,13 +64,13 @@ PLATFORMS

DEPENDENCIES
byebug (~> 11.1)
minitest (~> 5.24)
minitest (~> 5.25)
minitest-fail-fast (~> 0.1)
minitest-macos-notification (~> 2.0)
minitest-reporters (~> 1.7)
plissken!
rake (~> 13.2)
rubocop (~> 1.64)
rubocop (~> 1.65)
rubocop-minitest (~> 0.35)
rubocop-rake (~> 0.5)

Expand Down

0 comments on commit f7a9fd4

Please sign in to comment.