github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/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 "rails"
     8  gem 'pyroscope', '= 0.5.2'
     9  gem "sinatra", "~> 2.1"
    10  
    11  gem "thin", "~> 1.8"