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 1a3dd59 commit 25cb3c1Copy full SHA for 25cb3c1
Gemfile
@@ -12,4 +12,6 @@ gem 'jemoji'
12
gem 'jekyll-seo-tag'
13
gem 'jekyll-loading-lazy'
14
gem 'webrick'
15
+gem 'csv'
16
+gem 'faraday-retry'
17
README.md
@@ -83,6 +83,7 @@ Then your images will load
83
So, a full example that works on my Apple Silicon MacMini 2020 is:
84
85
```bash
86
+bundle update --bundler
87
bundle install
88
bundle update github-pages
89
bundle exec jekyll build
0 commit comments