Skip to content

Commit 1c3a818

Browse files
authored
Remove unused gems (#4073)
1 parent 75ba025 commit 1c3a818

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ gem 'json-schema'
1717
gem 'loggregator_emitter', '~> 5.0'
1818
gem 'membrane', '~> 1.0'
1919
gem 'mime-types', '~> 3.6'
20-
gem 'mock_redis'
2120
gem 'multipart-parser'
2221
gem 'netaddr', '>= 2.0.4'
2322
gem 'net-ssh'
@@ -60,7 +59,6 @@ gem 'fog-local'
6059
gem 'fog-openstack'
6160

6261
gem 'cf-uaa-lib', '~> 4.0.4'
63-
gem 'vcap-concurrency', git: 'https://github.com/cloudfoundry/vcap-concurrency.git', ref: '2a5b0179'
6462

6563
group :db do
6664
gem 'mysql2', '~> 0.5.6'
@@ -74,6 +72,7 @@ end
7472
group :test do
7573
gem 'codeclimate-test-reporter', '>= 1.0.8', require: false
7674
gem 'machinist', '~> 1.0.6'
75+
gem 'mock_redis'
7776
gem 'parallel_tests'
7877
gem 'rack-test'
7978
gem 'rspec', '~> 3.13.0'

Gemfile.lock

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
GIT
2-
remote: https://github.com/cloudfoundry/vcap-concurrency.git
3-
revision: 2a5b0179642cb3d3e7f912a6453ec5731979d115
4-
ref: 2a5b0179
5-
specs:
6-
vcap-concurrency (0.1.0)
7-
81
GIT
92
remote: https://github.com/fog/fog-azure-rm.git
103
revision: 379e352cce817f8e67618062bf7095095d8f5c4c
@@ -669,7 +662,6 @@ DEPENDENCIES
669662
talentbox-delayed_job_sequel (~> 4.3.0)
670663
thin
671664
timecop
672-
vcap-concurrency!
673665
vmstat (~> 2.3)
674666
webmock (> 2.3.1)
675667

0 commit comments

Comments
 (0)