diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-01 21:17:13 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-01 21:17:13 +0200 |
commit | 27a158506e033acd7195acf91995c1574e122832 (patch) | |
tree | 04cd8ed0f367163566bf54e29ada9292efea246b /Gemfile | |
parent | 734a4ba87de7bc8cf152c5bc7f93ba04210b282d (diff) | |
download | gitlab-ce-27a158506e033acd7195acf91995c1574e122832.tar.gz |
Fix adding new file to empty repo
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ gem "browser" # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 7.2.0' +gem "gitlab_git", '~> 7.2.1' # Ruby/Rack Git Smart-HTTP Server Handler # GitLab fork with a lot of changes (improved thread-safety, better memory usage etc) |