This is an automated email from the ASF dual-hosted git repository.
francischuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
The following commit(s) were added to refs/heads/main by this push:
new fa7178c86 Bump webrick from 1.7.0 to 1.8.2 in /site
fa7178c86 is described below
commit fa7178c86845bd78963db733f4f5073a9f981d9a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 28 20:35:54 2024 +0000
Bump webrick from 1.7.0 to 1.8.2 in /site
Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.2.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](https://github.com/ruby/webrick/compare/v1.7.0...v1.8.2)
---
updated-dependencies:
- dependency-name: webrick
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
site/Gemfile | 2 +-
site/Gemfile.lock | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/site/Gemfile b/site/Gemfile
index cae4b8499..0348042d9 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -15,7 +15,7 @@
#
source 'https://rubygems.org'
gem 'jekyll', '~>4'
-gem "webrick", "~> 1.7"
+gem "webrick", "~> 1.8"
group :jekyll_plugins do
gem 'jekyll-redirect-from'
diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index 0c8f23adc..ba9b9a6fa 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -58,7 +58,7 @@ GEM
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
- webrick (1.7.0)
+ webrick (1.8.2)
PLATFORMS
x86_64-linux
@@ -67,7 +67,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4)
jekyll-redirect-from
- webrick (~> 1.7)
+ webrick (~> 1.8)
BUNDLED WITH
2.3.11