Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 1cef8e2

Browse files
added notes on how to update a gem
1 parent 340a3a4 commit 1cef8e2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@ $ bundle exec jekyll serve
1111

1212
On a successful ```jekyll serve``` the console will tell you what localhost URL you can find the local site on
1313

14-
### Troubleshooting
14+
## Troubleshooting
15+
16+
### Attempting to update a gem version to satisfy a Synk issue
17+
18+
`$ bundle install --path vendor/bundle # to install gems without sudo`
19+
and added vendor and .bundle to .gitignore
20+
and added vendor to exclude: in \_config.yml (because annoying error msgs)
21+
`$ bundle update github-pages # which updated Gemfile.lock`
22+
where github-pages was the gem which pulled in the gem which needed to be updated...
23+
`$ bundle exec jekyll serve # to check it runs locally`
24+
1525

1626
#### Attempting to run 'jekyll new ftlabs'
1727

0 commit comments

Comments
 (0)