Skip to content

Commit 147531f

Browse files
committed
Update minimum Ruby version and gems
* Update minimum Ruby version to at least the version run by ASF infra team on Jekyll builders, so that way we can reduce compatibility surprises when trying to build on stuff substantially newer than what's on ASF's infrastructure * Do a bundle update
1 parent bbbf8db commit 147531f

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruby '>=2.5.1'
1+
ruby '>=2.7'
22
source 'https://rubygems.org'
33
gem 'jekyll', '>= 4.2.0'
44
gem 'jekyll-redirect-from', '>= 0.16.0'

Gemfile.lock

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.4)
4+
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
7+
concurrent-ruby (1.2.3)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.15.5)
12+
ffi (1.16.3)
1313
forwardable-extended (2.6.0)
14-
google-protobuf (3.23.4-x86_64-linux)
14+
google-protobuf (4.26.1-x86_64-linux)
15+
rake (>= 13)
1516
http_parser.rb (0.8.0)
16-
i18n (1.14.1)
17+
i18n (1.14.4)
1718
concurrent-ruby (~> 1.0)
18-
jekyll (4.3.2)
19+
jekyll (4.3.3)
1920
addressable (~> 2.4)
2021
colorator (~> 1.0)
2122
em-websocket (~> 0.5)
@@ -42,24 +43,25 @@ GEM
4243
kramdown-parser-gfm (1.1.0)
4344
kramdown (~> 2.0)
4445
liquid (4.0.4)
45-
listen (3.8.0)
46+
listen (3.9.0)
4647
rb-fsevent (~> 0.10, >= 0.10.3)
4748
rb-inotify (~> 0.9, >= 0.9.10)
4849
mercenary (0.4.0)
4950
pathutil (0.16.2)
5051
forwardable-extended (~> 2.6)
51-
public_suffix (5.0.3)
52+
public_suffix (5.0.5)
53+
rake (13.2.1)
5254
rb-fsevent (0.11.2)
5355
rb-inotify (0.10.1)
5456
ffi (~> 1.0)
5557
rexml (3.2.6)
56-
rouge (4.1.2)
58+
rouge (4.2.1)
5759
safe_yaml (1.0.5)
58-
sass-embedded (1.64.1-x86_64-linux-gnu)
59-
google-protobuf (~> 3.23)
60+
sass-embedded (1.76.0-x86_64-linux-gnu)
61+
google-protobuf (>= 3.25, < 5.0)
6062
terminal-table (3.0.2)
6163
unicode-display_width (>= 1.1.1, < 3)
62-
unicode-display_width (2.4.2)
64+
unicode-display_width (2.5.0)
6365
webrick (1.8.1)
6466

6567
PLATFORMS

0 commit comments

Comments
 (0)