Commit 6c067380fcdda6013498dafbc441691d4c20796a
1 parent
38cf6281
Update gitlab_git (CVE-2013-4489)
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
Gemfile
... | ... | @@ -23,7 +23,7 @@ gem 'omniauth-github' |
23 | 23 | |
24 | 24 | # Extracting information from a git repository |
25 | 25 | # Provide access to Gitlab::Git library |
26 | -gem 'gitlab_git', '~> 1.3.0' | |
26 | +gem 'gitlab_git', '~> 1.3.1' | |
27 | 27 | |
28 | 28 | # Ruby/Rack Git Smart-HTTP Server Handler |
29 | 29 | gem 'gitlab-grack', '~> 1.0.1', require: 'grack' | ... | ... |
Gemfile.lock
... | ... | @@ -167,7 +167,7 @@ GEM |
167 | 167 | stringex (~> 1.5.1) |
168 | 168 | gitlab-grack (1.0.1) |
169 | 169 | rack (~> 1.4.1) |
170 | - gitlab-grit (2.5.1) | |
170 | + gitlab-grit (2.5.2) | |
171 | 171 | charlock_holmes (~> 0.6.9) |
172 | 172 | diff-lcs (~> 1.1) |
173 | 173 | mime-types (~> 1.15) |
... | ... | @@ -175,10 +175,10 @@ GEM |
175 | 175 | gitlab-pygments.rb (0.3.2) |
176 | 176 | posix-spawn (~> 0.3.6) |
177 | 177 | yajl-ruby (~> 1.1.0) |
178 | - gitlab_git (1.3.0) | |
178 | + gitlab_git (1.3.1) | |
179 | 179 | activesupport (~> 3.2.13) |
180 | 180 | github-linguist (~> 2.3.4) |
181 | - gitlab-grit (~> 2.5.1) | |
181 | + gitlab-grit (~> 2.5.2) | |
182 | 182 | gitlab_meta (5.0) |
183 | 183 | gitlab_omniauth-ldap (1.0.3) |
184 | 184 | net-ldap (~> 0.3.1) |
... | ... | @@ -566,7 +566,7 @@ DEPENDENCIES |
566 | 566 | gitlab-gollum-lib (~> 1.0.0) |
567 | 567 | gitlab-grack (~> 1.0.1) |
568 | 568 | gitlab-pygments.rb (~> 0.3.2) |
569 | - gitlab_git (~> 1.3.0) | |
569 | + gitlab_git (~> 1.3.1) | |
570 | 570 | gitlab_meta (= 5.0) |
571 | 571 | gitlab_omniauth-ldap (= 1.0.3) |
572 | 572 | gon | ... | ... |