Skip to content

Commit 80825bd

Browse files
committed
fix(deps): add csv gem for Ruby 3.4 compatibility
Resolves 'cannot load such file -- csv' error in Jekyll 4.1.1 on Ruby 3.4+
1 parent be23b57 commit 80825bd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ end
3535
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3636

3737
gem "webrick", "~> 1.7"
38+
gem "csv"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ GEM
1313
public_suffix (>= 2.0.2, < 5.0)
1414
colorator (1.1.0)
1515
concurrent-ruby (1.1.9)
16+
csv (3.3.5)
1617
em-websocket (0.5.3)
1718
eventmachine (>= 0.12.9)
1819
http_parser.rb (~> 0)
@@ -118,6 +119,7 @@ PLATFORMS
118119
x86_64-darwin-19
119120

120121
DEPENDENCIES
122+
csv
121123
html-proofer
122124
jekyll (~> 4.1.1)
123125
jekyll-compress-images!

0 commit comments

Comments
 (0)