Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ostruct as an explicit dependency #2558

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ PATH
membrane (~> 1.1.0)
nats-pure
openssl
ostruct
prometheus-client (~> 2.1.0)
puma
rack-test
Expand Down Expand Up @@ -66,6 +67,7 @@ PATH
nats-pure
net-smtp
openssl
ostruct
puma
riemann-client
sinatra (~> 2.2.0)
Expand All @@ -86,6 +88,7 @@ PATH
bosh-template (0.0.0)
activesupport
openssl
ostruct
semi_semantic (~> 1.2.0)

PATH
Expand Down Expand Up @@ -225,6 +228,7 @@ GEM
netrc (0.11.0)
nio4r (2.7.3)
openssl (3.2.0)
ostruct (0.6.0)
parallel (1.26.3)
parallel_tests (2.32.0)
parallel
Expand Down
1 change: 1 addition & 0 deletions src/bosh-director/bosh-director.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'membrane', '~>1.1.0'
spec.add_dependency 'nats-pure'
spec.add_dependency 'openssl'
spec.add_dependency 'ostruct'
spec.add_dependency 'prometheus-client','~>2.1.0'
spec.add_dependency 'puma'
spec.add_dependency 'rack-test'
Expand Down
1 change: 1 addition & 0 deletions src/bosh-monitor/bosh-monitor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'nats-pure'
spec.add_dependency 'net-smtp'
spec.add_dependency 'openssl'
spec.add_dependency 'ostruct'
spec.add_dependency 'puma'
spec.add_dependency 'sinatra', '~>2.2.0'
spec.add_dependency 'dogapi', '~> 1.45.0'
Expand Down
1 change: 1 addition & 0 deletions src/bosh-template/bosh-template.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'semi_semantic', '~>1.2.0'
spec.add_dependency 'activesupport'
spec.add_dependency 'openssl'
spec.add_dependency 'ostruct'
end
3 changes: 3 additions & 0 deletions src/vendor/cache/ostruct-0.6.0.gem
Git LFS file not shown