github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/ruby/rideshare/Gemfile.lock (about)

     1  GEM
     2    remote: https://rubygems.org/
     3    specs:
     4      daemons (1.4.1)
     5      eventmachine (1.2.7)
     6      ffi (1.15.5)
     7      mustermann (1.1.1)
     8        ruby2_keywords (~> 0.0.1)
     9      pyroscope (0.5.2-aarch64-linux)
    10        ffi
    11      pyroscope (0.5.2-arm64-darwin)
    12        ffi
    13      pyroscope (0.5.2-x86_64-linux)
    14        ffi
    15      rack (2.2.3)
    16      rack-protection (2.1.0)
    17        rack
    18      ruby2_keywords (0.0.5)
    19      sinatra (2.1.0)
    20        mustermann (~> 1.0)
    21        rack (~> 2.2)
    22        rack-protection (= 2.1.0)
    23        tilt (~> 2.0)
    24      thin (1.8.1)
    25        daemons (~> 1.0, >= 1.0.9)
    26        eventmachine (~> 1.0, >= 1.0.4)
    27        rack (>= 1, < 3)
    28      tilt (2.0.10)
    29  
    30  PLATFORMS
    31    aarch64-linux
    32    arm64-darwin-22
    33    x86_64-linux
    34  
    35  DEPENDENCIES
    36    pyroscope (= 0.5.2)
    37    sinatra (~> 2.1)
    38    thin (~> 1.8)
    39  
    40  BUNDLED WITH
    41     2.2.22