PATH
  remote: .
  specs:
    confidante (0.29.0.pre.9)
      activesupport (>= 4)
      hiera (~> 3.3)
      shikashi (~> 0.6)
      vault (~> 0.17)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (7.1.3.4)
      base64
      bigdecimal
      concurrent-ruby (~> 1.0, >= 1.0.2)
      connection_pool (>= 2.2.5)
      drb
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      mutex_m
      tzinfo (~> 2.0)
    addressable (2.8.7)
      public_suffix (>= 2.0.2, < 7.0)
    ast (2.4.2)
    aws-eventstream (1.3.0)
    aws-sigv4 (1.7.0)
      aws-eventstream (~> 1, >= 1.0.2)
    base64 (0.2.0)
    bigdecimal (3.1.8)
    colored2 (3.1.2)
    concurrent-ruby (1.3.3)
    connection_pool (2.4.1)
    diff-lcs (1.5.1)
    docile (1.4.0)
    drb (2.2.1)
    evalhook (0.6.0)
      partialruby (~> 0.3)
      sexp_processor (~> 4.0)
    excon (0.104.0)
    faraday (2.7.11)
      base64
      faraday-net_http (>= 2.0, < 3.1)
      ruby2_keywords (>= 0.0.4)
    faraday-net_http (3.0.2)
    gem-release (2.2.2)
    getsource (0.2.2)
    git (1.19.1)
      addressable (~> 2.8)
      rchardet (~> 1.8)
    hamster (3.0.0)
      concurrent-ruby (~> 1.0)
    hiera (3.12.0)
    i18n (1.14.5)
      concurrent-ruby (~> 1.0)
    immutable-struct (2.4.1)
    json (2.7.2)
    language_server-protocol (3.17.0.3)
    lino (3.1.0)
      hamster (~> 3.0)
      open4 (~> 1.3)
    minitest (5.24.1)
    mutex_m (0.2.0)
    octokit (8.0.0)
      faraday (>= 1, < 3)
      sawyer (~> 0.9)
    open4 (1.3.4)
    parallel (1.25.1)
    parser (3.3.4.0)
      ast (~> 2.4.1)
      racc
    partialruby (0.3.0)
      ruby2ruby (~> 2)
      ruby_parser (~> 3)
    public_suffix (5.1.1)
    racc (1.8.0)
    rainbow (3.1.1)
    rake (13.2.1)
    rake_circle_ci (0.11.0)
      colored2 (~> 3.1)
      excon (~> 0.72)
      rake_factory (~> 0.23)
      sshkey (~> 2.0)
    rake_factory (0.32.0.pre.2)
      activesupport (>= 4)
      rake (~> 13.0)
    rake_git (0.1.0.pre.10)
      colored2 (~> 3.1)
      git (~> 1.13, >= 1.13.2)
      rake_factory (= 0.32.0.pre.2)
    rake_git_crypt (0.1.0.pre.29)
      colored2 (~> 3.1)
      rake_factory (= 0.32.0.pre.2)
      ruby_git_crypt (= 0.1.0.pre.4)
      ruby_gpg2 (~> 0.6)
    rake_github (0.13.0)
      colored2 (~> 3.1)
      octokit (>= 4.16, < 9.0)
      rake_factory (~> 0.23)
      sshkey (~> 2.0)
    rake_gpg (0.18.0)
      rake_factory (~> 0.23)
      ruby_gpg2 (~> 0.6)
    rake_ssh (0.10.0)
      colored2 (~> 3.1)
      rake_factory (~> 0.23)
      sshkey (~> 2.0)
    rchardet (1.8.0)
    regexp_parser (2.9.2)
    rexml (3.3.2)
      strscan
    rspec (3.13.0)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    rspec-core (3.13.0)
      rspec-support (~> 3.13.0)
    rspec-expectations (3.13.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-mocks (3.13.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-support (3.13.1)
    rubocop (1.65.0)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.3.0.2)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 2.4, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.31.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.31.3)
      parser (>= 3.3.1.0)
    rubocop-rake (0.6.0)
      rubocop (~> 1.0)
    rubocop-rspec (3.0.3)
      rubocop (~> 1.61)
    ruby-progressbar (1.13.0)
    ruby2_keywords (0.0.5)
    ruby2ruby (2.5.0)
      ruby_parser (~> 3.1)
      sexp_processor (~> 4.6)
    ruby_git_crypt (0.1.0.pre.4)
      immutable-struct (~> 2.4)
      lino (~> 3.0)
    ruby_gpg2 (0.10.0)
      lino (~> 3.0)
    ruby_parser (3.20.3)
      sexp_processor (~> 4.16)
    sawyer (0.9.2)
      addressable (>= 2.3.5)
      faraday (>= 0.17.3, < 3)
    sexp_processor (4.17.0)
    shikashi (0.6.0)
      evalhook (>= 0.6.0)
      getsource (>= 0.1.0)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.4)
    sshkey (2.0.0)
    strscan (3.1.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.5.0)
    vault (0.18.2)
      aws-sigv4

PLATFORMS
  arm64-darwin-21
  arm64-darwin-22
  ruby
  x86_64-darwin-19
  x86_64-darwin-20
  x86_64-darwin-21
  x86_64-linux

DEPENDENCIES
  bundler
  confidante!
  gem-release
  rake
  rake_circle_ci
  rake_git
  rake_git_crypt
  rake_github
  rake_gpg
  rake_ssh
  rspec
  rubocop
  rubocop-rake
  rubocop-rspec
  simplecov

BUNDLED WITH
   2.4.17