-
- Downloads
Update code to work with gitlab_git 3
parent
2432015b
No related branches found
No related tags found
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/controllers/projects/blame_controller.rb 1 addition, 1 deletionapp/controllers/projects/blame_controller.rb
- app/controllers/projects/blob_controller.rb 1 addition, 1 deletionapp/controllers/projects/blob_controller.rb
- app/controllers/projects/raw_controller.rb 2 additions, 2 deletionsapp/controllers/projects/raw_controller.rb
- app/controllers/projects/refs_controller.rb 2 additions, 1 deletionapp/controllers/projects/refs_controller.rb
- app/controllers/projects/tree_controller.rb 2 additions, 0 deletionsapp/controllers/projects/tree_controller.rb
- app/helpers/blobs_helper.rb 5 additions, 0 deletionsapp/helpers/blobs_helper.rb
- app/helpers/tree_helper.rb 5 additions, 5 deletionsapp/helpers/tree_helper.rb
- app/models/repository.rb 7 additions, 2 deletionsapp/models/repository.rb
- app/models/tree.rb 16 additions, 8 deletionsapp/models/tree.rb
- app/views/projects/commits/_diffs.html.haml 4 additions, 4 deletionsapp/views/projects/commits/_diffs.html.haml
- app/views/projects/tree/_tree.html.haml 1 addition, 1 deletionapp/views/projects/tree/_tree.html.haml
- config/initializers/5_backend.rb 0 additions, 3 deletionsconfig/initializers/5_backend.rb
- lib/extracts_path.rb 5 additions, 3 deletionslib/extracts_path.rb
Loading
| Loading
| @@ -23,7 +23,7 @@ gem 'omniauth-github' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '2.3.1' | ||
gem "gitlab_git", "~> 3.0.0.beta1" | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 1.0.1', require: 'grack' | ||
Loading
| Loading
|
app/helpers/blobs_helper.rb
0 → 100644
Please register or sign in to comment