Skip to content

Commit

Permalink
Add new dependency information (#434)
Browse files Browse the repository at this point in the history
Adds new dep information for protobuf fix
  • Loading branch information
ddanielr authored Jul 31, 2024
1 parent 178456a commit 982aec1
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -51,17 +48,16 @@ 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)
rexml (3.3.2)
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)
Expand All @@ -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)
Expand Down

0 comments on commit 982aec1

Please sign in to comment.