diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-02 11:41:21 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-02 11:41:21 +0200 |
commit | 8997812626b85ff0838ec60047d17e0c5f2a5aca (patch) | |
tree | 22a7d199ad187919045e05c195304b1687d804e4 /Gemfile | |
parent | 8ad5f0848361b07d3f50f087da942aea63bc9f33 (diff) | |
download | gitlab-ce-8997812626b85ff0838ec60047d17e0c5f2a5aca.tar.gz |
Remove files in web editor using 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.2.1' +gem "gitlab_git", '~> 7.2.2' # Ruby/Rack Git Smart-HTTP Server Handler # GitLab fork with a lot of changes (improved thread-safety, better memory usage etc) |