You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/03/29 09:51:20 UTC

[libcloud-site] 02/04: Update Gemfile, remove unused plugin.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/libcloud-site.git

commit 58f20982afef1cf6b96779a6b371f2933f93dd7b
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Tue Mar 29 11:27:18 2022 +0200

    Update Gemfile, remove unused plugin.
---
 Gemfile      | 8 +++-----
 Gemfile.lock | 6 ------
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/Gemfile b/Gemfile
index fd274d5..3966a36 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
 source "http://rubygems.org"
 
-group :development do
+group :production do
   gem 'jekyll', '~> 4.2.2'
   # Markdown renderer
   gem 'kramdown', '~> 2.3.0'
@@ -9,8 +9,9 @@ group :development do
 
   # Needed because of Jekyll + Ruby 3 bug https://github.com/jekyll/jekyll/issues/8523
   gem 'webrick', '~> 1.7.0'
+end
 
-  # Jekyll plugins
+group :jekyll_plugins do
   gem 'jekyll-tagging', '~> 1.1.0'
   gem 'jekyll-paginate', '~> 1.1.0'
   gem 'jekyll-sitemap', '~> 1.4.0'
@@ -18,7 +19,4 @@ group :development do
 
   # Asset pipeline plugin dependencies
   gem 'yui-compressor', '~> 0.12.0'
-
-  # Search plugin dependencies
-  gem 'nokogiri', '~> 1.13.3'
 end
diff --git a/Gemfile.lock b/Gemfile.lock
index 1be1311..30ff86c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -56,15 +56,10 @@ GEM
       rb-fsevent (~> 0.10, >= 0.10.3)
       rb-inotify (~> 0.9, >= 0.9.10)
     mercenary (0.4.0)
-    mini_portile2 (2.8.0)
-    nokogiri (1.13.3)
-      mini_portile2 (~> 2.8.0)
-      racc (~> 1.4)
     nuggets (1.6.0)
     pathutil (0.16.2)
       forwardable-extended (~> 2.6)
     public_suffix (4.0.6)
-    racc (1.6.0)
     rb-fsevent (0.11.1)
     rb-inotify (0.10.1)
       ffi (~> 1.0)
@@ -89,7 +84,6 @@ DEPENDENCIES
   jekyll-tagging (~> 1.1.0)
   jekyll_asset_pipeline!
   kramdown (~> 2.3.0)
-  nokogiri (~> 1.13.3)
   rouge (~> 3.28.0)
   webrick (~> 1.7.0)
   yui-compressor (~> 0.12.0)