Skip to content

Commit

Permalink
Merge pull request #9 from middleware-labs/bhogayatakb/ruby-upgrades
Browse files Browse the repository at this point in the history
ENG-3980 : Upgraded pyroscope + added otel deps for client projects
  • Loading branch information
bhogayatakb authored Sep 25, 2024
2 parents 9d26506 + 7e55005 commit 0a46417
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ platforms :ruby do
gem "uri"
gem "net"
gem "rubocop", "~> 1.7"
gem "pyroscope", "~> 0.5.10"
gem "pyroscope", "~> 0.5.12"
end
2 changes: 1 addition & 1 deletion lib/middleware/ruby_gem/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Middleware
module RubyGem
VERSION = "2.1.1"
VERSION = "2.1.2"
end
end
5 changes: 5 additions & 0 deletions middleware_rubygem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ Gem::Specification.new do |spec|
# spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.license = "MIT"
spec.required_ruby_version = ">= 2.4.0"
spec.add_dependency 'opentelemetry-sdk', '~> 1.5'
spec.add_dependency 'opentelemetry-exporter-otlp', '~> 0.29.0'
spec.add_dependency 'opentelemetry-instrumentation-all', '~> 0.65.0'
spec.add_dependency 'opentelemetry-propagator-b3', '~> 0.21.0'
spec.add_dependency 'pyroscope', '~> 0.5.12'

# spec.metadata["allowed_push_host"] = "TODO: Set to 'https://mygemserver.com'"

Expand Down

0 comments on commit 0a46417

Please sign in to comment.