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

/Gemfile

https://gitlab.com/lifuzu/gitlab-ce
Gemfile | 222 lines | 121 code | 55 blank | 46 comment | 0 complexity | 6aa95a8ab9ef1ed0e4c3cbf6671a588f MD5 | raw file
Possible License(s): CC-BY-3.0
  1. source "https://rubygems.org"
  2. def darwin_only(require_as)
  3. RUBY_PLATFORM.include?('darwin') && require_as
  4. end
  5. def linux_only(require_as)
  6. RUBY_PLATFORM.include?('linux') && require_as
  7. end
  8. gem "rails", "~> 4.0.0"
  9. gem "protected_attributes"
  10. gem 'rails-observers'
  11. gem 'actionpack-page_caching'
  12. gem 'actionpack-action_caching'
  13. gem 'activerecord-deprecated_finders'
  14. # Supported DBs
  15. gem "mysql2", group: :mysql
  16. gem "pg", group: :postgres
  17. # Auth
  18. gem "devise", '3.0.4'
  19. gem "devise-async", '0.8.0'
  20. gem 'omniauth', "~> 1.1.3"
  21. gem 'omniauth-google-oauth2'
  22. gem 'omniauth-twitter'
  23. gem 'omniauth-github'
  24. # Extracting information from a git repository
  25. # Provide access to Gitlab::Git library
  26. gem "gitlab_git", "~> 4.0.0"
  27. # Ruby/Rack Git Smart-HTTP Server Handler
  28. gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack'
  29. # LDAP Auth
  30. gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap"
  31. # Syntax highlighter
  32. gem "gitlab-pygments.rb", '~> 0.5.4', require: 'pygments.rb'
  33. # Git Wiki
  34. gem "gitlab-gollum-lib", "~> 1.0.2", require: 'gollum-lib'
  35. # Language detection
  36. gem "gitlab-linguist", "~> 2.9.6", require: "linguist"
  37. # API
  38. gem "grape", "~> 0.6.1"
  39. gem "grape-entity", "~> 0.3.0"
  40. gem 'rack-cors', require: 'rack/cors'
  41. # Format dates and times
  42. # based on human-friendly examples
  43. gem "stamp"
  44. # Enumeration fields
  45. gem 'enumerize'
  46. # Pagination
  47. gem "kaminari", "~> 0.14.1"
  48. # HAML
  49. gem "haml-rails"
  50. # Files attachments
  51. gem "carrierwave"
  52. # for aws storage
  53. gem "fog", "~> 1.3.1", group: :aws
  54. # Authorization
  55. gem "six"
  56. # Seed data
  57. gem "seed-fu"
  58. # Markdown to HTML
  59. gem "redcarpet", "~> 2.2.2"
  60. gem "github-markup", "~> 0.7.4", require: 'github/markup', git: 'https://github.com/gitlabhq/markup.git', ref: '61ade389c1e1c159359338f570d18464a44ddbc4'
  61. # Asciidoc to HTML
  62. gem "asciidoctor"
  63. # Application server
  64. group :unicorn do
  65. gem "unicorn", '~> 4.6.3'
  66. gem 'unicorn-worker-killer'
  67. end
  68. # State machine
  69. gem "state_machine"
  70. # Issue tags
  71. gem "acts-as-taggable-on"
  72. # Background jobs
  73. gem 'slim'
  74. gem 'sinatra', require: nil
  75. gem 'sidekiq'
  76. # HTTP requests
  77. gem "httparty"
  78. # Colored output to console
  79. gem "colored"
  80. # GitLab settings
  81. gem 'settingslogic'
  82. # Misc
  83. gem "foreman"
  84. # Cache
  85. gem "redis-rails"
  86. # Campfire integration
  87. gem 'tinder', '~> 1.9.2'
  88. # HipChat integration
  89. gem "hipchat", "~> 0.9.0"
  90. # Flowdock integration
  91. gem "gitlab-flowdock-git-hook", "~> 0.4.2"
  92. # d3
  93. gem "d3_rails", "~> 3.1.4"
  94. # underscore-rails
  95. gem "underscore-rails", "~> 1.4.4"
  96. # Sanitize user input
  97. gem "sanitize"
  98. # Protect against bruteforcing
  99. gem "rack-attack"
  100. gem "sass-rails"
  101. gem "coffee-rails"
  102. gem "uglifier"
  103. gem "therubyracer"
  104. gem 'turbolinks'
  105. gem 'jquery-turbolinks'
  106. gem 'chosen-rails', "1.0.1"
  107. gem 'select2-rails'
  108. gem 'jquery-atwho-rails', "~> 0.3.3"
  109. gem "jquery-rails", "2.1.3"
  110. gem "jquery-ui-rails", "2.0.2"
  111. gem "modernizr", "2.6.2"
  112. gem "raphael-rails", "~> 2.1.2"
  113. gem 'bootstrap-sass', '~> 3.0'
  114. gem "font-awesome-rails", '~> 3.2'
  115. gem "gemoji", "~> 1.3.0"
  116. gem "gon", '~> 5.0.0'
  117. group :development do
  118. gem "annotate", "~> 2.6.0.beta2"
  119. gem "letter_opener"
  120. gem 'quiet_assets', '~> 1.0.1'
  121. gem 'rack-mini-profiler'
  122. # Better errors handler
  123. gem 'better_errors'
  124. gem 'binding_of_caller'
  125. gem 'rails_best_practices'
  126. # Docs generator
  127. gem "sdoc"
  128. # thin instead webrick
  129. gem 'thin'
  130. end
  131. group :development, :test do
  132. gem 'coveralls', require: false
  133. # gem 'rails-dev-tweaks'
  134. gem 'spinach-rails'
  135. gem "rspec-rails"
  136. gem "capybara"
  137. gem "pry"
  138. gem "awesome_print"
  139. gem "database_cleaner"
  140. gem "launchy"
  141. gem 'factory_girl_rails'
  142. # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
  143. gem 'minitest', '~> 4.7.0'
  144. # Generate Fake data
  145. gem "ffaker"
  146. # Guard
  147. gem 'guard-rspec'
  148. gem 'guard-spinach'
  149. # Notification
  150. gem 'rb-fsevent', require: darwin_only('rb-fsevent')
  151. gem 'growl', require: darwin_only('growl')
  152. gem 'rb-inotify', require: linux_only('rb-inotify')
  153. # PhantomJS driver for Capybara
  154. gem 'poltergeist', '~> 1.4.1'
  155. gem 'spork', '~> 1.0rc'
  156. gem 'jasmine', '2.0.0.rc5'
  157. end
  158. group :test do
  159. gem "simplecov", require: false
  160. gem "shoulda-matchers", "~> 2.1.0"
  161. gem 'email_spec'
  162. gem "webmock"
  163. gem 'test_after_commit'
  164. end
  165. group :production do
  166. gem "gitlab_meta", '6.0'
  167. end