diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-21 12:45:15 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-21 12:45:15 +0200 |
commit | 898d09a21ef3bf937d0b9379dd13c917b553e859 (patch) | |
tree | 437854e16263a4f167acb18077b30ffbf2db0eee /Gemfile | |
parent | d18e2bd59d3003e2ae38116688e350bfc2774ae7 (diff) | |
download | gitlab-ce-898d09a21ef3bf937d0b9379dd13c917b553e859.tar.gz |
Gitlab_meta to 3.1. Added workaround for 500 Redis error until it will be fixed
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,5 +152,5 @@ group :test do end group :production do - gem "gitlab_meta", '3.0' + gem "gitlab_meta", '3.1' end |