Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-08-24 04:11:37 +0400
committerSteve Klabnik <steve@steveklabnik.com>2012-08-24 04:11:37 +0400
commit4d9197efa819730de6ed4b927dc2c34270be1ec6 (patch)
tree4521cda214865611afc782cbfbb620abcd7f52ef /Gemfile
parentf9ab136abdedb1ea1085e4e0a881371d6ad0dffb (diff)
Fix Draper spelling in Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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"