Skip to content

Commit e1115bc

Browse files
Update dependency html-proofer to v5
1 parent 3649654 commit e1115bc

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ end
3434

3535
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
3636
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
37-
gem 'pygments.rb', '~> 2.4.0'
37+
gem 'pygments.rb', '~> 2.3.1'
3838

3939
# Performance-booster for watching directories on Windows
4040
gem "wdm", "~> 0.1.0" if Gem.win_platform?

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ GIT
2424
GEM
2525
remote: https://rubygems.org/
2626
specs:
27-
addressable (2.8.5)
28-
public_suffix (>= 2.0.2, < 6.0)
27+
addressable (2.8.7)
28+
public_suffix (>= 2.0.2, < 7.0)
2929
asciidoctor (2.0.20)
3030
colorator (1.1.0)
3131
concurrent-ruby (1.2.2)
@@ -40,7 +40,7 @@ GEM
4040
ffi (>= 1.15.0)
4141
eventmachine (1.2.7)
4242
execjs (2.9.1)
43-
ffi (1.16.3)
43+
ffi (1.17.0)
4444
ffi-compiler (1.0.1)
4545
ffi (>= 1.0.0)
4646
rake
@@ -123,18 +123,18 @@ GEM
123123
rake (~> 13.0)
124124
mercenary (0.4.0)
125125
multi_json (1.15.0)
126-
nokogiri (1.15.4-arm64-darwin)
126+
nokogiri (1.15.6-arm64-darwin)
127127
racc (~> 1.4)
128-
nokogiri (1.15.4-x86_64-linux)
128+
nokogiri (1.15.6-x86_64-linux)
129129
racc (~> 1.4)
130130
openssl (3.2.0)
131-
parallel (1.23.0)
131+
parallel (1.26.3)
132132
pathutil (0.16.2)
133133
forwardable-extended (~> 2.6)
134134
posix-spawn (0.3.15)
135-
public_suffix (5.0.3)
136-
pygments.rb (2.4.0)
137-
racc (1.7.1)
135+
public_suffix (5.1.1)
136+
pygments.rb (2.3.1)
137+
racc (1.8.1)
138138
rainbow (3.1.1)
139139
rake (13.0.6)
140140
rb-fsevent (0.11.2)
@@ -149,7 +149,7 @@ GEM
149149
string_inflection (0.1.2)
150150
terminal-table (3.0.2)
151151
unicode-display_width (>= 1.1.1, < 3)
152-
typhoeus (1.4.0)
152+
typhoeus (1.4.1)
153153
ethon (>= 0.9.0)
154154
uglifier (4.2.0)
155155
execjs (>= 0.3.0, < 3)
@@ -163,7 +163,7 @@ GEM
163163
nokogiri (>= 1.13)
164164
webrick (1.8.1)
165165
yell (2.2.2)
166-
zeitwerk (2.6.12)
166+
zeitwerk (2.6.18)
167167

168168
PLATFORMS
169169
arm64-darwin-23
@@ -182,7 +182,7 @@ DEPENDENCIES
182182
jekyll-postfiles
183183
jekyll-theme-clean-blog!
184184
jekyll-webmention_io!
185-
pygments.rb (~> 2.4.0)
185+
pygments.rb (~> 2.3.1)
186186
rake
187187
tzinfo-data
188188

0 commit comments

Comments
 (0)