Commit 76d6bc4f82b04931a5f4dfc86af8d98c48e33e82

Authored by Dmitriy Zaporozhets
1 parent ad947bc7

Update gitlab_git and restore travis.yml

Showing 3 changed files with 5 additions and 5 deletions   Show diff stats
@@ -6,7 +6,7 @@ before_install: @@ -6,7 +6,7 @@ before_install:
6 - gem install charlock_holmes -v="0.6.9" 6 - gem install charlock_holmes -v="0.6.9"
7 branches: 7 branches:
8 only: 8 only:
9 - - 'code-search' 9 + - 'master'
10 rvm: 10 rvm:
11 - 1.9.3-p392 11 - 1.9.3-p392
12 - 2.0.0 12 - 2.0.0
@@ -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
@@ -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)