PATH
  remote: .
  specs:
    fluent-plugin-splunk-hec (1.2.5)
      fluentd (>= 1.4)
      multi_json (~> 1.13)
      net-http-persistent (~> 3.1)
      openid_connect (~> 1.1.8)
      prometheus-client (< 0.10.0)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (6.1.3)
      activesupport (= 6.1.3)
    activesupport (6.1.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    aes_key_wrap (1.1.0)
    ast (2.4.2)
    attr_required (1.0.1)
    bindata (2.4.8)
    concurrent-ruby (1.1.8)
    connection_pool (2.2.3)
    cool.io (1.7.1)
    crack (0.4.5)
      rexml
    docile (1.3.5)
    fluentd (1.12.1)
      bundler
      cool.io (>= 1.4.5, < 2.0.0)
      http_parser.rb (>= 0.5.1, < 0.7.0)
      msgpack (>= 1.3.1, < 2.0.0)
      serverengine (>= 2.2.2, < 3.0.0)
      sigdump (~> 0.2.2)
      strptime (>= 0.2.2, < 1.0.0)
      tzinfo (>= 1.0, < 3.0)
      tzinfo-data (~> 1.0)
      yajl-ruby (~> 1.0)
    hashdiff (1.0.1)
    http_parser.rb (0.6.0)
    httpclient (2.8.3)
    i18n (1.8.9)
      concurrent-ruby (~> 1.0)
    jaro_winkler (1.5.4)
    json-jwt (1.13.0)
      activesupport (>= 4.2)
      aes_key_wrap
      bindata
    mail (2.7.1)
      mini_mime (>= 0.1.1)
    mini_mime (1.0.2)
    minitest (5.14.4)
    msgpack (1.4.2)
    multi_json (1.15.0)
    net-http-persistent (3.1.0)
      connection_pool (~> 2.2)
    openid_connect (1.1.8)
      activemodel
      attr_required (>= 1.0.0)
      json-jwt (>= 1.5.0)
      rack-oauth2 (>= 1.6.1)
      swd (>= 1.0.0)
      tzinfo
      validate_email
      validate_url
      webfinger (>= 1.0.1)
    parallel (1.20.1)
    parser (3.0.0.0)
      ast (~> 2.4.1)
    power_assert (2.0.0)
    powerpack (0.1.3)
    prometheus-client (0.9.0)
      quantile (~> 0.2.1)
    public_suffix (4.0.6)
    quantile (0.2.1)
    rack (2.2.3)
    rack-oauth2 (1.16.0)
      activesupport
      attr_required
      httpclient
      json-jwt (>= 1.11.0)
      rack (>= 2.1.0)
    rainbow (3.0.0)
    rake (13.0.3)
    rexml (3.2.4)
    rubocop (0.63.1)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.5, != 2.5.1.1)
      powerpack (~> 0.1)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.4.0)
    ruby-progressbar (1.11.0)
    serverengine (2.2.3)
      sigdump (~> 0.2.2)
    sigdump (0.2.4)
    simplecov (0.21.2)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.2)
    strptime (0.2.5)
    swd (1.2.0)
      activesupport (>= 3)
      attr_required (>= 0.0.5)
      httpclient (>= 2.4)
    test-unit (3.4.0)
      power_assert
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)
    tzinfo-data (1.2021.1)
      tzinfo (>= 1.0.0)
    unicode-display_width (1.4.1)
    validate_email (0.1.6)
      activemodel (>= 3.0)
      mail (>= 2.2.5)
    validate_url (1.0.13)
      activemodel (>= 3.0.0)
      public_suffix
    webfinger (1.1.0)
      activesupport
      httpclient (>= 2.4)
    webmock (3.5.1)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff
    yajl-ruby (1.4.1)
    zeitwerk (2.4.2)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 2.0)
  fluent-plugin-splunk-hec!
  minitest (~> 5.0)
  rake (>= 12.0)
  rubocop (~> 0.63.1)
  simplecov
  test-unit (~> 3.0)
  webmock (~> 3.5.0)

BUNDLED WITH
   2.2.15