Commit f4912e04fd62556ee153b4a4903cbb1706a39746

Authored by Dmitriy Zaporozhets
1 parent 421b9c32

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 108 warden (~> 1.2.1)
109 109 devise-async (0.8.0)
110 110 devise (>= 2.2, < 3.2)
111   - diff-lcs (1.2.4)
  111 + diff-lcs (1.2.5)
112 112 dotenv (0.8.0)
113 113 email_spec (1.4.0)
114 114 launchy (~> 2.1)
... ... @@ -171,7 +171,7 @@ GEM
171 171 stringex (~> 1.5.1)
172 172 gitlab-grack (1.0.1)
173 173 rack (~> 1.4.1)
174   - gitlab-grit (2.6.1)
  174 + gitlab-grit (2.6.2)
175 175 charlock_holmes (~> 0.6.9)
176 176 diff-lcs (~> 1.1)
177 177 mime-types (~> 1.15)
... ...