update gemfile

This commit is contained in:
Matthew Tran 2023-07-03 23:42:36 -07:00
parent bb8519a98e
commit 615f7b37e7

View File

@ -12,6 +12,7 @@ GEM
ffi (1.15.5) ffi (1.15.5)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
google-protobuf (3.23.3-x86_64-darwin) google-protobuf (3.23.3-x86_64-darwin)
google-protobuf (3.23.3-x86_64-linux)
http_parser.rb (0.8.0) http_parser.rb (0.8.0)
i18n (1.14.1) i18n (1.14.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
@ -63,6 +64,8 @@ GEM
safe_yaml (1.0.5) safe_yaml (1.0.5)
sass-embedded (1.63.6-x86_64-darwin) sass-embedded (1.63.6-x86_64-darwin)
google-protobuf (~> 3.23) google-protobuf (~> 3.23)
sass-embedded (1.63.6-x86_64-linux-gnu)
google-protobuf (~> 3.23)
terminal-table (3.0.2) terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3) unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2) unicode-display_width (2.4.2)
@ -70,6 +73,7 @@ GEM
PLATFORMS PLATFORMS
x86_64-darwin-22 x86_64-darwin-22
x86_64-linux
DEPENDENCIES DEPENDENCIES
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)