Skip to content

Commit 85f58da

Browse files
chore(deps): bump the ruby group with 6 updates (#875)
Bumps the ruby group with 6 updates: | Package | From | To | | --- | --- | --- | | [html2rss](https://github.com/html2rss/html2rss) | ``09dfa93`` | ``19957e0`` | | [rubocop](https://github.com/rubocop/rubocop) | `1.71.2` | `1.72.1` | | [json](https://github.com/ruby/json) | `2.9.1` | `2.10.1` | | [logger](https://github.com/ruby/logger) | `1.6.5` | `1.6.6` | | [rexml](https://github.com/ruby/rexml) | `3.4.0` | `3.4.1` | | [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby) | `1.83.4` | `1.85.0` | Updates `html2rss` from `09dfa93` to `19957e0` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](html2rss/html2rss@09dfa93...19957e0) Updates `rubocop` from 1.71.2 to 1.72.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.2...v1.72.1) Updates `json` from 2.9.1 to 2.10.1 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.9.1...v2.10.1) Updates `logger` from 1.6.5 to 1.6.6 - [Release notes](https://github.com/ruby/logger/releases) - [Commits](ruby/logger@v1.6.5...v1.6.6) Updates `rexml` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.4.0...v3.4.1) Updates `sass-embedded` from 1.83.4 to 1.85.0 - [Commits](sass-contrib/sass-embedded-host-ruby@v1.83.4...v1.85.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 - dependency-name: json dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: logger dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rexml dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: sass-embedded dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6dbca70 commit 85f58da

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
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.71'
29+
gem 'rubocop', '~> 1.72'
3030
end

Gemfile.lock

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

88
GIT
99
remote: https://github.com/html2rss/html2rss.git
10-
revision: 09dfa93d87e703bbee3f928cb7744b0ba365a52e
10+
revision: 19957e05b8859c7c7680a9319a90c560661cf439
1111
specs:
1212
html2rss (0.17.0)
1313
addressable (~> 2.7)
@@ -135,7 +135,7 @@ GEM
135135
nokogiri (~> 1.10)
136136
jekyll-watch (2.2.1)
137137
listen (~> 3.0)
138-
json (2.9.1)
138+
json (2.10.1)
139139
just-the-docs (0.10.1)
140140
jekyll (>= 3.8.5)
141141
jekyll-include-cache
@@ -146,11 +146,12 @@ GEM
146146
kramdown-parser-gfm (1.1.0)
147147
kramdown (~> 2.0)
148148
language_server-protocol (3.17.0.4)
149+
lint_roller (1.1.0)
149150
liquid (4.0.4)
150151
listen (3.9.0)
151152
rb-fsevent (~> 0.10, >= 0.10.3)
152153
rb-inotify (~> 0.9, >= 0.9.10)
153-
logger (1.6.5)
154+
logger (1.6.6)
154155
mercenary (0.4.0)
155156
mime-types (3.6.0)
156157
logger
@@ -182,13 +183,14 @@ GEM
182183
regexp_parser (2.10.0)
183184
reverse_markdown (3.0.0)
184185
nokogiri
185-
rexml (3.4.0)
186+
rexml (3.4.1)
186187
rouge (4.5.1)
187188
rss (0.3.1)
188189
rexml
189-
rubocop (1.71.2)
190+
rubocop (1.72.1)
190191
json (~> 2.3)
191-
language_server-protocol (>= 3.17.0)
192+
language_server-protocol (~> 3.17.0.2)
193+
lint_roller (~> 1.1.0)
192194
parallel (~> 1.10)
193195
parser (>= 3.3.0.2)
194196
rainbow (>= 2.2.2, < 4.0)
@@ -203,9 +205,9 @@ GEM
203205
sanitize (7.0.0)
204206
crass (~> 1.0.2)
205207
nokogiri (>= 1.16.8)
206-
sass-embedded (1.83.4-arm64-darwin)
208+
sass-embedded (1.85.0-arm64-darwin)
207209
google-protobuf (~> 4.29)
208-
sass-embedded (1.83.4-x86_64-linux-gnu)
210+
sass-embedded (1.85.0-x86_64-linux-gnu)
209211
google-protobuf (~> 4.29)
210212
terminal-table (3.0.2)
211213
unicode-display_width (>= 1.1.1, < 3)
@@ -234,7 +236,7 @@ DEPENDENCIES
234236
jekyll-sitemap
235237
jekyll-target-blank
236238
just-the-docs
237-
rubocop (~> 1.71)
239+
rubocop (~> 1.72)
238240
tzinfo (~> 2.0)
239241
tzinfo-data
240242
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)