Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cloudfoundry/bosh into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Sep 24, 2024
2 parents 012b0e1 + 6e30be0 commit 792a9c7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PATH
bosh_cpi
cf-uaa-lib (~> 3.2.1)
httpclient (~> 2.8.3)
logging (~> 2.2.2)
logging
membrane (~> 1.1.0)
nats-pure
openssl
Expand Down Expand Up @@ -63,7 +63,7 @@ PATH
cf-uaa-lib (~> 3.2.1)
dogapi (~> 1.45.0)
httpclient (~> 2.8.3)
logging (~> 2.2.2)
logging
nats-pure
net-smtp
openssl
Expand All @@ -77,7 +77,7 @@ PATH
specs:
bosh-nats-sync (0.0.0)
cf-uaa-lib (~> 3.2.1)
logging (~> 2.2.2)
logging
openssl
rest-client
rufus-scheduler
Expand All @@ -95,7 +95,7 @@ PATH
remote: bosh_common
specs:
bosh_common (0.0.0)
logging (~> 2.2.2)
logging
openssl
semi_semantic (~> 1.2.0)

Expand Down
2 changes: 1 addition & 1 deletion src/bosh-director/bosh-director.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'bosh_cpi'
spec.add_dependency 'cf-uaa-lib', '~>3.2.1'
spec.add_dependency 'httpclient', '~>2.8.3'
spec.add_dependency 'logging', '~>2.2.2'
spec.add_dependency 'logging'
spec.add_dependency 'membrane', '~>1.1.0'
spec.add_dependency 'nats-pure'
spec.add_dependency 'openssl'
Expand Down
2 changes: 1 addition & 1 deletion src/bosh-monitor/bosh-monitor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'async'
spec.add_dependency 'async-http'
spec.add_dependency 'async-io'
spec.add_dependency 'logging', '~>2.2.2'
spec.add_dependency 'logging'
spec.add_dependency 'nats-pure'
spec.add_dependency 'net-smtp'
spec.add_dependency 'openssl'
Expand Down
2 changes: 1 addition & 1 deletion src/bosh-nats-sync/bosh-nats-sync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables << 'bosh-nats-sync'

spec.add_dependency 'cf-uaa-lib', '~>3.2.1'
spec.add_dependency 'logging', '~>2.2.2'
spec.add_dependency 'logging'
spec.add_dependency 'openssl'
spec.add_dependency 'rufus-scheduler'
spec.add_dependency 'rest-client'
Expand Down
2 changes: 1 addition & 1 deletion src/bosh_common/bosh_common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
spec.require_path = 'lib'

spec.add_dependency 'semi_semantic', '~>1.2.0'
spec.add_dependency 'logging', '~>2.2.2'
spec.add_dependency 'logging'
spec.add_dependency 'openssl'
end

0 comments on commit 792a9c7

Please sign in to comment.