diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-01 20:49:11 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-01 20:49:11 +0200 |
commit | 734a4ba87de7bc8cf152c5bc7f93ba04210b282d (patch) | |
tree | 56ed5cd6a3c65dadee09246338417c0676995882 /Gemfile | |
parent | 76ae871908b83c9de9fb05f6cf491153209a79d4 (diff) | |
download | gitlab-ce-734a4ba87de7bc8cf152c5bc7f93ba04210b282d.tar.gz |
Create and edit files in web editor via rugged
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.1.13' +gem "gitlab_git", '~> 7.2.0' # Ruby/Rack Git Smart-HTTP Server Handler # GitLab fork with a lot of changes (improved thread-safety, better memory usage etc) |