PATH
  remote: .
  specs:
    finapps_core (2.0.9)
      faraday (~> 0.11, >= 0.11.0)
      faraday_middleware (~> 0.11, >= 0.11.0.1)
      rash (~> 0.4, >= 0.4.0)
      typhoeus (~> 1.1, >= 1.1.2)

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.5.0)
      public_suffix (~> 2.0, >= 2.0.2)
    ast (2.3.0)
    codeclimate-test-reporter (1.0.5)
      simplecov
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    diff-lcs (1.3)
    docile (1.1.5)
    ethon (0.10.1)
      ffi (>= 1.3.0)
    faraday (0.11.0)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (0.11.0.1)
      faraday (>= 0.7.4, < 1.0)
    ffi (1.9.17)
    gem-release (0.7.4)
    hashdiff (0.3.2)
    hashie (2.0.5)
    json (2.0.3)
    multipart-post (2.0.0)
    parser (2.4.0.0)
      ast (~> 2.2)
    powerpack (0.1.1)
    public_suffix (2.0.5)
    rack (1.6.5)
    rack-protection (1.5.3)
      rack
    rainbow (2.2.1)
    rake (12.0.0)
    rash (0.4.0)
      hashie (~> 2.0.0)
    rspec (3.5.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
    rspec-core (3.5.4)
      rspec-support (~> 3.5.0)
    rspec-expectations (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-mocks (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-support (3.5.0)
    rubocop (0.47.1)
      parser (>= 2.3.3.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.8.1)
    safe_yaml (1.0.4)
    simplecov (0.13.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    sinatra (1.4.8)
      rack (~> 1.5)
      rack-protection (~> 1.4)
      tilt (>= 1.3, < 3)
    tilt (2.0.6)
    typhoeus (1.1.2)
      ethon (>= 0.9.0)
    unicode-display_width (1.1.3)
    webmock (2.3.2)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.14, >= 1.14.3)
  codeclimate-test-reporter (~> 1.0, >= 1.0.5)
  finapps_core!
  gem-release (~> 0.7, >= 0.7.4)
  rake (~> 12.0, >= 12.0.0)
  rspec (~> 3.5, >= 3.5.0)
  rubocop (~> 0.47, >= 0.47.1)
  simplecov (~> 0.11, >= 0.11.2)
  sinatra (~> 1.4, >= 1.4.7)
  webmock (~> 2.3, >= 2.3.2)

BUNDLED WITH
   1.14.3