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 0b7b549 commit 5581507Copy full SHA for 5581507
Gemfile
@@ -12,7 +12,7 @@ gem "jekyll-target-blank"
12
gem "jekyll-paginate"
13
gem "jekyll-twitter-plugin"
14
gem 'bundler', '~> 2.0'
15
-
+gem "csv"
16
17
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
18
# uncomment the line below. To upgrade, run `bundle update github-pages`.
Gemfile.lock
@@ -30,6 +30,7 @@ GEM
30
colorator (1.1.0)
31
commonmarker (0.23.11)
32
concurrent-ruby (1.3.5)
33
+ csv (3.3.5)
34
dnsruby (1.72.3)
35
base64 (~> 0.2.0)
36
simpleidn (~> 0.2.1)
@@ -276,6 +277,7 @@ PLATFORMS
276
277
278
DEPENDENCIES
279
bundler (~> 2.0)
280
+ csv
281
github-pages
282
jekyll-archives
283
jekyll-feed (~> 0.12)
0 commit comments