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 5fba59a01 Revert "Update Ruby to 3.2" 5fba59a01 is described below commit 5fba59a01103f4c9a5d1ca8343ca6739f7d9c2da Author: Daniel Roberts <ddani...@gmail.com> AuthorDate: Wed Jul 31 20:05:19 2024 +0000 Revert "Update Ruby to 3.2" This reverts commit a5cb9edd095073f6b37a4246650cbf47cd1a1b57. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 804357c12..938781526 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -ruby '>=3.2' +ruby '>=2.7' source 'https://rubygems.org' gem 'jekyll', '>= 4.2.0' gem 'jekyll-redirect-from', '>= 0.16.0'