Skip to content

Commit

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

Bumps the patch-and-minor-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rake](https://github.com/ruby/rake) | `13.1.0` | `13.2.1` |
| [roda](https://github.com/jeremyevans/roda) | `3.76.0` | `3.79.0` |
| [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier) | `1.4.2` | `1.4.3` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.60.2` | `1.63.4` |
| [yard](https://github.com/lsegal/yard) | `0.9.34` | `0.9.36` |
| [minitest](https://github.com/minitest/minitest) | `5.21.2` | `5.22.3` |



Updates `rake` from 13.1.0 to 13.2.1
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.1.0...v13.2.1)

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

Updates `htmlbeautifier` from 1.4.2 to 1.4.3
- [Changelog](https://github.com/threedaymonk/htmlbeautifier/blob/master/History.txt)
- [Commits](threedaymonk/htmlbeautifier@v1.4.2...v1.4.3)

Updates `rubocop` from 1.60.2 to 1.63.4
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.60.2...v1.63.4)

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

Updates `minitest` from 5.21.2 to 5.22.3
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.21.2...v5.22.3)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: roda
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: htmlbeautifier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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
- dependency-name: minitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 4, 2024
1 parent 78fb86a commit d1a79ec
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ source 'https://rubygems.org'
gem 'puma', '~> 6.4'
gem 'rack-unreloader', '~> 2.1'
gem 'rackup', '~> 2.1.0'
gem 'rake', '~> 13.1'
gem 'rake', '~> 13.2'
gem 'redcarpet', '~> 3.6'
gem 'roda', '~> 3.76'
gem 'roda', '~> 3.79'
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.63', require: false
gem 'solargraph', '~> 0.50', require: false
gem 'yard', '~> 0.9.34'
gem 'yard', '~> 0.9.36'
end

group :test do
gem 'minitest', '~> 5.21'
gem 'minitest', '~> 5.22'
gem 'rack-test'
end
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ GEM
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
e2mmap (0.1.0)
htmlbeautifier (1.4.2)
htmlbeautifier (1.4.3)
jaro_winkler (1.5.6)
json (2.7.1)
json (2.7.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -19,7 +19,7 @@ GEM
method_source (1.0.0)
mini_portile2 (2.8.5)
minitar (0.9)
minitest (5.21.2)
minitest (5.22.3)
nio4r (2.7.0)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
Expand All @@ -29,7 +29,7 @@ GEM
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -38,36 +38,36 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.8)
rack (3.0.10)
rack-test (2.1.0)
rack (>= 1.3)
rack-unreloader (2.1.0)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rbs (2.8.4)
redcarpet (3.6.0)
regexp_parser (2.9.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.6)
roda (3.76.0)
roda (3.79.0)
rack
rubocop (1.60.2)
rubocop (1.63.4)
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)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-next (0.14.1)
ruby-next-core (= 0.14.1)
ruby-next-parser (>= 3.1.1.0)
Expand Down Expand Up @@ -111,7 +111,7 @@ GEM
diff-lcs (~> 1.3)
parser (>= 3.2.2.4)
webrick (1.8.1)
yard (0.9.34)
yard (0.9.36)

PLATFORMS
arm64-darwin-22
Expand All @@ -120,20 +120,20 @@ PLATFORMS

DEPENDENCIES
htmlbeautifier
minitest (~> 5.21)
minitest (~> 5.22)
pry
puma (~> 6.4)
rack-test
rack-unreloader (~> 2.1)
rackup (~> 2.1.0)
rake (~> 13.1)
rake (~> 13.2)
redcarpet (~> 3.6)
roda (~> 3.76)
rubocop (~> 1.60)
roda (~> 3.79)
rubocop (~> 1.63)
solargraph (~> 0.50)
tantiny (= 0.3.3)
tilt (~> 2.3)
yard (~> 0.9.34)
yard (~> 0.9.36)

BUNDLED WITH
2.5.4

0 comments on commit d1a79ec

Please sign in to comment.