Skip to content

Commit

Permalink
chore(deps): bump the ruby group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the ruby group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [html2rss](https://github.com/html2rss/html2rss) | ``adac4c3`` | ``4206a01`` |
| [json](https://github.com/ruby/json) | `2.7.5` | `2.8.1` |
| [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2024.1001` | `3.2024.1105` |
| [net-http](https://github.com/ruby/net-http) | `0.4.1` | `0.5.0` |
| [parser](https://github.com/whitequark/parser) | `3.3.5.1` | `3.3.6.0` |
| [rouge](https://github.com/rouge-ruby/rouge) | `4.4.0` | `4.5.0` |
| [rubocop-ast](https://github.com/rubocop/rubocop-ast) | `1.33.1` | `1.34.1` |
| [uri](https://github.com/ruby/uri) | `0.13.1` | `1.0.1` |


Updates `html2rss` from `adac4c3` to `4206a01`
- [Release notes](https://github.com/html2rss/html2rss/releases)
- [Commits](html2rss/html2rss@adac4c3...4206a01)

Updates `json` from 2.7.5 to 2.8.1
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.7.5...v2.8.1)

Updates `mime-types-data` from 3.2024.1001 to 3.2024.1105
- [Changelog](https://github.com/mime-types/mime-types-data/blob/main/History.md)
- [Commits](mime-types/mime-types-data@v3.2024.1001...v3.2024.1105)

Updates `net-http` from 0.4.1 to 0.5.0
- [Release notes](https://github.com/ruby/net-http/releases)
- [Commits](ruby/net-http@v0.4.1...v0.5.0)

Updates `parser` from 3.3.5.1 to 3.3.6.0
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.5.1...v3.3.6.0)

Updates `rouge` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](rouge-ruby/rouge@v4.4.0...v4.5.0)

Updates `rubocop-ast` from 1.33.1 to 1.34.1
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-ast@v1.33.1...v1.34.1)

Updates `uri` from 0.13.1 to 1.0.1
- [Release notes](https://github.com/ruby/uri/releases)
- [Commits](ruby/uri@v0.13.1...v1.0.1)

---
updated-dependencies:
- dependency-name: html2rss
  dependency-type: direct:production
  dependency-group: ruby
- dependency-name: json
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: mime-types-data
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: net-http
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: parser
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: rouge
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rubocop-ast
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: uri
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 6e215cf commit f562fe6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT

GIT
remote: https://github.com/html2rss/html2rss.git
revision: adac4c3f99c4b322ce918ef7f6bb3d19727b36e5
revision: 4206a013d1afe66373c3c1b0a4cc7984b06b2e67
specs:
html2rss (0.15.0)
addressable (~> 2.7)
Expand Down Expand Up @@ -93,7 +93,7 @@ GEM
nokogiri (~> 1.10)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.5)
json (2.8.1)
just-the-docs (0.10.0)
jekyll (>= 3.8.5)
jekyll-include-cache
Expand All @@ -113,15 +113,15 @@ GEM
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1001)
net-http (0.4.1)
mime-types-data (3.2024.1105)
net-http (0.5.0)
uri
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pathutil (0.16.2)
Expand All @@ -137,7 +137,7 @@ GEM
reverse_markdown (2.1.1)
nokogiri
rexml (3.3.9)
rouge (4.4.0)
rouge (4.5.0)
rss (0.3.1)
rexml
rubocop (1.68.0)
Expand All @@ -150,7 +150,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.1)
rubocop-ast (1.34.1)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
safe_yaml (1.0.5)
Expand All @@ -167,7 +167,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (0.13.1)
uri (1.0.1)
webrick (1.9.0)
zeitwerk (2.7.1)

Expand Down

0 comments on commit f562fe6

Please sign in to comment.