From 0e16397327a4284cdf9cd518dd1d47907e9d2b29 Mon Sep 17 00:00:00 2001 From: Joseph Palermo Date: Mon, 26 Sep 2022 23:27:52 +0000 Subject: [PATCH] Remove protobuf as dependency We stopped using it as of https://github.com/cloudfoundry/cloud_controller_ng/pull/2900 Co-authored-by: Joseph Palermo Co-authored-by: Merric de Launey --- Gemfile | 1 - Gemfile.lock | 8 -------- 2 files changed, 9 deletions(-) diff --git a/Gemfile b/Gemfile index be3f85aaf0d..fd9c80702c7 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,6 @@ gem 'nokogiri', '>=1.10.5' gem 'oj' gem 'palm_civet' gem 'posix-spawn', '~> 0.3.15' -gem 'protobuf', '3.6.12' gem 'public_suffix' gem 'psych', '>= 4.0.4' gem 'rake' diff --git a/Gemfile.lock b/Gemfile.lock index 72b3d1616dc..e2ff574ad06 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -307,7 +307,6 @@ GEM membrane (1.1.0) memoist (0.16.2) method_source (1.0.0) - middleware (0.1.0) mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) @@ -354,11 +353,6 @@ GEM pg (1.4.3) posix-spawn (0.3.15) prometheus-client (4.0.0) - protobuf (3.6.12) - activesupport (>= 3.2) - middleware - thor - thread_safe pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) @@ -522,7 +516,6 @@ GEM eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) thor (1.2.1) - thread_safe (0.3.6) tilt (2.0.11) timecop (0.9.5) timeliness (0.4.4) @@ -606,7 +599,6 @@ DEPENDENCIES pg posix-spawn (~> 0.3.15) prometheus-client - protobuf (= 3.6.12) pry-byebug psych (>= 4.0.4) public_suffix