Skip to content

Commit

Permalink
Bump the patch-and-minor-dependencies group across 1 directory with 3…
Browse files Browse the repository at this point in the history
… updates

Bumps the patch-and-minor-dependencies group with 3 updates in the / directory: [roda](https://github.com/jeremyevans/roda), [rubocop](https://github.com/rubocop/rubocop) and [yard](https://github.com/lsegal/yard).


Updates `roda` from 3.83.0 to 3.84.0
- [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG)
- [Commits](jeremyevans/roda@3.83.0...3.84.0)

Updates `rubocop` from 1.66.0 to 1.66.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.66.0...v1.66.1)

Updates `yard` from 0.9.36 to 0.9.37
- [Release notes](https://github.com/lsegal/yard/releases)
- [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md)
- [Commits](lsegal/yard@v0.9.36...v0.9.37)

---
updated-dependencies:
- dependency-name: roda
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: yard
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 14, 2024
1 parent 59b376f commit 7a20c3f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ gem 'rack-unreloader', '~> 2.1'
gem 'rackup', '~> 2.1.0'
gem 'rake', '~> 13.1'
gem 'redcarpet', '~> 3.6'
gem 'roda', '~> 3.76'
gem 'roda', '~> 3.84'
gem 'tantiny', '0.3.3'
gem 'tilt', '~> 2.3'

group :development do
gem 'htmlbeautifier', require: false
gem 'pry'
gem 'rubocop', '~> 1.60', require: false
gem 'rubocop', '~> 1.66', require: false
gem 'rubocop-minitest', '~> 0.36.0', require: false
gem 'rubocop-performance', '~> 1.20', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'solargraph', '~> 0.50', require: false
gem 'yard', '~> 0.9.34'
gem 'yard', '~> 0.9.37'
end

group :test do
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
powerbar (1.0.18)
Expand All @@ -60,19 +60,19 @@ GEM
nokogiri
rexml (3.3.6)
strscan
roda (3.83.0)
roda (3.84.0)
rack
rubocop (1.66.0)
rubocop (1.66.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 (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.1, < 2.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
Expand Down Expand Up @@ -121,12 +121,12 @@ GEM
thor (1.3.2)
tilt (2.4.0)
tomlrb (1.3.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
unparser (0.6.15)
diff-lcs (~> 1.3)
parser (>= 3.3.0)
webrick (1.8.1)
yard (0.9.36)
yard (0.9.37)

PLATFORMS
arm64-darwin-22
Expand All @@ -144,15 +144,15 @@ DEPENDENCIES
rackup (~> 2.1.0)
rake (~> 13.1)
redcarpet (~> 3.6)
roda (~> 3.76)
rubocop (~> 1.60)
roda (~> 3.84)
rubocop (~> 1.66)
rubocop-minitest (~> 0.36.0)
rubocop-performance (~> 1.20)
rubocop-rake (~> 0.6.0)
solargraph (~> 0.50)
tantiny (= 0.3.3)
tilt (~> 2.3)
yard (~> 0.9.34)
yard (~> 0.9.37)

BUNDLED WITH
2.5.18

0 comments on commit 7a20c3f

Please sign in to comment.