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