debian-mirror-gitlab/Gemfile

308 lines
7.1 KiB
Ruby
Raw Normal View History

2014-09-02 18:07:02 +05:30
source "https://rubygems.org"
2015-12-23 02:04:40 +05:30
gem 'rails', '4.2.4'
gem 'rails-deprecated_sanitizer', '~> 1.0.3'
# Responders respond_to and respond_with
gem 'responders', '~> 2.0'
2014-09-02 18:07:02 +05:30
2015-09-11 14:41:01 +05:30
# Specify a sprockets version due to security issue
# See https://groups.google.com/forum/#!topic/rubyonrails-security/doAVp0YaTqY
gem 'sprockets', '~> 2.12.3'
2014-09-02 18:07:02 +05:30
# Default values for AR models
gem "default_value_for", "~> 3.0.0"
# Supported DBs
2015-09-25 12:07:36 +05:30
gem "mysql2", '~> 0.3.16', group: :mysql
gem "pg", '~> 0.18.2', group: :postgres
2014-09-02 18:07:02 +05:30
2015-09-11 14:41:01 +05:30
# Authentication libraries
2015-12-23 02:04:40 +05:30
gem 'devise', '~> 3.5.3'
2015-10-24 18:46:33 +05:30
gem 'devise-async', '~> 0.9.0'
2015-12-23 02:04:40 +05:30
gem 'doorkeeper', '~> 2.2.0'
2015-10-24 18:46:33 +05:30
gem 'omniauth', '~> 1.2.2'
gem 'omniauth-bitbucket', '~> 0.0.2'
2015-11-26 14:37:03 +05:30
gem 'omniauth-facebook', '~> 3.0.0'
2015-10-24 18:46:33 +05:30
gem 'omniauth-github', '~> 1.1.1'
gem 'omniauth-gitlab', '~> 1.0.0'
gem 'omniauth-google-oauth2', '~> 0.2.0'
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos
gem 'omniauth-saml', '~> 1.4.0'
gem 'omniauth-shibboleth', '~> 1.2.0'
gem 'omniauth-twitter', '~> 1.2.0'
2015-09-25 12:07:36 +05:30
gem 'omniauth_crowd'
2015-12-23 02:04:40 +05:30
gem 'rack-oauth2', '~> 1.2.1'
2015-04-26 12:48:37 +05:30
2015-09-11 14:41:01 +05:30
# Two-factor authentication
2015-09-25 12:07:36 +05:30
gem 'devise-two-factor', '~> 2.0.0'
gem 'rqrcode-rails3', '~> 0.1.7'
gem 'attr_encrypted', '~> 1.3.4'
2015-09-11 14:41:01 +05:30
2015-04-26 12:48:37 +05:30
# Browser detection
2015-09-25 12:07:36 +05:30
gem "browser", '~> 1.0.0'
2014-09-02 18:07:02 +05:30
# Extracting information from a git repository
# Provide access to Gitlab::Git library
2015-11-26 14:37:03 +05:30
gem "gitlab_git", '~> 7.2.20'
2014-09-02 18:07:02 +05:30
# LDAP Auth
2015-09-11 14:41:01 +05:30
# GitLab fork with several improvements to original library. For full list of changes
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master
2015-09-25 12:07:36 +05:30
gem 'gitlab_omniauth-ldap', '~> 1.2.1', require: "omniauth-ldap"
2014-09-02 18:07:02 +05:30
# Git Wiki
2015-12-23 02:04:40 +05:30
gem 'gollum-lib', '~> 4.1.0'
2014-09-02 18:07:02 +05:30
# Language detection
2015-11-26 14:37:03 +05:30
gem "github-linguist", "~> 4.7.0", require: "linguist"
2014-09-02 18:07:02 +05:30
# API
2015-11-26 14:37:03 +05:30
gem 'grape', '~> 0.13.0'
2015-10-24 18:46:33 +05:30
gem 'grape-entity', '~> 0.4.2'
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
2014-09-02 18:07:02 +05:30
# Format dates and times
# based on human-friendly examples
2015-11-26 14:37:03 +05:30
gem "stamp", '~> 0.6.0'
2014-09-02 18:07:02 +05:30
# Pagination
2015-10-24 18:46:33 +05:30
gem "kaminari", "~> 0.16.3"
2014-09-02 18:07:02 +05:30
# HAML
2015-10-24 18:46:33 +05:30
gem "haml-rails", '~> 0.9.0'
2014-09-02 18:07:02 +05:30
# Files attachments
2015-09-25 12:07:36 +05:30
gem "carrierwave", '~> 0.9.0'
2014-09-02 18:07:02 +05:30
# Drag and Drop UI
2015-09-25 12:07:36 +05:30
gem 'dropzonejs-rails', '~> 0.7.1'
2014-09-02 18:07:02 +05:30
# for aws storage
2015-09-11 14:41:01 +05:30
gem "fog", "~> 1.25.0"
2015-09-25 12:07:36 +05:30
gem "unf", '~> 0.1.4'
2014-09-02 18:07:02 +05:30
# Authorization
2015-09-25 12:07:36 +05:30
gem "six", '~> 0.2.0'
2014-09-02 18:07:02 +05:30
# Seed data
2015-09-25 12:07:36 +05:30
gem "seed-fu", '~> 2.3.5'
2014-09-02 18:07:02 +05:30
2015-09-11 14:41:01 +05:30
# Markdown and HTML processing
gem 'html-pipeline', '~> 1.11.0'
2015-09-25 12:07:36 +05:30
gem 'task_list', '~> 1.0.2', require: 'task_list/railtie'
gem 'github-markup', '~> 1.3.1'
2015-10-24 18:46:33 +05:30
gem 'redcarpet', '~> 3.3.3'
2015-09-25 12:07:36 +05:30
gem 'RedCloth', '~> 4.2.9'
2015-09-11 14:41:01 +05:30
gem 'rdoc', '~>3.6'
2015-09-25 12:07:36 +05:30
gem 'org-ruby', '~> 0.9.12'
2015-12-23 02:04:40 +05:30
gem 'creole', '~> 0.5.0'
2015-09-25 12:07:36 +05:30
gem 'wikicloth', '0.8.1'
2015-09-11 14:41:01 +05:30
gem 'asciidoctor', '~> 1.5.2'
2015-12-23 02:04:40 +05:30
gem 'rouge', '~> 1.10.1'
# See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s
gem 'nokogiri', '1.6.7.1'
2014-09-02 18:07:02 +05:30
# Diffs
gem 'diffy', '~> 3.0.3'
# Application server
group :unicorn do
2015-09-25 12:07:36 +05:30
gem "unicorn", '~> 4.8.2'
gem 'unicorn-worker-killer', '~> 0.4.2'
2014-09-02 18:07:02 +05:30
end
# State machine
2015-11-26 14:37:03 +05:30
gem "state_machines-activerecord", '~> 0.3.0'
2015-10-24 18:46:33 +05:30
# Run events after state machine commits
gem 'after_commit_queue'
2014-09-02 18:07:02 +05:30
# Issue tags
2015-04-26 12:48:37 +05:30
gem 'acts-as-taggable-on', '~> 3.4'
2014-09-02 18:07:02 +05:30
# Background jobs
2015-09-25 12:07:36 +05:30
gem 'sinatra', '~> 1.4.4', require: nil
2015-12-23 02:04:40 +05:30
gem 'sidekiq', '~> 4.0'
gem 'sidekiq-cron', '~> 0.4.0'
gem 'redis-namespace'
2014-09-02 18:07:02 +05:30
# HTTP requests
2015-09-25 12:07:36 +05:30
gem "httparty", '~> 0.13.3'
2014-09-02 18:07:02 +05:30
# Colored output to console
2015-12-23 02:04:40 +05:30
gem "colorize", '~> 0.7.0'
2014-09-02 18:07:02 +05:30
# GitLab settings
2015-09-25 12:07:36 +05:30
gem 'settingslogic', '~> 2.0.9'
2014-09-02 18:07:02 +05:30
# Misc
2015-09-25 12:07:36 +05:30
gem 'version_sorter', '~> 2.0.0'
2014-09-02 18:07:02 +05:30
# Cache
2015-09-25 12:07:36 +05:30
gem "redis-rails", '~> 4.0.0'
2014-09-02 18:07:02 +05:30
# Campfire integration
2015-10-24 18:46:33 +05:30
gem 'tinder', '~> 1.10.0'
2014-09-02 18:07:02 +05:30
# HipChat integration
2015-09-11 14:41:01 +05:30
gem 'hipchat', '~> 1.5.0'
2014-09-02 18:07:02 +05:30
# Flowdock integration
2015-09-11 14:41:01 +05:30
gem "gitlab-flowdock-git-hook", "~> 1.0.1"
2014-09-02 18:07:02 +05:30
# Gemnasium integration
gem "gemnasium-gitlab-service", "~> 0.2"
# Slack integration
2015-10-24 18:46:33 +05:30
gem "slack-notifier", "~> 1.2.0"
2015-04-26 12:48:37 +05:30
# Asana integration
2015-12-23 02:04:40 +05:30
gem 'asana', '~> 0.4.0'
2014-09-02 18:07:02 +05:30
2015-09-25 12:07:36 +05:30
# FogBugz integration
gem 'ruby-fogbugz', '~> 0.2.1'
2014-09-02 18:07:02 +05:30
# d3
2015-09-11 14:41:01 +05:30
gem 'd3_rails', '~> 3.5.5'
2014-09-02 18:07:02 +05:30
2015-04-26 12:48:37 +05:30
#cal-heatmap
gem "cal-heatmap-rails", "~> 0.0.1"
2014-09-02 18:07:02 +05:30
# underscore-rails
gem "underscore-rails", "~> 1.4.4"
# Sanitize user input
gem "sanitize", '~> 2.0'
2015-12-23 02:04:40 +05:30
gem 'babosa', '~> 1.0.2'
2014-09-02 18:07:02 +05:30
# Protect against bruteforcing
2015-12-23 02:04:40 +05:30
gem "rack-attack", '~> 4.3.1'
2014-09-02 18:07:02 +05:30
# Ace editor
2015-09-25 12:07:36 +05:30
gem 'ace-rails-ap', '~> 2.0.1'
2014-09-02 18:07:02 +05:30
2015-04-26 12:48:37 +05:30
# Keyboard shortcuts
2015-09-25 12:07:36 +05:30
gem 'mousetrap-rails', '~> 1.4.6'
2015-04-26 12:48:37 +05:30
# Detect and convert string character encoding
2015-11-26 14:37:03 +05:30
gem 'charlock_holmes', '~> 0.7.3'
2014-09-02 18:07:02 +05:30
2015-09-11 14:41:01 +05:30
gem "sass-rails", '~> 4.0.5'
2015-09-25 12:07:36 +05:30
gem "coffee-rails", '~> 4.1.0'
2015-10-24 18:46:33 +05:30
gem "uglifier", '~> 2.7.2'
2015-09-11 14:41:01 +05:30
gem 'turbolinks', '~> 2.5.0'
2015-12-23 02:04:40 +05:30
gem 'jquery-turbolinks', '~> 2.1.0'
2014-09-02 18:07:02 +05:30
2015-09-25 12:07:36 +05:30
gem 'addressable', '~> 2.3.8'
2015-09-11 14:41:01 +05:30
gem 'bootstrap-sass', '~> 3.0'
gem 'font-awesome-rails', '~> 4.2'
2015-12-23 02:04:40 +05:30
gem 'gitlab_emoji', '~> 0.2.0'
gem 'gon', '~> 6.0.1'
2015-11-26 14:37:03 +05:30
gem 'jquery-atwho-rails', '~> 1.3.2'
2015-09-25 12:07:36 +05:30
gem 'jquery-rails', '~> 3.1.3'
gem 'jquery-scrollto-rails', '~> 1.4.3'
gem 'jquery-ui-rails', '~> 4.2.1'
2015-11-26 14:37:03 +05:30
gem 'nprogress-rails', '~> 0.1.6.7'
2015-09-11 14:41:01 +05:30
gem 'raphael-rails', '~> 2.1.2'
2015-09-25 12:07:36 +05:30
gem 'request_store', '~> 1.2.0'
2015-09-11 14:41:01 +05:30
gem 'select2-rails', '~> 3.5.9'
2015-09-25 12:07:36 +05:30
gem 'virtus', '~> 1.0.1'
2015-12-23 02:04:40 +05:30
gem 'net-ssh', '~> 3.0.1'
2014-09-02 18:07:02 +05:30
group :development do
2015-09-25 12:07:36 +05:30
gem "foreman"
gem 'brakeman', '3.0.1', require: false
gem "annotate", "~> 2.6.0"
gem "letter_opener", '~> 1.1.2'
gem 'quiet_assets', '~> 1.0.2'
2015-12-23 02:04:40 +05:30
gem 'rerun', '~> 0.11.0'
2015-10-24 18:46:33 +05:30
gem 'bullet', require: false
2015-11-26 14:37:03 +05:30
gem 'rblineprof', platform: :mri, require: false
2015-12-23 02:04:40 +05:30
gem 'web-console', '~> 2.0'
2014-09-02 18:07:02 +05:30
# Better errors handler
2015-09-25 12:07:36 +05:30
gem 'better_errors', '~> 1.0.1'
gem 'binding_of_caller', '~> 0.7.2'
2014-09-02 18:07:02 +05:30
# Docs generator
2015-09-25 12:07:36 +05:30
gem "sdoc", '~> 0.3.20'
2014-09-02 18:07:02 +05:30
# thin instead webrick
2015-09-25 12:07:36 +05:30
gem 'thin', '~> 1.6.1'
2014-09-02 18:07:02 +05:30
end
group :development, :test do
2015-09-11 14:41:01 +05:30
gem 'byebug', platform: :mri
gem 'pry-rails'
2015-09-25 12:07:36 +05:30
gem 'awesome_print', '~> 1.2.0'
gem 'fuubar', '~> 2.0.0'
2015-09-11 14:41:01 +05:30
gem 'database_cleaner', '~> 1.4.0'
2015-09-25 12:07:36 +05:30
gem 'factory_girl_rails', '~> 4.3.0'
2015-09-11 14:41:01 +05:30
gem 'rspec-rails', '~> 3.3.0'
2015-09-25 12:07:36 +05:30
gem 'spinach-rails', '~> 0.2.1'
2014-09-02 18:07:02 +05:30
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
2015-09-25 12:07:36 +05:30
gem 'minitest', '~> 5.7.0'
2014-09-02 18:07:02 +05:30
# Generate Fake data
2015-09-11 14:41:01 +05:30
gem 'ffaker', '~> 2.0.0'
2014-09-02 18:07:02 +05:30
2015-09-11 14:41:01 +05:30
gem 'capybara', '~> 2.4.0'
gem 'capybara-screenshot', '~> 1.0.0'
2015-12-23 02:04:40 +05:30
gem 'poltergeist', '~> 1.8.1'
2014-09-02 18:07:02 +05:30
2015-09-11 14:41:01 +05:30
gem 'teaspoon', '~> 1.0.0'
2015-09-25 12:07:36 +05:30
gem 'teaspoon-jasmine', '~> 2.2.0'
2015-04-26 12:48:37 +05:30
2015-09-25 12:07:36 +05:30
gem 'spring', '~> 1.3.6'
gem 'spring-commands-rspec', '~> 1.0.4'
2015-09-11 14:41:01 +05:30
gem 'spring-commands-spinach', '~> 1.0.0'
gem 'spring-commands-teaspoon', '~> 0.0.2'
2015-09-25 12:07:36 +05:30
2015-12-23 02:04:40 +05:30
gem 'rubocop', '~> 0.35.0', require: false
2015-09-25 12:07:36 +05:30
gem 'coveralls', '~> 0.8.2', require: false
gem 'simplecov', '~> 0.10.0', require: false
2015-11-26 14:37:03 +05:30
gem 'flog', require: false
gem 'flay', require: false
2015-12-23 02:04:40 +05:30
gem 'bundler-audit', require: false
2015-10-24 18:46:33 +05:30
gem 'benchmark-ips', require: false
2014-09-02 18:07:02 +05:30
end
group :test do
2015-09-11 14:41:01 +05:30
gem 'shoulda-matchers', '~> 2.8.0', require: false
gem 'email_spec', '~> 1.6.0'
gem 'webmock', '~> 1.21.0'
2015-12-23 02:04:40 +05:30
gem 'test_after_commit', '~> 0.4.2'
2015-09-25 12:07:36 +05:30
gem 'sham_rack'
2014-09-02 18:07:02 +05:30
end
group :production do
gem "gitlab_meta", '7.0'
end
2015-04-26 12:48:37 +05:30
2015-09-25 12:07:36 +05:30
gem "newrelic_rpm", '~> 3.9.4.245'
gem 'newrelic-grape'
gem 'octokit', '~> 3.7.0'
2015-10-24 18:46:33 +05:30
gem "mail_room", "~> 0.6.1"
2015-09-25 12:07:36 +05:30
gem 'email_reply_parser', '~> 0.5.8'
## CI
gem 'activerecord-deprecated_finders', '~> 1.0.3'
gem 'activerecord-session_store', '~> 0.1.0'
gem "nested_form", '~> 0.3.2'
# OAuth
gem 'oauth2', '~> 1.0.0'
# Soft deletion
gem "paranoia", "~> 2.0"