File: Gemfile

package info (click to toggle)
ruby-exception-notification 4.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 808 kB
  • sloc: javascript: 7,680; ruby: 1,130; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
source "https://rubygems.org"

gem "exception_notification", path: "../../"

gem "thin", "~> 1.5.1"
gem "sinatra", "~> 1.3.5"
gem "foreman"
gem "mailcatcher"