Añade el plugin Redmine Git Hosting 5.0.0
This commit is contained in:
parent
cfa0d58b18
commit
a3bddad233
458 changed files with 30396 additions and 1 deletions
56
plugins/redmine_git_hosting/Gemfile
Normal file
56
plugins/redmine_git_hosting/Gemfile
Normal file
|
@ -0,0 +1,56 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
# Gitolite Admin repository management
|
||||
gem 'gitolite-rugged', git: 'https://github.com/jbox-web/gitolite-rugged.git', tag: '1.2.0'
|
||||
|
||||
# Ruby/Rack Git Smart-HTTP Server Handler
|
||||
gem 'gitlab-grack', '~> 2.0.0', git: 'https://github.com/jbox-web/grack.git', require: 'grack', branch: 'fix_gemfile'
|
||||
|
||||
# Memcached client for GitCache
|
||||
gem 'dalli'
|
||||
|
||||
# Redis client for GitCache
|
||||
gem 'hiredis'
|
||||
gem 'redis'
|
||||
|
||||
# Markdown rendering
|
||||
gem 'deckar01-task_list'
|
||||
gem 'escape_utils'
|
||||
gem 'html-pipeline'
|
||||
gem 'rinku'
|
||||
|
||||
# Syntaxic coloration
|
||||
gem 'asciidoctor'
|
||||
gem 'creole'
|
||||
gem 'github-markup'
|
||||
gem 'org-ruby'
|
||||
gem 'RedCloth'
|
||||
|
||||
# Rack parser for Hrack
|
||||
gem 'rack-parser', require: 'rack/parser'
|
||||
|
||||
# temp autoloading fix
|
||||
gem 'sidekiq'
|
||||
gem 'sshkey'
|
||||
|
||||
group :development, :test do
|
||||
gem 'rails-controller-testing'
|
||||
gem 'rspec'
|
||||
gem 'rspec-rails', '~> 3.5', '>= 3.5.2'
|
||||
|
||||
gem 'shoulda', '~> 3.5.0'
|
||||
gem 'shoulda-context'
|
||||
gem 'shoulda-matchers', '~> 2.7.0'
|
||||
|
||||
gem 'database_cleaner'
|
||||
gem 'factory_bot_rails', '< 5.0'
|
||||
|
||||
# Publish to CodeClimate
|
||||
gem 'codeclimate-test-reporter', require: false
|
||||
end
|
||||
|
||||
group :development do
|
||||
gem 'bullet'
|
||||
gem 'spring'
|
||||
gem 'spring-commands-rspec'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue