Skip to content

Commit 97fe526

Browse files
committed
Explicitly add formerly default gems for Ruby 3.4+
* base64 * csv Signed-off-by: Ben Cotton <ben@kusari.dev>
1 parent b746ecd commit 97fe526

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
2020
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
2121
# do not have a Java counterpart.
2222
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
23+
24+
gem "csv", "~> 3.3"
25+
26+
gem "base64", "~> 0.3.0"

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ GEM
1616
colorator (1.1.0)
1717
commonmarker (0.23.10)
1818
concurrent-ruby (1.2.2)
19+
csv (3.3.5)
1920
dnsruby (1.70.0)
2021
simpleidn (~> 0.2.1)
2122
em-websocket (0.5.3)
@@ -264,6 +265,8 @@ PLATFORMS
264265
x86_64-linux
265266

266267
DEPENDENCIES
268+
base64 (~> 0.3.0)
269+
csv (~> 3.3)
267270
github-pages (~> 228)
268271
http_parser.rb (~> 0.6.0)
269272
jekyll-feed (~> 0.12)

0 commit comments

Comments
 (0)