vimspector/docs
dependabot[bot] 3af97f1928
Bump addressable from 2.7.0 to 2.8.0 in /docs
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0)

---
updated-dependencies:
- dependency-name: addressable
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-13 05:43:17 +00:00
..
schema Use 127.0.0.1 rather than localhost to avoid issues with ipv6, and long timeout connecting the socket 2021-01-08 15:54:49 +00:00
.gitignore Fix up the site 2019-11-06 15:53:03 +00:00
404.html Fix up the site 2019-11-06 15:53:03 +00:00
_config.yml Fix up the site 2019-11-06 15:53:03 +00:00
configuration.md FIx typo in configuration.md 2021-06-09 19:24:37 +02:00
custom_gadget_file.md Add ability to specify defaults for variables 2020-07-31 22:19:10 +01:00
Gemfile Update docs bundle to stfu security warnings 2021-01-09 12:15:55 +00:00
Gemfile.lock Bump addressable from 2.7.0 to 2.8.0 in /docs 2021-07-13 05:43:17 +00:00
index.md Fix up the site 2019-11-06 15:53:03 +00:00
README.local update docs 2020-11-14 12:34:15 +00:00

To update/install:

gem install bundler
bundle install --path vendor/bundle

To run a local server/test the build

bundle exec jekyll serve

To update deps

bundle update
or bundle update github-pages