Skip to content

Commit f0ea83f

Browse files
committed
Update to Ruby 4.0.1
Also latest Bundler and gems.
1 parent 3fa42bf commit f0ea83f

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/build-deploy-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: 'Build page with Nanoc'
2323
uses: SamStephens/nanoc-build-pages@v2
2424
env:
25-
RUBY_VERSION: 3.4.4
25+
RUBY_VERSION: 4.0.1
2626
with:
2727
source: ./
2828
- name: 'Upload artifact'

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GEM
66
adsf (1.5.3)
77
rack (>= 1.0.0, < 4.0.0)
88
rackup (~> 2.1)
9-
adsf-live (1.5.2)
9+
adsf-live (1.5.3)
1010
adsf (~> 1.3)
1111
em-websocket (~> 0.5)
1212
eventmachine (~> 1.2)
@@ -22,16 +22,17 @@ GEM
2222
eventmachine (>= 0.12.9)
2323
http_parser.rb (~> 0)
2424
eventmachine (1.2.7)
25-
ffi (1.17.1-x86_64-linux-gnu)
26-
http_parser.rb (0.8.0)
25+
ffi (1.17.3-x86_64-linux-gnu)
26+
http_parser.rb (0.8.1)
2727
immutable-ruby (0.2.0)
2828
concurrent-ruby (~> 1.1)
2929
sorted_set (~> 1.0)
3030
io-console (0.8.2)
3131
json_schema (0.21.0)
3232
kramdown (2.5.1)
3333
rexml (>= 3.3.9)
34-
listen (3.9.0)
34+
listen (3.10.0)
35+
logger
3536
rb-fsevent (~> 0.10, >= 0.10.3)
3637
rb-inotify (~> 0.9, >= 0.9.10)
3738
logger (1.7.0)
@@ -83,7 +84,7 @@ GEM
8384
coderay (~> 1.1)
8485
method_source (~> 1.0)
8586
reline (>= 0.6.0)
86-
public_suffix (7.0.0)
87+
public_suffix (7.0.2)
8788
rack (3.2.4)
8889
rackup (2.3.1)
8990
rack (>= 3)
@@ -93,7 +94,7 @@ GEM
9394
rbtree (0.4.6)
9495
reline (0.6.3)
9596
io-console (~> 0.5)
96-
rexml (3.4.0)
97+
rexml (3.4.4)
9798
set (1.1.2)
9899
slow_enumerator_tools (1.1.0)
99100
sorted_set (1.0.3)
@@ -118,4 +119,4 @@ DEPENDENCIES
118119
webrick
119120

120121
BUNDLED WITH
121-
2.6.9
122+
4.0.3

0 commit comments

Comments
 (0)