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-11 10:39:49 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-11 10:39:49 +0400
commitc351b8a3e53c05c73f3365cc738c9437e8774392 (patch)
tree0d869ac9b5c492f271d36c5a201b96659db4293a /Gemfile
parent7786fe7ca84503ac2f00253f7097c754c51c1062 (diff)
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'