PageRenderTime 24ms CodeModel.GetById 26ms RepoModel.GetById 1ms app.codeStats 0ms

/Gemfile

https://gitlab.com/sijis/gitlab-ee
Gemfile | 278 lines | 151 code | 65 blank | 62 comment | 0 complexity | 4df04a23d5975c3c0436530161eaa42c 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'
  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", '~> 0.8.0'
  31. # Extracting information from a git repository
  32. # Provide access to Gitlab::Git library
  33. gem "gitlab_git", '~> 7.2.5'
  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. gem 'net-ldap'
  43. # Git Wiki
  44. gem 'gollum-lib', '~> 4.0.2'
  45. # Language detection
  46. # GitLab fork of linguist does not require pygments/python dependency.
  47. # New version of original gem also dropped pygments support but it has strict
  48. # dependency to unstable rugged version. We have internal issue for replacing
  49. # fork with original gem when we meet on same rugged version - https://dev.gitlab.org/gitlab/gitlabhq/issues/2052.
  50. gem "gitlab-linguist", "~> 3.0.1", require: "linguist"
  51. # API
  52. gem "grape", "~> 0.6.1"
  53. gem "grape-entity", "~> 0.4.2"
  54. gem 'rack-cors', require: 'rack/cors'
  55. # Format dates and times
  56. # based on human-friendly examples
  57. gem "stamp"
  58. # Enumeration fields
  59. gem 'enumerize'
  60. # Pagination
  61. gem "kaminari", "~> 0.15.1"
  62. # HAML
  63. gem "haml-rails"
  64. # Files attachments
  65. gem "carrierwave"
  66. # Drag and Drop UI
  67. gem 'dropzonejs-rails'
  68. # for aws storage
  69. gem "fog", "~> 1.25.0"
  70. gem "unf"
  71. # Authorization
  72. gem "six"
  73. # Seed data
  74. gem "seed-fu"
  75. # Markdown and HTML processing
  76. gem 'html-pipeline', '~> 1.11.0'
  77. gem 'task_list', '1.0.2', require: 'task_list/railtie'
  78. gem 'github-markup'
  79. gem 'redcarpet', '~> 3.3.2'
  80. gem 'RedCloth'
  81. gem 'rdoc', '~>3.6'
  82. gem 'org-ruby', '= 0.9.12'
  83. gem 'creole', '~>0.3.6'
  84. gem 'wikicloth', '=0.8.1'
  85. gem 'asciidoctor', '~> 1.5.2'
  86. # Diffs
  87. gem 'diffy', '~> 3.0.3'
  88. # Application server
  89. group :unicorn do
  90. gem "unicorn", '~> 4.6.3'
  91. gem 'unicorn-worker-killer'
  92. end
  93. # State machine
  94. gem "state_machine"
  95. # Issue tags
  96. gem 'acts-as-taggable-on', '~> 3.4'
  97. # Background jobs
  98. gem 'slim'
  99. gem 'sinatra', require: nil
  100. gem 'sidekiq', '~> 3.3'
  101. gem 'sidetiq', '0.6.3'
  102. # HTTP requests
  103. gem "httparty"
  104. # Colored output to console
  105. gem "colored"
  106. # GitLab settings
  107. gem 'settingslogic'
  108. # Misc
  109. gem "foreman"
  110. gem 'version_sorter'
  111. # Cache
  112. gem "redis-rails"
  113. # Campfire integration
  114. gem 'tinder', '~> 1.9.2'
  115. # HipChat integration
  116. gem 'hipchat', '~> 1.5.0'
  117. # Flowdock integration
  118. gem "gitlab-flowdock-git-hook", "~> 0.4.2"
  119. # Gemnasium integration
  120. gem "gemnasium-gitlab-service", "~> 0.2"
  121. # Slack integration
  122. gem "slack-notifier", "~> 1.0.0"
  123. # Asana integration
  124. gem 'asana', '~> 0.0.6'
  125. # d3
  126. gem 'd3_rails', '~> 3.5.5'
  127. #cal-heatmap
  128. gem "cal-heatmap-rails", "~> 0.0.1"
  129. # underscore-rails
  130. gem "underscore-rails", "~> 1.4.4"
  131. # Sanitize user input
  132. gem "sanitize", '~> 2.0'
  133. # Protect against bruteforcing
  134. gem "rack-attack", '~> 4.3.0'
  135. # Ace editor
  136. gem 'ace-rails-ap'
  137. # Keyboard shortcuts
  138. gem 'mousetrap-rails'
  139. # Detect and convert string character encoding
  140. gem 'charlock_holmes'
  141. gem "sass-rails", '~> 4.0.5'
  142. gem "coffee-rails"
  143. gem "uglifier"
  144. gem 'turbolinks', '~> 2.5.0'
  145. gem 'jquery-turbolinks'
  146. gem 'addressable'
  147. gem 'bootstrap-sass', '~> 3.0'
  148. gem 'font-awesome-rails', '~> 4.2'
  149. gem 'gitlab_emoji', '~> 0.1'
  150. gem 'gon', '~> 5.0.0'
  151. gem 'jquery-atwho-rails', '~> 1.0.0'
  152. gem 'jquery-rails', '3.1.3'
  153. gem 'jquery-scrollto-rails'
  154. gem 'jquery-ui-rails'
  155. gem 'nprogress-rails'
  156. gem 'raphael-rails', '~> 2.1.2'
  157. gem 'request_store'
  158. gem 'select2-rails', '~> 3.5.9'
  159. gem 'virtus'
  160. gem "gitlab-license", "~> 0.0.2"
  161. group :development do
  162. gem 'brakeman', require: false
  163. gem "annotate", "~> 2.6.0.beta2"
  164. gem "letter_opener"
  165. gem 'quiet_assets', '~> 1.0.1'
  166. gem 'rack-mini-profiler', require: false
  167. gem 'rerun', '~> 0.10.0'
  168. # Better errors handler
  169. gem 'better_errors'
  170. gem 'binding_of_caller'
  171. # Docs generator
  172. gem "sdoc"
  173. # thin instead webrick
  174. gem 'thin'
  175. end
  176. group :development, :test do
  177. gem 'awesome_print'
  178. gem 'byebug'
  179. gem 'fuubar', '~> 2.0.0'
  180. gem 'pry-rails'
  181. gem 'coveralls', '~> 0.8.2', require: false
  182. gem 'database_cleaner', '~> 1.4.0'
  183. gem 'factory_girl_rails'
  184. gem 'rspec-rails', '~> 3.3.0'
  185. gem 'rubocop', '0.28.0', require: false
  186. gem 'spinach-rails'
  187. # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
  188. gem 'minitest', '~> 5.3.0'
  189. # Generate Fake data
  190. gem 'ffaker', '~> 2.0.0'
  191. gem 'capybara', '~> 2.4.0'
  192. gem 'capybara-screenshot', '~> 1.0.0'
  193. gem 'poltergeist', '~> 1.6.0'
  194. gem 'teaspoon', '~> 1.0.0'
  195. gem 'teaspoon-jasmine'
  196. gem 'spring', '~> 1.3.1'
  197. gem 'spring-commands-rspec', '~> 1.0.0'
  198. gem 'spring-commands-spinach', '~> 1.0.0'
  199. gem 'spring-commands-teaspoon', '~> 0.0.2'
  200. end
  201. group :test do
  202. gem 'simplecov', require: false
  203. gem 'shoulda-matchers', '~> 2.8.0', require: false
  204. gem 'email_spec', '~> 1.6.0'
  205. gem 'webmock', '~> 1.21.0'
  206. gem 'test_after_commit'
  207. end
  208. group :production do
  209. gem "gitlab_meta", '7.0'
  210. end
  211. gem "newrelic_rpm"
  212. gem 'octokit', '3.7.0'
  213. gem "rugments", "~> 1.0.0.beta8"