Commit 4e0a2e3c968cd6be218577b3a615b888822c99cf

Authored by Jeroen van Baarsen
1 parent e868de68

Bumped the gitlab_git gem version

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Gemfile
... ... @@ -29,7 +29,7 @@ gem 'omniauth-github'
29 29  
30 30 # Extracting information from a git repository
31 31 # Provide access to Gitlab::Git library
32   -gem "gitlab_git", '~> 5.4.0'
  32 +gem "gitlab_git", '~> 5.5.0'
33 33  
34 34 # Ruby/Rack Git Smart-HTTP Server Handler
35 35 gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack'
... ...
Gemfile.lock
... ... @@ -179,7 +179,7 @@ GEM
179 179 charlock_holmes (~> 0.6.6)
180 180 escape_utils (~> 0.2.4)
181 181 mime-types (~> 1.19)
182   - gitlab_git (5.4.0)
  182 + gitlab_git (5.5.0)
183 183 activesupport (~> 4.0.0)
184 184 charlock_holmes (~> 0.6.9)
185 185 gitlab-grit (~> 2.6.1)
... ... @@ -587,7 +587,7 @@ DEPENDENCIES
587 587 gitlab-gollum-lib (~> 1.1.0)
588 588 gitlab-grack (~> 2.0.0.pre)
589 589 gitlab-linguist (~> 3.0.0)
590   - gitlab_git (~> 5.4.0)
  590 + gitlab_git (~> 5.5.0)
591 591 gitlab_meta (= 6.0)
592 592 gitlab_omniauth-ldap (= 1.0.4)
593 593 gon (~> 5.0.0)
... ...