ruby 3,4 prep

This commit is contained in:
Nemo 2024-07-11 14:24:19 +05:30
parent 22df11b2a2
commit 57a83dd989
2 changed files with 9 additions and 0 deletions

View File

@ -8,3 +8,8 @@ group :jekyll_plugins do
end
gem "webrick", "~> 1.7"
# These are going away in ruby 3.4
# https://github.com/ruby/ruby/blob/v3_3_0/NEWS.md#stdlib-updates
gem "csv", "~> 3.3"
gem "base64", "~> 0.2.0"

View File

@ -3,9 +3,11 @@ GEM
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.3)
csv (3.3.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
@ -78,6 +80,8 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
base64 (~> 0.2.0)
csv (~> 3.3)
jekyll (~> 4.3.0)
jekyll-feed (~> 0.12)
minima (~> 2.5)