Skip to content

Commit bcd2b0a

Browse files
committed
modifying Gemfile to be able to build locally
1 parent 8008951 commit bcd2b0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
1212
end
1313

1414
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
15+
16+
# required with newer ruby version >= 3.4
17+
gem "csv"
18+
gem "base64"

0 commit comments

Comments
 (0)