sasalatart/on-this-day-sinatra

View on GitHub
server/Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    active_model_serializers (0.9.7)
      activemodel (>= 3.2)
      concurrent-ruby (~> 1.0)
    activemodel (5.0.1)
      activesupport (= 5.0.1)
    activerecord (5.0.1)
      activemodel (= 5.0.1)
      activesupport (= 5.0.1)
      arel (~> 7.0)
    activesupport (5.0.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    annotate (2.7.1)
      activerecord (>= 3.2, < 6.0)
      rake (>= 10.4, < 12.0)
    arel (7.1.4)
    backports (3.6.8)
    concurrent-ruby (1.0.4)
    daemons (1.2.4)
    eventmachine (1.2.1)
    hirb (0.7.3)
    history_scraper (1.0.6)
      nokogiri (~> 1.7)
    i18n (0.7.0)
    json (2.0.3)
    mini_portile2 (2.2.0)
    minitest (5.10.1)
    multi_json (1.12.1)
    nokogiri (1.8.0)
      mini_portile2 (~> 2.2.0)
    pg (0.19.0)
    rack (1.6.5)
    rack-protection (1.5.3)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    rake (11.3.0)
    shotgun (0.9.2)
      rack (>= 1.0)
    sinatra (1.4.7)
      rack (~> 1.5)
      rack-protection (~> 1.4)
      tilt (>= 1.3, < 3)
    sinatra-active-model-serializers (0.2.2)
      active_model_serializers (~> 0.9.0)
      sinatra (~> 1.4)
      sinatra-activerecord (>= 2.0.0)
      sinatra-contrib (>= 1.4.1)
    sinatra-activerecord (2.0.11)
      activerecord (>= 3.2)
      sinatra (~> 1.0)
    sinatra-contrib (1.4.7)
      backports (>= 2.0)
      multi_json
      rack-protection
      rack-test
      sinatra (~> 1.4.0)
      tilt (>= 1.3, < 3)
    thin (1.7.0)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
    thread_safe (0.3.5)
    tilt (2.0.5)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord
  annotate
  hirb
  history_scraper
  json
  pg
  rake
  shotgun
  sinatra
  sinatra-active-model-serializers
  sinatra-activerecord
  sinatra-contrib
  thin

BUNDLED WITH
   1.15.1