Skip to content

Commit 89795a3

Browse files
committed
dev: update to ruby 2.6.2
This is the current version of ruby provided in codespaces
1 parent 33b70a7 commit 89795a3

2 files changed

Lines changed: 16 additions & 27 deletions

File tree

Gemfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
source "https://rubygems.org"
2+
3+
# Required from Ruby 3.4.0
4+
gem "base64"
5+
gem "bigdecimal"
6+
7+
# Required from Ruby 3.5.0
8+
gem "logger"
9+
210
# Hello! This is where you manage which Jekyll version is used to run.
311
# When you want to use a different version, change it below, save the
412
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:

Gemfile.lock

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.3.0)
7+
bigdecimal (3.3.1)
68
colorator (1.1.0)
79
concurrent-ruby (1.3.4)
810
csv (3.2.8)
911
em-websocket (0.5.3)
1012
eventmachine (>= 0.12.9)
1113
http_parser.rb (~> 0)
1214
eventmachine (1.2.7)
13-
ffi (1.17.0-x86_64-linux-gnu)
15+
ffi (1.17.2-x86_64-linux-gnu)
1416
forwardable-extended (2.6.0)
1517
http_parser.rb (0.8.0)
1618
i18n (1.14.6)
@@ -47,6 +49,7 @@ GEM
4749
listen (3.9.0)
4850
rb-fsevent (~> 0.10, >= 0.10.3)
4951
rb-inotify (~> 0.9, >= 0.9.10)
52+
logger (1.7.0)
5053
mercenary (0.3.6)
5154
monophase (0.1.0)
5255
jekyll (~> 3.9)
@@ -71,42 +74,20 @@ GEM
7174
webrick (1.9.0)
7275

7376
PLATFORMS
74-
aarch64-linux
75-
aarch64-linux-android
76-
aarch64-linux-gnu
77-
aarch64-linux-musl
78-
aarch64-mingw-ucrt
79-
arm-linux-androideabi
80-
arm-linux-gnu
81-
arm-linux-gnueabihf
82-
arm-linux-musl
83-
arm-linux-musleabihf
84-
arm64-darwin
85-
riscv64-linux-android
86-
riscv64-linux-gnu
87-
riscv64-linux-musl
88-
ruby
89-
x86-cygwin
90-
x86-linux
91-
x86-linux-android
92-
x86-linux-gnu
93-
x86-linux-musl
94-
x86-mingw-ucrt
95-
x86_64-cygwin
96-
x86_64-darwin
97-
x86_64-linux-android
9877
x86_64-linux-gnu
99-
x86_64-linux-musl
10078

10179
DEPENDENCIES
80+
base64
81+
bigdecimal
10282
http_parser.rb (~> 0.6.0)
10383
jekyll (~> 3.9)
10484
jekyll-feed (~> 0.12)
85+
logger
10586
monophase
10687
tzinfo (>= 1, < 3)
10788
tzinfo-data
10889
wdm (~> 0.1)
10990
webrick (~> 1.9)
11091

11192
BUNDLED WITH
112-
2.5.11
93+
2.6.2

0 commit comments

Comments
 (0)