mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-12-21 23:08:54 -05:00
Rubygems doesn't know how to gem
This commit is contained in:
parent
cff07b758c
commit
f2a7385097
@ -1,3 +1,14 @@
|
||||
# Apparently rubygems won't activate these on its own, so here we go. Let's
|
||||
# repeat the invention of Bundler all over again.
|
||||
gem "activesupport", "~> 4.0"
|
||||
gem "eventmachine", "1.0.9.1"
|
||||
gem "mail", "~> 2.3"
|
||||
gem "rack", "~> 1.5"
|
||||
gem "sinatra", "~> 1.2"
|
||||
gem "sqlite3", "~> 1.3"
|
||||
gem "thin", "~> 1.5.0"
|
||||
gem "skinny", "~> 0.2.3"
|
||||
|
||||
require "open3"
|
||||
require "optparse"
|
||||
require "rbconfig"
|
||||
|
Loading…
Reference in New Issue
Block a user