Skip to content

Commit

Permalink
Remove protobuf as dependency (cloudfoundry#2983)
Browse files Browse the repository at this point in the history
We stopped using it as of cloudfoundry#2900

Co-authored-by: Joseph Palermo <[email protected]>
Co-authored-by: Merric de Launey <[email protected]>

Co-authored-by: Joseph Palermo <[email protected]>
  • Loading branch information
2 people authored and will-gant committed Dec 16, 2022
1 parent 56c6fb0 commit a510412
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 503 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
8 changes: 0 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.2021.1115)
Expand Down Expand Up @@ -353,11 +352,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)
Expand Down Expand Up @@ -521,7 +515,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)
Expand Down Expand Up @@ -605,7 +598,6 @@ DEPENDENCIES
pg
posix-spawn (~> 0.3.15)
prometheus-client
protobuf (= 3.6.12)
pry-byebug
psych (>= 4.0.4)
public_suffix
Expand Down

This file was deleted.

Loading

0 comments on commit a510412

Please sign in to comment.