Newer
Older
IntroQuiz2019 / Gemfile.lock
GEM
  remote: http://rubygems.org/
  specs:
    activemodel (5.2.3)
      activesupport (= 5.2.3)
    activerecord (5.2.3)
      activemodel (= 5.2.3)
      activesupport (= 5.2.3)
      arel (>= 9.0)
    activesupport (5.2.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.6.0)
      public_suffix (>= 2.0.2, < 4.0)
    arel (9.0.0)
    backports (3.15.0)
    concurrent-ruby (1.1.5)
    daemons (1.3.1)
    em-websocket (0.3.8)
      addressable (>= 2.1.1)
      eventmachine (>= 0.12.9)
    eventmachine (1.2.7)
    i18n (1.6.0)
      concurrent-ruby (~> 1.0)
    json (2.2.0)
    logger (1.4.1)
    minitest (5.11.3)
    multi_json (1.13.1)
    mustermann (1.0.3)
    openssl (2.1.2)
    public_suffix (3.1.1)
    rack (2.0.7)
    rack-protection (2.0.5)
      rack
    sinatra (2.0.5)
      mustermann (~> 1.0)
      rack (~> 2.0)
      rack-protection (= 2.0.5)
      tilt (~> 2.0)
    sinatra-activerecord (2.0.13)
      activerecord (>= 3.2)
      sinatra (>= 1.0)
    sinatra-contrib (2.0.5)
      backports (>= 2.8.2)
      multi_json
      mustermann (~> 1.0)
      rack-protection (= 2.0.5)
      sinatra (= 2.0.5)
      tilt (>= 1.3, < 3)
    sinatra-reloader (1.0)
      sinatra-contrib
    sinatra-websocket (0.3.1)
      em-websocket (~> 0.3.6)
      eventmachine
      thin (>= 1.3.1, < 2.0.0)
    sqlite3 (1.4.1)
    thin (1.7.2)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
    thread_safe (0.3.6)
    tilt (2.0.9)
    tzinfo (1.2.5)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord
  activesupport
  json
  logger
  openssl
  sinatra
  sinatra-activerecord
  sinatra-contrib
  sinatra-reloader
  sinatra-websocket
  sqlite3

BUNDLED WITH
   2.0.2