Skip to content

Commit 6e215cf

Browse files
chore(deps): bump the ruby group with 8 updates (#848)
Bumps the ruby group with 8 updates: | Package | From | To | | --- | --- | --- | | [html2rss](https://github.com/html2rss/html2rss) | ``c836d44`` | ``adac4c3`` | | [html2rss-configs](https://github.com/html2rss/html2rss-configs) | ``9673d2b`` | ``f63f74f`` | | [rubocop](https://github.com/rubocop/rubocop) | `1.67.0` | `1.68.0` | | [json](https://github.com/ruby/json) | `2.7.4` | `2.7.5` | | [parser](https://github.com/whitequark/parser) | `3.3.5.0` | `3.3.5.1` | | [rubocop-ast](https://github.com/rubocop/rubocop-ast) | `1.32.3` | `1.33.1` | | [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby) | `1.80.4` | `1.80.6` | | [webrick](https://github.com/ruby/webrick) | `1.8.2` | `1.9.0` | Updates `html2rss` from `c836d44` to `adac4c3` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](html2rss/html2rss@c836d44...adac4c3) Updates `html2rss-configs` from `9673d2b` to `f63f74f` - [Commits](html2rss/html2rss-configs@9673d2b...f63f74f) Updates `rubocop` from 1.67.0 to 1.68.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.67.0...v1.68.0) Updates `json` from 2.7.4 to 2.7.5 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.7.4...v2.7.5) Updates `parser` from 3.3.5.0 to 3.3.5.1 - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](whitequark/parser@v3.3.5.0...v3.3.5.1) Updates `rubocop-ast` from 1.32.3 to 1.33.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.32.3...v1.33.1) Updates `sass-embedded` from 1.80.4 to 1.80.6 - [Commits](sass-contrib/sass-embedded-host-ruby@v1.80.4...v1.80.6) Updates `webrick` from 1.8.2 to 1.9.0 - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.8.2...v1.9.0) --- updated-dependencies: - dependency-name: html2rss dependency-type: direct:production dependency-group: ruby - dependency-name: html2rss-configs 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-patch dependency-group: ruby - dependency-name: parser dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rubocop-ast dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: sass-embedded dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: webrick dependency-type: indirect 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 904a4fc commit 6e215cf

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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.67'
29+
gem 'rubocop', '~> 1.68'
3030
end

Gemfile.lock

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

88
GIT
99
remote: https://github.com/html2rss/html2rss.git
10-
revision: c836d44b77b081a69a55a405f44aaedf1ffcc7bf
10+
revision: adac4c3f99c4b322ce918ef7f6bb3d19727b36e5
1111
specs:
12-
html2rss (0.14.0)
12+
html2rss (0.15.0)
1313
addressable (~> 2.7)
1414
faraday (> 2.0.1, < 3.0)
1515
faraday-follow_redirects
@@ -93,7 +93,7 @@ GEM
9393
nokogiri (~> 1.10)
9494
jekyll-watch (2.2.1)
9595
listen (~> 3.0)
96-
json (2.7.4)
96+
json (2.7.5)
9797
just-the-docs (0.10.0)
9898
jekyll (>= 3.8.5)
9999
jekyll-include-cache
@@ -121,7 +121,7 @@ GEM
121121
nokogiri (1.16.7-x86_64-linux)
122122
racc (~> 1.4)
123123
parallel (1.26.3)
124-
parser (3.3.5.0)
124+
parser (3.3.5.1)
125125
ast (~> 2.4.1)
126126
racc
127127
pathutil (0.16.2)
@@ -140,7 +140,7 @@ GEM
140140
rouge (4.4.0)
141141
rss (0.3.1)
142142
rexml
143-
rubocop (1.67.0)
143+
rubocop (1.68.0)
144144
json (~> 2.3)
145145
language_server-protocol (>= 3.17.0)
146146
parallel (~> 1.10)
@@ -150,16 +150,16 @@ GEM
150150
rubocop-ast (>= 1.32.2, < 2.0)
151151
ruby-progressbar (~> 1.7)
152152
unicode-display_width (>= 2.4.0, < 3.0)
153-
rubocop-ast (1.32.3)
153+
rubocop-ast (1.33.1)
154154
parser (>= 3.3.1.0)
155155
ruby-progressbar (1.13.0)
156156
safe_yaml (1.0.5)
157157
sanitize (6.1.3)
158158
crass (~> 1.0.2)
159159
nokogiri (>= 1.12.0)
160-
sass-embedded (1.80.4-arm64-darwin)
160+
sass-embedded (1.80.6-arm64-darwin)
161161
google-protobuf (~> 4.28)
162-
sass-embedded (1.80.4-x86_64-linux-gnu)
162+
sass-embedded (1.80.6-x86_64-linux-gnu)
163163
google-protobuf (~> 4.28)
164164
terminal-table (3.0.2)
165165
unicode-display_width (>= 1.1.1, < 3)
@@ -168,7 +168,7 @@ GEM
168168
concurrent-ruby (~> 1.0)
169169
unicode-display_width (2.6.0)
170170
uri (0.13.1)
171-
webrick (1.8.2)
171+
webrick (1.9.0)
172172
zeitwerk (2.7.1)
173173

174174
PLATFORMS
@@ -184,7 +184,7 @@ DEPENDENCIES
184184
jekyll-sitemap
185185
jekyll-target-blank
186186
just-the-docs
187-
rubocop (~> 1.67)
187+
rubocop (~> 1.68)
188188
tzinfo (~> 2.0)
189189
tzinfo-data
190190
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)