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

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree-website.git

commit 9220aae38dd6c8018030037b046eba0b61c24eda
Author: Luciano Resende <[email protected]>
AuthorDate: Thu Oct 9 19:41:07 2025 -0700

    Update dependencies
---
 site/Gemfile           | 4 +++-
 site/_data/project.yml | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/site/Gemfile b/site/Gemfile
index c13c470..da55dac 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -14,7 +14,9 @@
 # limitations under the License.
 #
 source 'https://rubygems.org'
-gem 'github-pages'
+
+gem 'jekyll', '~> 4.3'
+gem 'webrick', '~> 1.8'  # Required for Ruby 3.x
 gem 'rouge'
 gem 'jekyll-oembed', :require => 'jekyll_oembed'
 # End Gemfile
diff --git a/site/_data/project.yml b/site/_data/project.yml
index 2ac3f89..fe79b36 100644
--- a/site/_data/project.yml
+++ b/site/_data/project.yml
@@ -23,8 +23,8 @@ incubator_slash_name: incubator/toree
 description: Toree is an Scala kernel for the Jupyter Notebook platform 
providing interactive access to Apache Spark.
 
 download: /download
-latest_release: 0.4.0-incubating
-pip_latest_release: 0.4.0
+latest_release: 0.5.0-incubating
+pip_latest_release: 0.5.0
 
 dev_list: [email protected]
 dev_list_subscribe: [email protected]

Reply via email to