From 4d9197efa819730de6ed4b927dc2c34270be1ec6 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 23 Aug 2012 17:11:37 -0700 Subject: [PATCH] Fix Draper spelling in Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f256eccb905..2d448ced15b 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ gem "unicorn" gem "acts-as-taggable-on", "2.3.1" # Decorators -gem "drapper" +gem "draper" # Background jobs gem "resque", "~> 1.20.0"