PATH
  remote: .
  specs:
    grafana_sync (1.1.1)
      activesupport (>= 6.0)
      diffy (>= 3.3)
      http (>= 4.0)
      httplog (>= 1.4)
      methadone (>= 2.0)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (7.0.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    addressable (2.8.0)
      public_suffix (>= 2.0.2, < 5.0)
    byebug (11.1.1)
    coderay (1.1.2)
    concurrent-ruby (1.1.9)
    crack (0.4.5)
      rexml
    diff-lcs (1.5.0)
    diffy (3.4.0)
    domain_name (0.5.20190701)
      unf (>= 0.0.5, < 1.0.0)
    ffi (1.15.5)
    ffi-compiler (1.0.1)
      ffi (>= 1.0.0)
      rake
    hashdiff (1.0.1)
    http (5.0.4)
      addressable (~> 2.8)
      http-cookie (~> 1.0)
      http-form_data (~> 2.2)
      llhttp-ffi (~> 0.4.0)
    http-cookie (1.0.4)
      domain_name (~> 0.5)
    http-form_data (2.3.0)
    httplog (1.5.0)
      rack (>= 1.0)
      rainbow (>= 2.0.0)
    i18n (1.8.11)
      concurrent-ruby (~> 1.0)
    llhttp-ffi (0.4.0)
      ffi-compiler (~> 1.0)
      rake (~> 13.0)
    methadone (2.0.2)
      bundler
    method_source (1.0.0)
    minitest (5.15.0)
    pry (0.13.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.9.0)
      byebug (~> 11.0)
      pry (~> 0.13.0)
    public_suffix (4.0.6)
    rack (2.2.3)
    rainbow (3.1.1)
    rake (13.0.6)
    rexml (3.2.5)
    rspec (3.10.0)
      rspec-core (~> 3.10.0)
      rspec-expectations (~> 3.10.0)
      rspec-mocks (~> 3.10.0)
    rspec-core (3.10.1)
      rspec-support (~> 3.10.0)
    rspec-expectations (3.10.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-mocks (3.10.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-support (3.10.3)
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.8)
    webmock (3.14.0)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  grafana_sync!
  pry-byebug
  rspec
  webmock

BUNDLED WITH
   2.3.5