summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-11 09:39:49 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-11 09:39:49 +0300
commitc351b8a3e53c05c73f3365cc738c9437e8774392 (patch)
tree0d869ac9b5c492f271d36c5a201b96659db4293a /Gemfile
parent7786fe7ca84503ac2f00253f7097c754c51c1062 (diff)
downloadgitlab-ce-c351b8a3e53c05c73f3365cc738c9437e8774392.tar.gz
remove yaml_db gem, Replace team members index route with team_index
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 075c4d90d30..b7fe7790fca 100644
--- a/Gemfile
+++ b/Gemfile
@@ -32,9 +32,6 @@ gem 'gitlab-grack', '~> 1.0.0', require: 'grack'
# LDAP Auth
gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap"
-# Dump db to yml file. Mostly used to migrate from sqlite to mysql
-gem 'gitlab_yaml_db', '1.0.0', require: "yaml_db"
-
# Syntax highlighter
gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb'