-
- Downloads
remove yaml_db gem, Replace team members index route with team_index
Showing
- Gemfile 0 additions, 3 deletionsGemfile
- Gemfile.lock 0 additions, 2 deletionsGemfile.lock
- app/controllers/team_members_controller.rb 1 addition, 1 deletionapp/controllers/team_members_controller.rb
- app/views/team_members/index.html.haml 5 additions, 5 deletionsapp/views/team_members/index.html.haml
- config/routes.rb 1 addition, 1 deletionconfig/routes.rb
Loading
| Loading
| @@ -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' | ||
Loading
| Loading
|
Please register or sign in to comment