Commit 76d6bc4f82b04931a5f4dfc86af8d98c48e33e82
1 parent
ad947bc7
Exists in
master
and in
4 other branches
Update gitlab_git and restore travis.yml
Showing
3 changed files
with
5 additions
and
5 deletions
Show diff stats
.travis.yml
Gemfile
| @@ -24,7 +24,7 @@ gem 'omniauth-github' | @@ -24,7 +24,7 @@ gem 'omniauth-github' | ||
| 24 | # Extracting information from a git repository | 24 | # Extracting information from a git repository |
| 25 | # We cannot use original git since some bugs | 25 | # We cannot use original git since some bugs |
| 26 | gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git' | 26 | gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git' |
| 27 | -gem 'gitlab_git', '~> 1.0.6' | 27 | +gem 'gitlab_git', '~> 1.1.0' |
| 28 | 28 | ||
| 29 | # Ruby/Rack Git Smart-HTTP Server Handler | 29 | # Ruby/Rack Git Smart-HTTP Server Handler |
| 30 | gem 'gitlab-grack', '~> 1.0.0', require: 'grack' | 30 | gem 'gitlab-grack', '~> 1.0.0', require: 'grack' |
| @@ -155,7 +155,7 @@ group :development, :test do | @@ -155,7 +155,7 @@ group :development, :test do | ||
| 155 | 155 | ||
| 156 | # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) | 156 | # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) |
| 157 | gem 'minitest' | 157 | gem 'minitest' |
| 158 | - | 158 | + |
| 159 | # Generate Fake data | 159 | # Generate Fake data |
| 160 | gem "ffaker" | 160 | gem "ffaker" |
| 161 | 161 |
Gemfile.lock
| @@ -164,7 +164,7 @@ GEM | @@ -164,7 +164,7 @@ GEM | ||
| 164 | gitlab-pygments.rb (0.3.2) | 164 | gitlab-pygments.rb (0.3.2) |
| 165 | posix-spawn (~> 0.3.6) | 165 | posix-spawn (~> 0.3.6) |
| 166 | yajl-ruby (~> 1.1.0) | 166 | yajl-ruby (~> 1.1.0) |
| 167 | - gitlab_git (1.0.6) | 167 | + gitlab_git (1.1.0) |
| 168 | activesupport (~> 3.2.13) | 168 | activesupport (~> 3.2.13) |
| 169 | github-linguist (~> 2.3.4) | 169 | github-linguist (~> 2.3.4) |
| 170 | grit (~> 2.5.0) | 170 | grit (~> 2.5.0) |
| @@ -518,7 +518,7 @@ DEPENDENCIES | @@ -518,7 +518,7 @@ DEPENDENCIES | ||
| 518 | github-markup (~> 0.7.4) | 518 | github-markup (~> 0.7.4) |
| 519 | gitlab-grack (~> 1.0.0) | 519 | gitlab-grack (~> 1.0.0) |
| 520 | gitlab-pygments.rb (~> 0.3.2) | 520 | gitlab-pygments.rb (~> 0.3.2) |
| 521 | - gitlab_git (~> 1.0.6) | 521 | + gitlab_git (~> 1.1.0) |
| 522 | gitlab_meta (= 5.0) | 522 | gitlab_meta (= 5.0) |
| 523 | gitlab_omniauth-ldap (= 1.0.2) | 523 | gitlab_omniauth-ldap (= 1.0.2) |
| 524 | gollum-lib (~> 1.0.0) | 524 | gollum-lib (~> 1.0.0) |