PATH
  remote: .
  specs:
    aptible-cli (0.23.0)
      activesupport (>= 4.0, < 6.0)
      aptible-api (~> 1.6.5)
      aptible-auth (~> 1.2.5)
      aptible-billing (~> 1.0)
      aptible-resource (~> 1.1)
      aws-sdk (~> 2.0)
      bigdecimal (~> 1.3.5)
      cbor
      chronic_duration (~> 0.10.6)
      concurrent-ruby (< 1.1.10)
      git (< 1.10)
      jwt (~> 2.3.0)
      rack (~> 1.0)
      term-ansicolor (~> 1.8.0)
      thor (~> 0.20.0)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (4.2.11.3)
      i18n (~> 0.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    addressable (2.8.0)
      public_suffix (>= 2.0.2, < 5.0)
    aptible-api (1.6.5)
      aptible-auth
      aptible-resource
      gem_config
      multipart-post (< 2.2.0)
    aptible-auth (1.2.5)
      aptible-resource (~> 1.0)
      gem_config
      multipart-post (= 2.1.1)
      oauth2 (= 1.4.7)
    aptible-billing (1.0.1)
      activesupport (>= 4.0, < 6.0)
      aptible-resource (~> 1.0)
      stripe (>= 1.13.0)
    aptible-resource (1.1.2)
      activesupport
      fridge
      gem_config (~> 0.3.1)
      httpclient (~> 2.8)
      json
      uri_template (>= 0.5.2)
    aptible-tasks (0.5.9)
      rake (>= 10, < 13.0)
      rubocop (= 0.42.0)
    ast (2.4.2)
    aws-eventstream (1.1.1)
    aws-sdk (2.11.632)
      aws-sdk-resources (= 2.11.632)
    aws-sdk-core (2.11.632)
      aws-sigv4 (~> 1.0)
      jmespath (~> 1.0)
    aws-sdk-resources (2.11.632)
      aws-sdk-core (= 2.11.632)
    aws-sigv4 (1.2.4)
      aws-eventstream (~> 1, >= 1.0.2)
    bigdecimal (1.3.5)
    cbor (0.5.9.8)
    chronic_duration (0.10.6)
      numerizer (~> 0.1.1)
    climate_control (0.0.3)
      activesupport (>= 3.0)
    coderay (1.1.3)
    concurrent-ruby (1.1.9)
    connection_pool (2.2.3)
    crack (1.0.0)
      bigdecimal
      rexml
    diff-lcs (1.5.1)
    fabrication (2.15.2)
    faraday (0.17.6)
      multipart-post (>= 1.2, < 3)
    fridge (0.2.2)
      gem_config
      jwt
    gem_config (0.3.2)
    git (1.7.0)
      rchardet (~> 1.8)
    hashdiff (1.1.1)
    httpclient (2.8.3)
    i18n (0.9.5)
      concurrent-ruby (~> 1.0)
    jmespath (1.6.2)
    json (2.5.1)
    jwt (2.3.0)
    method_source (1.1.0)
    minitest (5.12.0)
    multi_json (1.15.0)
    multi_xml (0.6.0)
    multipart-post (2.1.1)
    net-http-persistent (3.1.0)
      connection_pool (~> 2.2)
    numerizer (0.1.1)
    oauth2 (1.4.7)
      faraday (>= 0.8, < 2.0)
      jwt (>= 1.0, < 3.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
    parser (2.7.2.0)
      ast (~> 2.4.1)
    powerpack (0.1.3)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    public_suffix (3.1.1)
    rack (1.6.13)
    rainbow (2.2.2)
      rake
    rake (12.3.3)
    rchardet (1.8.0)
    rexml (3.2.5)
    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 (0.42.0)
      parser (>= 2.3.1.1, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-progressbar (1.13.0)
    stripe (4.24.0)
      faraday (~> 0.13)
      net-http-persistent (~> 3.0)
    sync (0.5.0)
    term-ansicolor (1.8.0)
      tins (~> 1.0)
    thor (0.20.3)
    thread_safe (0.3.6)
    tins (1.33.0)
      bigdecimal
      sync
    tzinfo (1.2.11)
      thread_safe (~> 0.1)
    unicode-display_width (1.8.0)
    uri_template (0.7.0)
    webmock (3.16.2)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  activesupport (~> 4.0)
  aptible-cli!
  aptible-tasks (~> 0.5.8)
  bundler (~> 1.3)
  climate_control (= 0.0.3)
  fabrication (~> 2.15.2)
  pry
  rack (~> 1.0)
  rake
  rspec (~> 3.2)
  webmock

BUNDLED WITH
   1.17.3