aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKevin W. Gisi <kevin@kevingisi.com>2010-08-04 01:52:31 +0800
committerBrandon Mathis <brandon@imathis.com>2010-08-04 02:01:23 +0800
commit96579bb4a3146b0d48fafaba98ad0e9c40815919 (patch)
tree602db840efe86870ac29b02c8f59e03af99aebc2 /Gemfile
parentf6caf533d8f44a05ca56e757d4899a20c8437aec (diff)
downloadmy_new_personal_website-96579bb4a3146b0d48fafaba98ad0e9c40815919.tar.xz
my_new_personal_website-96579bb4a3146b0d48fafaba98ad0e9c40815919.zip
Requiring Mongrel (invisible dependency of later versions of Serve)
Diffstat (limited to '')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 04c8f9c0..c5845596 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,3 +8,4 @@ gem 'compass-colors'
gem 'rdiscount'
gem 'fssm'
gem 'serve'
+gem 'mongrel'