Skip to content

Commit 4c4def7

Browse files
committed
Update config
1 parent 1c6f4ce commit 4c4def7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ source 'https://rubygems.org'
22

33
gem "github-pages", group: :jekyll_plugins
44
gem "jemoji"
5+
6+
gem "webrick", "~> 1.8"

Setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
```bash
44
sudo apt-get install ruby-dev
5-
sudo gem install bundler
5+
sudo gem install bundler -v 2.4.22
66
bundle config set --local path 'vendor/bundle'
77
bundle install
88
bundle exec jekyll serve

0 commit comments

Comments
 (0)