-
- Downloads
Gitlab_meta to 3.1. Added workaround for 500 Redis error until it will be fixed
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/controllers/admin/dashboard_controller.rb 7 additions, 2 deletionsapp/controllers/admin/dashboard_controller.rb
- app/views/admin/dashboard/index.html.haml 16 additions, 8 deletionsapp/views/admin/dashboard/index.html.haml
Loading
| Loading
| @@ -152,5 +152,5 @@ group :test do |
end | ||
group :production do | ||
gem "gitlab_meta", '3.0' | ||
gem "gitlab_meta", '3.1' | ||
end |
Please register or sign in to comment