This is an automated email from the ASF dual-hosted git repository.
rabreu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/storm-site.git
The following commit(s) were added to refs/heads/main by this push:
new 7eec43cefe Bump nokogiri from 1.18.9 to 1.19.1 (#67)
7eec43cefe is described below
commit 7eec43cefeb7a3f087b6fb6c0279bad41ab778ba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 21 01:22:35 2026 +0000
Bump nokogiri from 1.18.9 to 1.19.1 (#67)
* Bump nokogiri from 1.18.9 to 1.19.1
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.9 to
1.19.1.
- [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.18.9...v1.19.1)
---
updated-dependencies:
- dependency-name: nokogiri
dependency-version: 1.19.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
* Update Ruby version from 3.1 to 3.2
* Update Ruby version from 3.1 to 3.2 in workflow
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: reiabreu <[email protected]>
---
.github/workflows/publish-staging.yml | 4 ++--
.github/workflows/publish.yml | 4 ++--
Gemfile.lock | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/publish-staging.yml
b/.github/workflows/publish-staging.yml
index c01af3f1f7..548f17d83c 100644
--- a/.github/workflows/publish-staging.yml
+++ b/.github/workflows/publish-staging.yml
@@ -30,7 +30,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa #
v1.222.0
with:
- ruby-version: '3.1' # Not needed with a .ruby-version file
+ ruby-version: '3.2' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed
gems automatically
cache-version: 0 # Increment this number if you need to re-download
cached gems
- name: Build with Jekyll
@@ -58,4 +58,4 @@ jobs:
git add .
git commit -m "publishing $(date -Is)"
git push
- shell: bash
\ No newline at end of file
+ shell: bash
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 11f0cd3da3..c067ef8c67 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 #
v1.254.0
with:
- ruby-version: '3.1' # Not needed with a .ruby-version file
+ ruby-version: '3.2' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed
gems automatically
cache-version: 0 # Increment this number if you need to re-download
cached gems
- name: Build with Jekyll
@@ -62,4 +62,4 @@ jobs:
git add .
git commit -m "publishing $(date -Is)"
git push
- shell: bash
\ No newline at end of file
+ shell: bash
diff --git a/Gemfile.lock b/Gemfile.lock
index 03725e15ef..977521876c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -236,9 +236,9 @@ GEM
mutex_m (0.3.0)
net-http (0.9.1)
uri (>= 0.11.1)
- nokogiri (1.18.9-arm64-darwin)
+ nokogiri (1.19.1-arm64-darwin)
racc (~> 1.4)
- nokogiri (1.18.9-x86_64-linux-gnu)
+ nokogiri (1.19.1-x86_64-linux-gnu)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)