Rubygems doesn't know how to gem

This commit is contained in:
Samuel Cochran 2016-02-04 11:00:17 +11:00
parent cff07b758c
commit f2a7385097
1 changed files with 11 additions and 0 deletions

View File

@ -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"