PageRenderTime 41ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/Gemfile

https://gitlab.com/Clusterfack/gitlab-ce
Gemfile | 278 lines | 150 code | 66 blank | 62 comment | 0 complexity | e53dd75a0d242317d2cddbddc5bd590e MD5 | raw file
Possible License(s): CC-BY-3.0
  1. source "https://rubygems.org"
  2. gem 'rails', '4.1.11'
  3. # Specify a sprockets version due to security issue
  4. # See https://groups.google.com/forum/#!topic/rubyonrails-security/doAVp0YaTqY
  5. gem 'sprockets', '~> 2.12.3'
  6. # Default values for AR models
  7. gem "default_value_for", "~> 3.0.0"
  8. # Supported DBs
  9. gem "mysql2", group: :mysql
  10. gem "pg", group: :postgres
  11. # Authentication libraries
  12. gem "devise", '3.2.4'
  13. gem "devise-async", '0.9.0'
  14. gem 'omniauth', "~> 1.2.2"
  15. gem 'omniauth-google-oauth2'
  16. gem 'omniauth-twitter'
  17. gem 'omniauth-github'
  18. gem 'omniauth-shibboleth'
  19. gem 'omniauth-kerberos', group: :kerberos
  20. gem 'omniauth-gitlab'
  21. gem 'omniauth-bitbucket'
  22. gem 'omniauth-saml', '~> 1.4.0'
  23. gem 'doorkeeper', '2.1.3'
  24. gem "rack-oauth2", "~> 1.0.5"
  25. # Two-factor authentication
  26. gem 'devise-two-factor'
  27. gem 'rqrcode-rails3'
  28. gem 'attr_encrypted', '1.3.4'
  29. # Browser detection
  30. gem "browser", '~> 1.0.0'
  31. # Extracting information from a git repository
  32. # Provide access to Gitlab::Git library
  33. gem "gitlab_git", '~> 7.2.15'
  34. # Ruby/Rack Git Smart-HTTP Server Handler
  35. # GitLab fork with a lot of changes (improved thread-safety, better memory usage etc)
  36. # For full list of changes see https://github.com/SaitoWu/grack/compare/master...gitlabhq:master
  37. gem 'gitlab-grack', '~> 2.0.2', require: 'grack'
  38. # LDAP Auth
  39. # GitLab fork with several improvements to original library. For full list of changes
  40. # see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master
  41. gem 'gitlab_omniauth-ldap', '1.2.1', require: "omniauth-ldap"
  42. # Git Wiki
  43. gem 'gollum-lib', '~> 4.0.2'
  44. # Language detection
  45. # GitLab fork of linguist does not require pygments/python dependency.
  46. # New version of original gem also dropped pygments support but it has strict
  47. # dependency to unstable rugged version. We have internal issue for replacing
  48. # fork with original gem when we meet on same rugged version - https://dev.gitlab.org/gitlab/gitlabhq/issues/2052.
  49. gem "gitlab-linguist", "~> 3.0.1", require: "linguist"
  50. # API
  51. gem "grape", "~> 0.6.1"
  52. gem "grape-entity", "~> 0.4.2"
  53. gem 'rack-cors', require: 'rack/cors'
  54. # Format dates and times
  55. # based on human-friendly examples
  56. gem "stamp"
  57. # Enumeration fields
  58. gem 'enumerize'
  59. # Pagination
  60. gem "kaminari", "~> 0.15.1"
  61. # HAML
  62. gem "haml-rails"
  63. # Files attachments
  64. gem "carrierwave"
  65. # Drag and Drop UI
  66. gem 'dropzonejs-rails'
  67. # for aws storage
  68. gem "fog", "~> 1.25.0"
  69. gem "unf"
  70. # Authorization
  71. gem "six"
  72. # Seed data
  73. gem "seed-fu"
  74. # Markdown and HTML processing
  75. gem 'html-pipeline', '~> 1.11.0'
  76. gem 'task_list', '1.0.2', require: 'task_list/railtie'
  77. gem 'github-markup'
  78. gem 'redcarpet', '~> 3.3.2'
  79. gem 'RedCloth'
  80. gem 'rdoc', '~>3.6'
  81. gem 'org-ruby', '= 0.9.12'
  82. gem 'creole', '~>0.3.6'
  83. gem 'wikicloth', '=0.8.1'
  84. gem 'asciidoctor', '~> 1.5.2'
  85. # Diffs
  86. gem 'diffy', '~> 3.0.3'
  87. # Application server
  88. group :unicorn do
  89. gem "unicorn", '~> 4.6.3'
  90. gem 'unicorn-worker-killer'
  91. end
  92. # State machine
  93. gem "state_machine"
  94. # Issue tags
  95. gem 'acts-as-taggable-on', '~> 3.4'
  96. # Background jobs
  97. gem 'slim'
  98. gem 'sinatra', require: nil
  99. gem 'sidekiq', '~> 3.3'
  100. gem 'sidetiq', '0.6.3'
  101. # HTTP requests
  102. gem "httparty"
  103. # Colored output to console
  104. gem "colored"
  105. # GitLab settings
  106. gem 'settingslogic'
  107. # Misc
  108. gem "foreman"
  109. gem 'version_sorter'
  110. # Cache
  111. gem "redis-rails"
  112. # Campfire integration
  113. gem 'tinder', '~> 1.9.2'
  114. # HipChat integration
  115. gem 'hipchat', '~> 1.5.0'
  116. # Flowdock integration
  117. gem "gitlab-flowdock-git-hook", "~> 1.0.1"
  118. # Gemnasium integration
  119. gem "gemnasium-gitlab-service", "~> 0.2"
  120. # Slack integration
  121. gem "slack-notifier", "~> 1.0.0"
  122. # Asana integration
  123. gem 'asana', '~> 0.0.6'
  124. # d3
  125. gem 'd3_rails', '~> 3.5.5'
  126. #cal-heatmap
  127. gem "cal-heatmap-rails", "~> 0.0.1"
  128. # underscore-rails
  129. gem "underscore-rails", "~> 1.4.4"
  130. # Sanitize user input
  131. gem "sanitize", '~> 2.0'
  132. # Protect against bruteforcing
  133. gem "rack-attack", '~> 4.3.0'
  134. # Ace editor
  135. gem 'ace-rails-ap'
  136. # Keyboard shortcuts
  137. gem 'mousetrap-rails'
  138. # Detect and convert string character encoding
  139. gem 'charlock_holmes'
  140. gem "sass-rails", '~> 4.0.5'
  141. gem "coffee-rails"
  142. gem "uglifier"
  143. gem 'turbolinks', '~> 2.5.0'
  144. gem 'jquery-turbolinks'
  145. gem 'addressable'
  146. gem 'bootstrap-sass', '~> 3.0'
  147. gem 'font-awesome-rails', '~> 4.2'
  148. gem 'gitlab_emoji', '~> 0.1'
  149. gem 'gon', '~> 5.0.0'
  150. gem 'jquery-atwho-rails', '~> 1.0.0'
  151. gem 'jquery-rails', '3.1.3'
  152. gem 'jquery-scrollto-rails'
  153. gem 'jquery-ui-rails'
  154. gem 'nprogress-rails'
  155. gem 'raphael-rails', '~> 2.1.2'
  156. gem 'request_store'
  157. gem 'select2-rails', '~> 3.5.9'
  158. gem 'virtus'
  159. group :development do
  160. gem 'brakeman', require: false
  161. gem "annotate", "~> 2.6.0.beta2"
  162. gem "letter_opener"
  163. gem 'quiet_assets', '~> 1.0.1'
  164. gem 'rack-mini-profiler', require: false
  165. gem 'rerun', '~> 0.10.0'
  166. # Better errors handler
  167. gem 'better_errors'
  168. gem 'binding_of_caller'
  169. # Docs generator
  170. gem "sdoc"
  171. # thin instead webrick
  172. gem 'thin'
  173. end
  174. group :development, :test do
  175. gem 'awesome_print'
  176. gem 'byebug', platform: :mri
  177. gem 'fuubar', '~> 2.0.0'
  178. gem 'pry-rails'
  179. gem 'coveralls', '~> 0.8.2', require: false
  180. gem 'database_cleaner', '~> 1.4.0'
  181. gem 'factory_girl_rails'
  182. gem 'rspec-rails', '~> 3.3.0'
  183. gem 'rubocop', '0.28.0', require: false
  184. gem 'spinach-rails'
  185. # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
  186. gem 'minitest', '~> 5.3.0'
  187. # Generate Fake data
  188. gem 'ffaker', '~> 2.0.0'
  189. gem 'capybara', '~> 2.4.0'
  190. gem 'capybara-screenshot', '~> 1.0.0'
  191. gem 'poltergeist', '~> 1.6.0'
  192. gem 'teaspoon', '~> 1.0.0'
  193. gem 'teaspoon-jasmine'
  194. gem 'spring', '~> 1.3.1'
  195. gem 'spring-commands-rspec', '~> 1.0.0'
  196. gem 'spring-commands-spinach', '~> 1.0.0'
  197. gem 'spring-commands-teaspoon', '~> 0.0.2'
  198. end
  199. group :test do
  200. gem 'simplecov', require: false
  201. gem 'shoulda-matchers', '~> 2.8.0', require: false
  202. gem 'email_spec', '~> 1.6.0'
  203. gem 'webmock', '~> 1.21.0'
  204. gem 'test_after_commit'
  205. end
  206. group :production do
  207. gem "gitlab_meta", '7.0'
  208. end
  209. gem "newrelic_rpm"
  210. gem 'octokit', '3.7.0'
  211. gem "mail_room", "~> 0.4.1"
  212. gem 'email_reply_parser'