Skip to content

Commit b460062

Browse files
chore(deps): bump the ruby group with 2 updates (#871)
Bumps the ruby group with 2 updates: [html2rss](https://github.com/html2rss/html2rss) and [rubocop](https://github.com/rubocop/rubocop). Updates `html2rss` from `01f2b83` to `09dfa93` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](html2rss/html2rss@01f2b83...09dfa93) Updates `rubocop` from 1.70.0 to 1.71.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.70.0...v1.71.0) --- updated-dependencies: - dependency-name: html2rss dependency-type: direct:production dependency-group: ruby - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor 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 6045aa4 commit b460062

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
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.70'
29+
gem 'rubocop', '~> 1.71'
3030
end

Gemfile.lock

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ GIT
77

88
GIT
99
remote: https://github.com/html2rss/html2rss.git
10-
revision: 01f2b8392f60f7ca77d1cba01a1a8971e6b700b4
10+
revision: 09dfa93d87e703bbee3f928cb7744b0ba365a52e
1111
specs:
1212
html2rss (0.17.0)
1313
addressable (~> 2.7)
14+
dry-validation
1415
faraday (> 2.0.1, < 3.0)
1516
faraday-follow_redirects
1617
kramdown
@@ -37,6 +38,41 @@ GEM
3738
colorator (1.1.0)
3839
concurrent-ruby (1.3.5)
3940
crass (1.0.6)
41+
dry-configurable (1.3.0)
42+
dry-core (~> 1.1)
43+
zeitwerk (~> 2.6)
44+
dry-core (1.1.0)
45+
concurrent-ruby (~> 1.0)
46+
logger
47+
zeitwerk (~> 2.6)
48+
dry-inflector (1.2.0)
49+
dry-initializer (3.2.0)
50+
dry-logic (1.6.0)
51+
bigdecimal
52+
concurrent-ruby (~> 1.0)
53+
dry-core (~> 1.1)
54+
zeitwerk (~> 2.6)
55+
dry-schema (1.14.0)
56+
concurrent-ruby (~> 1.0)
57+
dry-configurable (~> 1.0, >= 1.0.1)
58+
dry-core (~> 1.1)
59+
dry-initializer (~> 3.2)
60+
dry-logic (~> 1.5)
61+
dry-types (~> 1.8)
62+
zeitwerk (~> 2.6)
63+
dry-types (1.8.1)
64+
bigdecimal (~> 3.0)
65+
concurrent-ruby (~> 1.0)
66+
dry-core (~> 1.0)
67+
dry-inflector (~> 1.0)
68+
dry-logic (~> 1.4)
69+
zeitwerk (~> 2.6)
70+
dry-validation (1.11.1)
71+
concurrent-ruby (~> 1.0)
72+
dry-core (~> 1.1)
73+
dry-initializer (~> 3.2)
74+
dry-schema (~> 1.14)
75+
zeitwerk (~> 2.6)
4076
em-websocket (0.5.3)
4177
eventmachine (>= 0.12.9)
4278
http_parser.rb (~> 0)
@@ -146,7 +182,7 @@ GEM
146182
rouge (4.5.1)
147183
rss (0.3.1)
148184
rexml
149-
rubocop (1.70.0)
185+
rubocop (1.71.0)
150186
json (~> 2.3)
151187
language_server-protocol (>= 3.17.0)
152188
parallel (~> 1.10)
@@ -194,7 +230,7 @@ DEPENDENCIES
194230
jekyll-sitemap
195231
jekyll-target-blank
196232
just-the-docs
197-
rubocop (~> 1.70)
233+
rubocop (~> 1.71)
198234
tzinfo (~> 2.0)
199235
tzinfo-data
200236
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)