mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Fix mixup of gem placement. (#404)
It seems I should have put these in vmpooler.gemspec instead of the Gemfile. Now I know :)
This commit is contained in:
parent
c49a94a819
commit
1acc70c897
2 changed files with 8 additions and 8 deletions
8
Gemfile
8
Gemfile
|
|
@ -16,14 +16,6 @@ gem 'nokogiri', '~> 1.10'
|
|||
gem 'spicy-proton', '~> 2.1'
|
||||
gem 'concurrent-ruby', '~> 1.1'
|
||||
|
||||
gem 'opentelemetry-api', '~> 0.6.0'
|
||||
gem 'opentelemetry-exporter-jaeger', '~> 0.6.0'
|
||||
gem 'opentelemetry-instrumentation-concurrent_ruby', '~> 0.6.0'
|
||||
gem 'opentelemetry-instrumentation-redis', '~> 0.6.0'
|
||||
gem 'opentelemetry-instrumentation-sinatra', '~> 0.6.0'
|
||||
gem 'opentelemetry-resource_detectors', '~> 0.6.0'
|
||||
gem 'opentelemetry-sdk', '~> 0.6.0'
|
||||
|
||||
group :development do
|
||||
gem 'pry'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue