You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by gi...@apache.org on 2023/06/10 20:42:03 UTC

[calcite] branch site updated: Bump nokogiri from 1.13.4 to 1.14.3 in /site

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

github-bot pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/site by this push:
     new 5f02e526d0 Bump nokogiri from 1.13.4 to 1.14.3 in /site
5f02e526d0 is described below

commit 5f02e526d0f93301a49e1e2ffb6c36863a9ec7e4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 12 06:02:59 2023 +0000

    Bump nokogiri from 1.13.4 to 1.14.3 in /site
    
    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.14.3.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.4...v1.14.3)
    
    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 site/Gemfile      | 2 +-
 site/Gemfile.lock | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/site/Gemfile b/site/Gemfile
index 6146fb3fb7..de8818349b 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -16,7 +16,7 @@
 source 'https://rubygems.org'
 gem 'jekyll', '~>4'
 gem "webrick", "~> 1.7"
-gem "nokogiri", "~> 1.13"
+gem "nokogiri", "~> 1.14"
 
 group :jekyll_plugins do
   gem 'jekyll-redirect-from'
diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index 9037187c46..ba69c6ecaf 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -44,12 +44,12 @@ GEM
       rb-fsevent (~> 0.10, >= 0.10.3)
       rb-inotify (~> 0.9, >= 0.9.10)
     mercenary (0.4.0)
-    nokogiri (1.13.4-x86_64-linux)
+    nokogiri (1.14.3-x86_64-linux)
       racc (~> 1.4)
     pathutil (0.16.2)
       forwardable-extended (~> 2.6)
     public_suffix (4.0.7)
-    racc (1.6.0)
+    racc (1.6.2)
     rb-fsevent (0.11.1)
     rb-inotify (0.10.1)
       ffi (~> 1.0)
@@ -64,12 +64,13 @@ GEM
     webrick (1.7.0)
 
 PLATFORMS
+  x86_64-linux
   x86_64-linux-musl
 
 DEPENDENCIES
   jekyll (~> 4)
   jekyll-redirect-from
-  nokogiri (~> 1.13)
+  nokogiri (~> 1.14)
   webrick (~> 1.7)
 
 BUNDLED WITH