PATH
  remote: .
  specs:
    omniauth-rdstation (0.1.0)
      oauth2
      omniauth
      omniauth-oauth2

GEM
  remote: https://rubygems.org/
  specs:
    diff-lcs (1.3)
    faraday (0.12.2)
      multipart-post (>= 1.2, < 3)
    hashie (3.5.7)
    jwt (1.5.6)
    multi_json (1.13.1)
    multi_xml (0.6.0)
    multipart-post (2.0.0)
    oauth2 (1.4.0)
      faraday (>= 0.8, < 0.13)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
    omniauth (1.8.1)
      hashie (>= 3.4.6, < 3.6.0)
      rack (>= 1.6.2, < 3)
    omniauth-oauth2 (1.5.0)
      oauth2 (~> 1.1)
      omniauth (~> 1.2)
    rack (2.0.3)
    rake (10.5.0)
    rspec (3.7.0)
      rspec-core (~> 3.7.0)
      rspec-expectations (~> 3.7.0)
      rspec-mocks (~> 3.7.0)
    rspec-core (3.7.0)
      rspec-support (~> 3.7.0)
    rspec-expectations (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-mocks (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-support (3.7.0)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.16)
  omniauth-rdstation!
  rake (~> 10.0)
  rspec (~> 3.0)

BUNDLED WITH
   1.16.1