diff options
-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 |