We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8008951 commit bcd2b0aCopy full SHA for bcd2b0a
Gemfile
@@ -12,3 +12,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
12
end
13
14
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