-
- Downloads
Create and edit files in web editor via rugged
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/models/repository.rb 25 additions, 0 deletionsapp/models/repository.rb
- app/services/files/create_service.rb 17 additions, 7 deletionsapp/services/files/create_service.rb
- app/services/files/update_service.rb 17 additions, 7 deletionsapp/services/files/update_service.rb
Loading
| Loading
| @@ -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) | ||
Loading
| Loading
|
Please register or sign in to comment