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 178456a73 Avoid issues with new protobuf gem
178456a73 is described below
commit 178456a730d3ca6abb6fa7c3e1654b374b5124f7
Author: Daniel Roberts <[email protected]>
AuthorDate: Wed Jul 31 20:42:23 2024 +0000
Avoid issues with new protobuf gem
google-protobuf 3.25.4 seems to be causing issues with the site builder.
change this to the previous version to see if build pipeline can be
fixed
---
Gemfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Gemfile b/Gemfile
index 938781526..227c9070c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,3 +4,4 @@ gem 'jekyll', '>= 4.2.0'
gem 'jekyll-redirect-from', '>= 0.16.0'
gem "webrick", "~> 1.7"
+gem "google-protobuf", "3.25.3"