This is an automated email from the ASF dual-hosted git repository.
ddanielr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/main by this push:
new a5cb9edd0 Update Ruby to 3.2
a5cb9edd0 is described below
commit a5cb9edd095073f6b37a4246650cbf47cd1a1b57
Author: Daniel Roberts <[email protected]>
AuthorDate: Wed Jul 31 16:00:25 2024 -0400
Update Ruby to 3.2
Attempt to fix website build issues by changing base ruby version from 2.7
to 3.2
---
Gemfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Gemfile b/Gemfile
index 938781526..804357c12 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,4 @@
-ruby '>=2.7'
+ruby '>=3.2'
source 'https://rubygems.org'
gem 'jekyll', '>= 4.2.0'
gem 'jekyll-redirect-from', '>= 0.16.0'