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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-05 22:21:53 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-05 22:21:53 +0400
commit07c82cf77629c36548796051f6cbbcb01fd1954e (patch)
treee7e895f7ed1baadf209252a54497f98af5a83985 /Gemfile
parent6c206805ae445b7052d98640cb0083256d836db1 (diff)
remove draper
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 791af6422d7..075c4d90d30 100644
--- a/Gemfile
+++ b/Gemfile
@@ -80,9 +80,6 @@ gem "state_machine"
# Issue tags
gem "acts-as-taggable-on", "2.3.3"
-# Decorators
-gem "draper"
-
# Background jobs
gem 'slim'
gem 'sinatra', require: nil