mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-11-10 19:25:09 -05:00
13 lines
230 B
Ruby
13 lines
230 B
Ruby
source "http://rubygems.org"
|
|
|
|
gem 'eventmachine'
|
|
gem 'json'
|
|
gem 'mail'
|
|
gem 'thin'
|
|
gem 'sqlite3-ruby', :require => 'sqlite3'
|
|
gem 'sinatra'
|
|
gem 'sunshowers'
|
|
|
|
# Required by activesupport, required by mail, but not listed.
|
|
gem 'i18n'
|