GEM
  remote: https://rubygems.org/
  specs:
    activemodel (4.1.2)
      activesupport (= 4.1.2)
      builder (~> 3.1)
    activerecord (4.1.2)
      activemodel (= 4.1.2)
      activesupport (= 4.1.2)
      arel (~> 5.0.0)
    activeresource (4.0.0)
      activemodel (~> 4.0)
      activesupport (~> 4.0)
      rails-observers (~> 0.1.1)
    activesupport (4.1.2)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    arel (5.0.1.20140414130214)
    attr_encrypted (1.3.2)
      encryptor (>= 1.3.0)
    builder (3.2.2)
    byebug (3.1.2)
      columnize (~> 0.8)
      debugger-linecache (~> 1.2)
    columnize (0.8.9)
    debugger-linecache (1.2.0)
    dotenv (0.7.0)
    encryptor (1.3.0)
    fakeweb (1.3.0)
    faraday (0.9.0)
      multipart-post (>= 1.2, < 3)
    foreman (0.64.0)
      dotenv (~> 0.7.0)
      thor (>= 0.13.6)
    hashie (2.1.2)
    i18n (0.6.11)
    json (1.8.1)
    jwt (1.0.0)
    metaclass (0.0.4)
    minitest (5.4.0)
    mocha (1.1.0)
      metaclass (~> 0.0.1)
    multi_json (1.10.1)
    multi_xml (0.5.5)
    multipart-post (2.0.0)
    oauth2 (0.9.4)
      faraday (>= 0.8, < 0.10)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (~> 1.2)
    omniauth (1.2.1)
      hashie (>= 1.2, < 3)
      rack (~> 1.0)
    omniauth-oauth2 (1.1.2)
      faraday (>= 0.8, < 0.10)
      multi_json (~> 1.3)
      oauth2 (~> 0.9.3)
      omniauth (~> 1.2)
    omniauth-shopify-oauth2 (1.1.7)
      omniauth-oauth2 (~> 1.1.1)
    pg (0.17.1)
    rack (1.5.2)
    rack-flash3 (1.0.5)
      rack
    rack-protection (1.5.3)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    rails-observers (0.1.2)
      activemodel (~> 4.0)
    rake (10.3.2)
    redis (3.1.0)
    redis-namespace (1.5.0)
      redis (~> 3.0, >= 3.0.4)
    resque (1.22.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.0)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
    shopify-sinatra-app (0.1.0)
      activesupport
      attr_encrypted
      omniauth-shopify-oauth2
      rack-flash3
      resque (~> 1.22.0)
      shopify_api
      sinatra
      sinatra-activerecord
      sinatra-redis
      sinatra-twitter-bootstrap
    shopify_api (3.2.1)
      activeresource (>= 3.0.0)
      thor (>= 0.14.4)
    sinatra (1.4.5)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
    sinatra-activerecord (2.0.2)
      activerecord (>= 3.2)
      sinatra (~> 1.0)
    sinatra-redis (0.3.0)
      redis
      sinatra (>= 0.9.4)
    sinatra-twitter-bootstrap (2.3.3)
    sqlite3 (1.3.9)
    thor (0.19.1)
    thread_safe (0.3.4)
    tilt (1.4.1)
    tzinfo (1.2.1)
      thread_safe (~> 0.1)
    vegas (0.1.11)
      rack (>= 1.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  activesupport
  attr_encrypted
  byebug
  fakeweb
  foreman
  minitest
  mocha
  omniauth-shopify-oauth2
  pg
  rack-flash3
  rack-test
  rake
  resque (~> 1.22.0)
  shopify-sinatra-app
  shopify_api
  sinatra
  sinatra-activerecord
  sinatra-redis
  sinatra-twitter-bootstrap
  sqlite3