Skip to content

Commit 25cb3c1

Browse files
committed
build: getting localhost to build correctly
1 parent 1a3dd59 commit 25cb3c1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ gem 'jemoji'
1212
gem 'jekyll-seo-tag'
1313
gem 'jekyll-loading-lazy'
1414
gem 'webrick'
15+
gem 'csv'
16+
gem 'faraday-retry'
1517

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Then your images will load
8383
So, a full example that works on my Apple Silicon MacMini 2020 is:
8484

8585
```bash
86+
bundle update --bundler
8687
bundle install
8788
bundle update github-pages
8889
bundle exec jekyll build

0 commit comments

Comments
 (0)