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 982aec19e Add new dependency information (#434)
982aec19e is described below

commit 982aec19e96e25f9d75bfb6f8148490d76006c07
Author: Daniel Roberts <ddani...@gmail.com>
AuthorDate: Wed Jul 31 16:58:27 2024 -0400

    Add new dependency information (#434)
    
    Adds new dep information for protobuf fix
---
 Gemfile.lock | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index fcdf0cbc9..0336da1a4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -3,7 +3,6 @@ GEM
   specs:
     addressable (2.8.7)
       public_suffix (>= 2.0.2, < 7.0)
-    bigdecimal (3.1.8)
     colorator (1.1.0)
     concurrent-ruby (1.3.3)
     em-websocket (0.5.3)
@@ -12,9 +11,7 @@ GEM
     eventmachine (1.2.7)
     ffi (1.17.0-x86_64-linux-gnu)
     forwardable-extended (2.6.0)
-    google-protobuf (4.27.2-x86_64-linux)
-      bigdecimal
-      rake (>= 13)
+    google-protobuf (3.25.3)
     http_parser.rb (0.8.0)
     i18n (1.14.5)
       concurrent-ruby (~> 1.0)
@@ -51,8 +48,7 @@ GEM
     mercenary (0.4.0)
     pathutil (0.16.2)
       forwardable-extended (~> 2.6)
-    public_suffix (6.0.0)
-    rake (13.2.1)
+    public_suffix (6.0.1)
     rb-fsevent (0.11.2)
     rb-inotify (0.11.1)
       ffi (~> 1.0)
@@ -60,8 +56,8 @@ GEM
       strscan
     rouge (4.3.0)
     safe_yaml (1.0.5)
-    sass-embedded (1.77.8-x86_64-linux-gnu)
-      google-protobuf (~> 4.26)
+    sass-embedded (1.77.5-x86_64-linux-gnu)
+      google-protobuf (>= 3.25, < 5.0)
     strscan (3.1.0)
     terminal-table (3.0.2)
       unicode-display_width (>= 1.1.1, < 3)
@@ -72,6 +68,7 @@ PLATFORMS
   x86_64-linux
 
 DEPENDENCIES
+  google-protobuf (= 3.25.3)
   jekyll (>= 4.2.0)
   jekyll-redirect-from (>= 0.16.0)
   webrick (~> 1.7)

Reply via email to