smartinez87/exception_notification

View on GitHub
examples/sinatra/Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ../../
  specs:
    exception_notification (3.0.1)
      actionmailer (>= 3.0.4)
      activesupport (>= 3.0.4)

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (3.2.13)
      actionpack (= 3.2.13)
      mail (~> 2.5.3)
    actionpack (3.2.13)
      activemodel (= 3.2.13)
      activesupport (= 3.2.13)
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
      journey (~> 1.0.4)
      rack (~> 1.4.5)
      rack-cache (~> 1.2)
      rack-test (~> 0.6.1)
      sprockets (~> 2.2.1)
    activemodel (3.2.13)
      activesupport (= 3.2.13)
      builder (~> 3.0.0)
    activesupport (3.2.13)
      i18n (= 0.6.1)
      multi_json (~> 1.0)
    builder (3.0.4)
    daemons (1.1.9)
    erubis (2.7.0)
    eventmachine (1.0.3)
    foreman (0.61.0)
      thor (>= 0.13.6)
    haml (4.0.2)
      tilt
    hike (1.2.1)
    i18n (0.6.1)
    journey (1.0.4)
    mail (2.5.3)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    mailcatcher (0.5.11)
      activesupport (~> 3.0)
      eventmachine (~> 1.0.0)
      haml (>= 3.1, < 5)
      mail (~> 2.3)
      sinatra (~> 1.2)
      skinny (~> 0.2.3)
      sqlite3 (~> 1.3)
      thin (~> 1.5.0)
    mime-types (1.22)
    multi_json (1.7.2)
    polyglot (0.3.3)
    rack (1.4.5)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-protection (1.5.0)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    sinatra (1.3.6)
      rack (~> 1.4)
      rack-protection (~> 1.3)
      tilt (~> 1.3, >= 1.3.3)
    skinny (0.2.3)
      eventmachine (~> 1.0.0)
      thin (~> 1.5.0)
    sprockets (2.2.2)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sqlite3 (1.3.7)
    thin (1.5.1)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    thor (0.18.1)
    tilt (1.3.6)
    treetop (1.4.12)
      polyglot
      polyglot (>= 0.3.1)

PLATFORMS
  ruby

DEPENDENCIES
  exception_notification!
  foreman
  mailcatcher
  sinatra (~> 1.3.5)
  thin (~> 1.5.1)