Commit f4912e04fd62556ee153b4a4903cbb1706a39746
1 parent
421b9c32
Exists in
master
and in
4 other branches
Fix 500 error for repos with newline in file name
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Gemfile.lock
@@ -108,7 +108,7 @@ GEM | @@ -108,7 +108,7 @@ GEM | ||
108 | warden (~> 1.2.1) | 108 | warden (~> 1.2.1) |
109 | devise-async (0.8.0) | 109 | devise-async (0.8.0) |
110 | devise (>= 2.2, < 3.2) | 110 | devise (>= 2.2, < 3.2) |
111 | - diff-lcs (1.2.4) | 111 | + diff-lcs (1.2.5) |
112 | dotenv (0.8.0) | 112 | dotenv (0.8.0) |
113 | email_spec (1.4.0) | 113 | email_spec (1.4.0) |
114 | launchy (~> 2.1) | 114 | launchy (~> 2.1) |
@@ -171,7 +171,7 @@ GEM | @@ -171,7 +171,7 @@ GEM | ||
171 | stringex (~> 1.5.1) | 171 | stringex (~> 1.5.1) |
172 | gitlab-grack (1.0.1) | 172 | gitlab-grack (1.0.1) |
173 | rack (~> 1.4.1) | 173 | rack (~> 1.4.1) |
174 | - gitlab-grit (2.6.1) | 174 | + gitlab-grit (2.6.2) |
175 | charlock_holmes (~> 0.6.9) | 175 | charlock_holmes (~> 0.6.9) |
176 | diff-lcs (~> 1.1) | 176 | diff-lcs (~> 1.1) |
177 | mime-types (~> 1.15) | 177 | mime-types (~> 1.15) |