diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-02-22 16:11:54 +0100 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-02-22 16:11:54 +0100 |
commit | 4e0a2e3c968cd6be218577b3a615b888822c99cf (patch) | |
tree | 4598fe44fbedd785796baf9f0655a031fa087867 /Gemfile | |
parent | e868de687da060a109bd67fd492ed110eb134d47 (diff) | |
download | gitlab-ce-4e0a2e3c968cd6be218577b3a615b888822c99cf.tar.gz |
Bumped the gitlab_git gem version
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ gem 'omniauth-github' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 5.4.0' +gem "gitlab_git", '~> 5.5.0' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |