Skip to content

Commit 2a08e09

Browse files
chore(deps): bump the ruby group with 4 updates (#908)
Bumps the ruby group with 4 updates: [html2rss](https://github.com/html2rss/html2rss), [html2rss-configs](https://github.com/html2rss/html2rss-configs), [rubocop](https://github.com/rubocop/rubocop) and [mime-types-data](https://github.com/mime-types/mime-types-data). Updates `html2rss` from `f4e080c` to `9ed4ec4` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](html2rss/html2rss@f4e080c...9ed4ec4) Updates `html2rss-configs` from `6aadc0c` to `de1958d` - [Commits](html2rss/html2rss-configs@6aadc0c...de1958d) Updates `rubocop` from 1.76.1 to 1.77.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.76.1...v1.77.0) Updates `mime-types-data` from 3.2025.0610 to 3.2025.0617 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md) - [Commits](mime-types/mime-types-data@v3.2025.0610...v3.2025.0617) --- updated-dependencies: - dependency-name: html2rss dependency-version: 9ed4ec489c8e19631a532804ec4541e22b12fd8f dependency-type: direct:production dependency-group: ruby - dependency-name: html2rss-configs dependency-version: de1958d781d74f0e466b622471140577547f7f11 dependency-type: direct:production dependency-group: ruby - dependency-name: rubocop dependency-version: 1.77.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby - dependency-name: mime-types-data dependency-version: 3.2025.0617 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4efc7b9 commit 2a08e09

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ end
2626
gem 'wdm', '~> 0.1.1', platforms: %i[mingw x64_mingw mswin]
2727

2828
group :development do
29-
gem 'rubocop', '~> 1.76'
29+
gem 'rubocop', '~> 1.77'
3030
end

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GIT
22
remote: https://github.com/html2rss/html2rss-configs.git
3-
revision: 6aadc0cf35c10642a4f15022e3ee9902360d3171
3+
revision: de1958d781d74f0e466b622471140577547f7f11
44
specs:
55
html2rss-configs (0.2.0)
66
html2rss
77

88
GIT
99
remote: https://github.com/html2rss/html2rss.git
10-
revision: f4e080c7de7e54ec83453192c434e6e40b5db7ea
10+
revision: 9ed4ec489c8e19631a532804ec4541e22b12fd8f
1111
specs:
1212
html2rss (0.17.0)
1313
addressable (~> 2.7)
@@ -156,7 +156,7 @@ GEM
156156
mime-types (3.7.0)
157157
logger
158158
mime-types-data (~> 3.2025, >= 3.2025.0507)
159-
mime-types-data (3.2025.0610)
159+
mime-types-data (3.2025.0617)
160160
net-http (0.6.0)
161161
uri
162162
nokogiri (1.18.8-arm64-darwin)
@@ -188,15 +188,15 @@ GEM
188188
rouge (4.5.2)
189189
rss (0.3.1)
190190
rexml
191-
rubocop (1.76.1)
191+
rubocop (1.77.0)
192192
json (~> 2.3)
193193
language_server-protocol (~> 3.17.0.2)
194194
lint_roller (~> 1.1.0)
195195
parallel (~> 1.10)
196196
parser (>= 3.3.0.2)
197197
rainbow (>= 2.2.2, < 4.0)
198198
regexp_parser (>= 2.9.3, < 3.0)
199-
rubocop-ast (>= 1.45.0, < 2.0)
199+
rubocop-ast (>= 1.45.1, < 2.0)
200200
ruby-progressbar (~> 1.7)
201201
unicode-display_width (>= 2.4.0, < 4.0)
202202
rubocop-ast (1.45.1)
@@ -238,7 +238,7 @@ DEPENDENCIES
238238
jekyll-sitemap
239239
jekyll-target-blank
240240
just-the-docs
241-
rubocop (~> 1.76)
241+
rubocop (~> 1.77)
242242
tzinfo (~> 2.0)
243243
tzinfo-data
244244
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)