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 aa649f9 commit 18c31a6Copy full SHA for 18c31a6
Gemfile
@@ -9,3 +9,5 @@ gem "kramdown-parser-gfm", "~> 1.1"
9
gem "webrick", "~> 1.8"
10
11
gem "github-pages", "~> 228", group: :jekyll_plugins
12
+
13
+gem "csv", "~> 3.3"
Gemfile.lock
@@ -27,6 +27,7 @@ GEM
27
commonmarker (0.23.11)
28
concurrent-ruby (1.3.5)
29
connection_pool (2.5.4)
30
+ csv (3.3.5)
31
dnsruby (1.73.0)
32
base64 (>= 0.2)
33
logger (~> 1.6)
@@ -289,6 +290,7 @@ PLATFORMS
289
290
x86_64-linux
291
292
DEPENDENCIES
293
+ csv (~> 3.3)
294
github-pages (~> 228)
295
jekyll-paginate
296
kramdown-parser-gfm (~> 1.1)
0 commit comments