Skip to content

Commit 54e37e8

Browse files
committed
chore: update deps
1 parent b620d0d commit 54e37e8

File tree

4 files changed

+39
-29
lines changed

4 files changed

+39
-29
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
version: 2
22
updates:
3-
- package-ecosystem: bundler
4-
directory: "/"
5-
schedule:
6-
interval: weekly
7-
open-pull-requests-limit: 10
8-
allow:
9-
- dependency-type: direct
10-
- dependency-type: indirect
11-
groups:
12-
ruby:
13-
patterns:
14-
- "*"
15-
- package-ecosystem: 'npm'
16-
directory: "/"
17-
schedule:
18-
interval: weekly
19-
allow:
20-
- dependency-type: direct
21-
groups:
22-
npm:
23-
patterns:
24-
- "*"
3+
- package-ecosystem: bundler
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
open-pull-requests-limit: 10
8+
allow:
9+
- dependency-type: direct
10+
- dependency-type: indirect
11+
groups:
12+
ruby:
13+
patterns:
14+
- "*"
15+
- package-ecosystem: "npm"
16+
directory: "/"
17+
schedule:
18+
interval: weekly
19+
allow:
20+
- dependency-type: direct
21+
groups:
22+
npm:
23+
patterns:
24+
- "*"

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AllCops:
22
NewCops: enable
3-
TargetRubyVersion: 2.6
3+
TargetRubyVersion: 3.4
44
DisplayCopNames: true
55

66
Style/DoubleNegation:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'jekyll', '~> 4.4.1'
5+
gem 'jekyll', '~> 4.4'
66
gem 'just-the-docs'
77

88
gem 'html2rss', git: 'https://github.com/html2rss/html2rss.git'

Gemfile.lock

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,13 @@ GEM
8686
faraday (>= 1, < 3)
8787
faraday-net_http (3.4.1)
8888
net-http (>= 0.5.0)
89+
ffi (1.17.2-aarch64-linux-gnu)
8990
ffi (1.17.2-arm64-darwin)
9091
ffi (1.17.2-x86_64-linux-gnu)
9192
forwardable-extended (2.6.0)
93+
google-protobuf (4.31.1-aarch64-linux-gnu)
94+
bigdecimal
95+
rake (>= 13)
9296
google-protobuf (4.31.1-arm64-darwin)
9397
bigdecimal
9498
rake (>= 13)
@@ -135,7 +139,7 @@ GEM
135139
nokogiri (~> 1.10)
136140
jekyll-watch (2.2.1)
137141
listen (~> 3.0)
138-
json (2.12.2)
142+
json (2.13.0)
139143
just-the-docs (0.10.1)
140144
jekyll (>= 3.8.5)
141145
jekyll-include-cache
@@ -156,9 +160,11 @@ GEM
156160
mime-types (3.7.0)
157161
logger
158162
mime-types-data (~> 3.2025, >= 3.2025.0507)
159-
mime-types-data (3.2025.0708)
163+
mime-types-data (3.2025.0715)
160164
net-http (0.6.0)
161165
uri
166+
nokogiri (1.18.8-aarch64-linux-gnu)
167+
racc (~> 1.4)
162168
nokogiri (1.18.8-arm64-darwin)
163169
racc (~> 1.4)
164170
nokogiri (1.18.8-x86_64-linux-gnu)
@@ -199,21 +205,23 @@ GEM
199205
rubocop-ast (>= 1.45.1, < 2.0)
200206
ruby-progressbar (~> 1.7)
201207
unicode-display_width (>= 2.4.0, < 4.0)
202-
rubocop-ast (1.45.1)
208+
rubocop-ast (1.46.0)
203209
parser (>= 3.3.7.2)
204210
prism (~> 1.4)
205211
ruby-progressbar (1.13.0)
206212
safe_yaml (1.0.5)
207213
sanitize (7.0.0)
208214
crass (~> 1.0.2)
209215
nokogiri (>= 1.16.8)
216+
sass-embedded (1.89.2-aarch64-linux-gnu)
217+
google-protobuf (~> 4.31)
210218
sass-embedded (1.89.2-arm64-darwin)
211219
google-protobuf (~> 4.31)
212220
sass-embedded (1.89.2-x86_64-linux-gnu)
213221
google-protobuf (~> 4.31)
214222
terminal-table (3.0.2)
215223
unicode-display_width (>= 1.1.1, < 3)
216-
thor (1.3.2)
224+
thor (1.4.0)
217225
tzinfo (2.0.6)
218226
concurrent-ruby (~> 1.0)
219227
unicode-display_width (2.6.0)
@@ -226,13 +234,15 @@ GEM
226234
zeitwerk (2.7.3)
227235

228236
PLATFORMS
237+
aarch64-linux
229238
arm64-darwin-23
239+
arm64-darwin-24
230240
x86_64-linux
231241

232242
DEPENDENCIES
233243
html2rss!
234244
html2rss-configs!
235-
jekyll (~> 4.4.1)
245+
jekyll (~> 4.4)
236246
jekyll-feed (~> 0.17)
237247
jekyll-loading-lazy
238248
jekyll-sitemap

0 commit comments

Comments
 (0)