github.com/grafana/pyroscope@v1.18.0/examples/language-sdk-instrumentation/ruby/rideshare/Gemfile (about) 1 # frozen_string_literal: true 2 3 source "https://rubygems.org" 4 5 git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } 6 7 gem 'pyroscope', '= 0.6.7' 8 gem "sinatra", "~> 4.2" 9 gem "thin", "~> 2.0" 10 gem 'pyroscope-otel' 11 gem 'opentelemetry-sdk' 12 gem 'opentelemetry-exporter-otlp' 13 14 gem "rackup", "~> 2.2" 15 gem "puma", "~> 6.6"