Skip to content

Commit 41171b1

Browse files
authored
Remove unneeded "json_pure" Gem (#4677)
* and clean up some 'require' imports
1 parent eaa4314 commit 41171b1

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ gem 'googleapis-common-protos', '>= 1.8.0'
1212
gem 'hashdiff'
1313
gem 'httpclient'
1414
gem 'json-diff'
15-
gem 'json_pure'
1615
gem 'json-schema'
1716
gem 'loggregator_emitter', '~> 5.0'
1817
gem 'membrane', '~> 1.0'

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ GEM
275275
json-schema (6.0.0)
276276
addressable (~> 2.8)
277277
bigdecimal (~> 3.1)
278-
json_pure (2.8.1)
279278
jwt (2.10.2)
280279
base64
281280
kramdown (2.5.1)
@@ -639,7 +638,6 @@ DEPENDENCIES
639638
httpclient
640639
json-diff
641640
json-schema
642-
json_pure
643641
listen
644642
loggregator_emitter (~> 5.0)
645643
machinist (~> 1.0.6)

app/controllers/internal/download_droplets_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require 'cloudfront-signer'
21
require 'cloud_controller/blobstore/client'
32

43
module VCAP::CloudController

app/controllers/runtime/stagings_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require 'cloudfront-signer'
21
require 'cloud_controller/blobstore/client'
32
require 'presenters/api/staging_job_presenter'
43
require 'utils/hash_utils'

spec/unit/lib/cloud_controller/blobstore/storage_cli/azure_storage_cli_client_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require 'spec_helper'
22
require 'tempfile'
3-
require 'json'
43
require_relative '../client_shared'
54
require 'cloud_controller/blobstore/storage_cli/azure_storage_cli_client'
65
require 'cloud_controller/blobstore/storage_cli/storage_cli_blob'

0 commit comments

Comments
 (0)