Skip to content

Commit d1e9782

Browse files
authored
Update dependencies and ruby versions (jdm-contrib#2352)
* Update dependencies * Update Gemfile.lock * Update Gemfile.lock * Update actions * aaa * base64
1 parent ab0d762 commit d1e9782

File tree

3 files changed

+69
-60
lines changed

3 files changed

+69
-60
lines changed

.github/workflows/workflow.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,35 @@ jobs:
99
name: Run Jekyll Tests
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: ruby/setup-ruby@v1
1414
with:
15-
ruby-version: 3.1.2
15+
ruby-version: 3.4.1
1616
bundler-cache: true
1717
- run: script/run_jekyll.sh
1818
validate-json:
1919
name: Validate JSON
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: 3.1.2
25+
ruby-version: 3.4.1
2626
bundler-cache: true
2727
- run: script/validate_json.rb
2828
ping-websites:
2929
name: Ping Websites
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- uses: ruby/setup-ruby@v1
3434
with:
35-
ruby-version: 3.1.2
35+
ruby-version: 3.4.1
3636
bundler-cache: true
3737
- run: script/ping_websites.rb
3838
check-files-formatting:
3939
name: Check Files Formatting
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
- run: script/check_files_formatting.sh

Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "= 4.3.0"
4-
gem "html-proofer", ">= 5.0.8"
3+
gem 'base64', '~> 0.2.0'
4+
gem 'csv', '>= 3.3.2'
5+
gem "jekyll", ">= 4.3.4"
6+
gem "html-proofer", ">= 5.0.9"

Gemfile.lock

Lines changed: 58 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,44 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
Ascii85 (1.1.0)
5-
addressable (2.8.1)
6-
public_suffix (>= 2.0.2, < 6.0)
4+
Ascii85 (2.0.1)
5+
addressable (2.8.7)
6+
public_suffix (>= 2.0.2, < 7.0)
77
afm (0.2.2)
8-
async (2.8.1)
9-
console (~> 1.10)
8+
async (2.21.1)
9+
console (~> 1.29)
1010
fiber-annotation
11-
io-event (~> 1.1)
12-
timers (~> 4.1)
11+
io-event (~> 1.6, >= 1.6.5)
12+
base64 (0.2.0)
13+
bigdecimal (3.1.9)
1314
colorator (1.1.0)
14-
concurrent-ruby (1.1.10)
15-
console (1.23.4)
15+
concurrent-ruby (1.3.4)
16+
console (1.29.2)
1617
fiber-annotation
17-
fiber-local
18+
fiber-local (~> 1.1)
1819
json
20+
csv (3.3.2)
1921
em-websocket (0.5.3)
2022
eventmachine (>= 0.12.9)
2123
http_parser.rb (~> 0)
2224
ethon (0.16.0)
2325
ffi (>= 1.15.0)
2426
eventmachine (1.2.7)
25-
eventmachine (1.2.7-x64-mingw32)
26-
ffi (1.15.5)
27-
ffi (1.15.5-x64-mingw-ucrt)
28-
ffi (1.15.5-x64-mingw32)
27+
ffi (1.17.1-x64-mingw-ucrt)
28+
ffi (1.17.1-x86_64-linux-gnu)
2929
fiber-annotation (0.2.0)
30-
fiber-local (1.0.0)
30+
fiber-local (1.1.0)
31+
fiber-storage
32+
fiber-storage (1.0.0)
3133
forwardable-extended (2.6.0)
34+
google-protobuf (4.29.3-x64-mingw-ucrt)
35+
bigdecimal
36+
rake (>= 13)
37+
google-protobuf (4.29.3-x86_64-linux)
38+
bigdecimal
39+
rake (>= 13)
3240
hashery (2.1.2)
33-
html-proofer (5.0.8)
41+
html-proofer (5.0.9)
3442
addressable (~> 2.3)
3543
async (~> 2.1)
3644
nokogiri (~> 1.13)
@@ -40,10 +48,10 @@ GEM
4048
yell (~> 2.0)
4149
zeitwerk (~> 2.5)
4250
http_parser.rb (0.8.0)
43-
i18n (1.12.0)
51+
i18n (1.14.6)
4452
concurrent-ruby (~> 1.0)
45-
io-event (1.4.4)
46-
jekyll (4.3.0)
53+
io-event (1.7.5)
54+
jekyll (4.3.4)
4755
addressable (~> 2.4)
4856
colorator (~> 1.0)
4957
em-websocket (~> 0.5)
@@ -59,68 +67,67 @@ GEM
5967
safe_yaml (~> 1.0)
6068
terminal-table (>= 1.8, < 4.0)
6169
webrick (~> 1.7)
62-
jekyll-sass-converter (2.2.0)
63-
sassc (> 2.0.1, < 3.0)
70+
jekyll-sass-converter (3.0.0)
71+
sass-embedded (~> 1.54)
6472
jekyll-watch (2.2.1)
6573
listen (~> 3.0)
66-
json (2.7.1)
67-
kramdown (2.4.0)
68-
rexml
74+
json (2.9.1)
75+
kramdown (2.5.1)
76+
rexml (>= 3.3.9)
6977
kramdown-parser-gfm (1.1.0)
7078
kramdown (~> 2.0)
71-
liquid (4.0.3)
72-
listen (3.7.1)
79+
liquid (4.0.4)
80+
listen (3.9.0)
7381
rb-fsevent (~> 0.10, >= 0.10.3)
7482
rb-inotify (~> 0.9, >= 0.9.10)
7583
mercenary (0.4.0)
76-
mini_portile2 (2.8.6)
77-
nokogiri (1.16.5)
78-
mini_portile2 (~> 2.8.2)
84+
nokogiri (1.18.1-x64-mingw-ucrt)
7985
racc (~> 1.4)
80-
nokogiri (1.16.5-x86_64-linux)
86+
nokogiri (1.18.1-x86_64-linux-gnu)
8187
racc (~> 1.4)
8288
pathutil (0.16.2)
8389
forwardable-extended (~> 2.6)
84-
pdf-reader (2.12.0)
85-
Ascii85 (~> 1.0)
90+
pdf-reader (2.13.0)
91+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
8692
afm (~> 0.2.1)
8793
hashery (~> 2.0)
8894
ruby-rc4
8995
ttfunk
90-
public_suffix (5.0.0)
91-
racc (1.7.3)
96+
public_suffix (6.0.1)
97+
racc (1.8.1)
9298
rainbow (3.1.1)
99+
rake (13.2.1)
93100
rb-fsevent (0.11.2)
94-
rb-inotify (0.10.1)
101+
rb-inotify (0.11.1)
95102
ffi (~> 1.0)
96-
rexml (3.3.9)
97-
rouge (4.0.0)
103+
rexml (3.4.0)
104+
rouge (4.5.1)
98105
ruby-rc4 (0.1.5)
99106
safe_yaml (1.0.5)
100-
sassc (2.4.0)
101-
ffi (~> 1.9)
102-
sassc (2.4.0-x64-mingw32)
103-
ffi (~> 1.9)
107+
sass-embedded (1.83.1-x64-mingw-ucrt)
108+
google-protobuf (~> 4.29)
109+
sass-embedded (1.83.1-x86_64-linux-gnu)
110+
google-protobuf (~> 4.29)
104111
terminal-table (3.0.2)
105112
unicode-display_width (>= 1.1.1, < 3)
106-
timers (4.3.5)
107-
ttfunk (1.7.0)
113+
ttfunk (1.8.0)
114+
bigdecimal (~> 3.1)
108115
typhoeus (1.4.1)
109116
ethon (>= 0.9.0)
110-
unicode-display_width (2.3.0)
111-
webrick (1.8.2)
117+
unicode-display_width (2.6.0)
118+
webrick (1.9.1)
112119
yell (2.2.2)
113-
zeitwerk (2.6.13)
120+
zeitwerk (2.7.1)
114121

115122
PLATFORMS
116-
ruby
117123
x64-mingw-ucrt
118-
x64-mingw32
119124
x86_64-linux
120125

121126
DEPENDENCIES
122-
html-proofer (>= 5.0.8)
123-
jekyll (= 4.3.0)
127+
base64 (~> 0.2.0)
128+
csv (>= 3.3.2)
129+
html-proofer (>= 5.0.9)
130+
jekyll (>= 4.3.4)
124131

125132
BUNDLED WITH
126-
2.3.17
133+
2.6.2

0 commit comments

Comments
 (0)