Commit 1040e88e5645fc3dccf55b418bfbf04d307f3d8b
1 parent
a967f122
Exists in
master
and in
4 other branches
Update gitlab_git to recent version
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
Gemfile
| @@ -24,7 +24,7 @@ gem 'omniauth-github' | @@ -24,7 +24,7 @@ gem 'omniauth-github' | ||
| 24 | 24 | ||
| 25 | # Extracting information from a git repository | 25 | # Extracting information from a git repository |
| 26 | # Provide access to Gitlab::Git library | 26 | # Provide access to Gitlab::Git library |
| 27 | -gem "gitlab_git", "~> 3.0.0.rc1" | 27 | +gem "gitlab_git", "~> 3.0.0.rc2" |
| 28 | 28 | ||
| 29 | # Ruby/Rack Git Smart-HTTP Server Handler | 29 | # Ruby/Rack Git Smart-HTTP Server Handler |
| 30 | gem 'gitlab-grack', '~> 1.0.1', require: 'grack' | 30 | gem 'gitlab-grack', '~> 1.0.1', require: 'grack' |
Gemfile.lock
| @@ -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.0) | 174 | + gitlab-grit (2.6.1) |
| 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) |
| @@ -179,10 +179,10 @@ GEM | @@ -179,10 +179,10 @@ GEM | ||
| 179 | gitlab-pygments.rb (0.3.2) | 179 | gitlab-pygments.rb (0.3.2) |
| 180 | posix-spawn (~> 0.3.6) | 180 | posix-spawn (~> 0.3.6) |
| 181 | yajl-ruby (~> 1.1.0) | 181 | yajl-ruby (~> 1.1.0) |
| 182 | - gitlab_git (3.0.0.rc1) | 182 | + gitlab_git (3.0.0.rc2) |
| 183 | activesupport (~> 3.2.13) | 183 | activesupport (~> 3.2.13) |
| 184 | github-linguist (~> 2.3.4) | 184 | github-linguist (~> 2.3.4) |
| 185 | - gitlab-grit (~> 2.6.0) | 185 | + gitlab-grit (~> 2.6.1) |
| 186 | gitlab_meta (6.0) | 186 | gitlab_meta (6.0) |
| 187 | gitlab_omniauth-ldap (1.0.3) | 187 | gitlab_omniauth-ldap (1.0.3) |
| 188 | net-ldap (~> 0.3.1) | 188 | net-ldap (~> 0.3.1) |
| @@ -581,7 +581,7 @@ DEPENDENCIES | @@ -581,7 +581,7 @@ DEPENDENCIES | ||
| 581 | gitlab-gollum-lib (~> 1.0.1) | 581 | gitlab-gollum-lib (~> 1.0.1) |
| 582 | gitlab-grack (~> 1.0.1) | 582 | gitlab-grack (~> 1.0.1) |
| 583 | gitlab-pygments.rb (~> 0.3.2) | 583 | gitlab-pygments.rb (~> 0.3.2) |
| 584 | - gitlab_git (~> 3.0.0.rc1) | 584 | + gitlab_git (~> 3.0.0.rc2) |
| 585 | gitlab_meta (= 6.0) | 585 | gitlab_meta (= 6.0) |
| 586 | gitlab_omniauth-ldap (= 1.0.3) | 586 | gitlab_omniauth-ldap (= 1.0.3) |
| 587 | gon | 587 | gon |