diff options
author | Dave Arter <davea@mysociety.org> | 2020-07-30 19:13:28 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-08-07 12:25:07 +0100 |
commit | 530ced2b6ba9ca394567572e66a50917ae49586c (patch) | |
tree | 94913856e98b39c89d2352acadce6fc3a7a393d4 /docs | |
parent | 615ddb00265386849f32405426c5232b9127669a (diff) |
[Docs] Remove jekyll-livereload, it’s now included in Jekyll itself
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Gemfile | 4 | ||||
-rw-r--r-- | docs/Gemfile.lock | 6 |
2 files changed, 1 insertions, 9 deletions
diff --git a/docs/Gemfile b/docs/Gemfile index 62a36141d..53aaf9102 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -2,7 +2,3 @@ source 'https://rubygems.org' gem 'github-pages' -# https://github.com/RobertDeRose/jekyll-livereload/ -group :jekyll_plugins do - gem 'jekyll-livereload' -end diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index c6eb7aa83..c99d41c26 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -120,9 +120,6 @@ GEM jekyll-github-metadata (2.13.0) jekyll (>= 3.4, < 5.0) octokit (~> 4.0, != 4.4.0) - jekyll-livereload (0.2.2) - em-websocket (~> 0.5) - jekyll (~> 3.0) jekyll-mentions (1.5.1) html-pipeline (~> 2.3) jekyll (>= 3.7, < 5.0) @@ -246,7 +243,6 @@ PLATFORMS DEPENDENCIES github-pages - jekyll-livereload BUNDLED WITH - 1.16.1 + 1.17.2 |