Gemfile 7.12 KB
Newer Older
Sytse Sijbrandij's avatar
Sytse Sijbrandij committed
1
source "https://rubygems.org"
gitlabhq's avatar
gitlabhq committed
2

3
gem 'rails', '4.1.12'
4

5 6 7 8
# Specify a sprockets version due to security issue
# See https://groups.google.com/forum/#!topic/rubyonrails-security/doAVp0YaTqY
gem 'sprockets', '~> 2.12.3'

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
9 10 11
# Default values for AR models
gem "default_value_for", "~> 3.0.0"

12
# Supported DBs
13 14
gem "mysql2", '~> 0.3.16', group: :mysql
gem "pg", '~> 0.18.2', group: :postgres
15

karen Carias's avatar
karen Carias committed
16
# Authentication libraries
17 18
gem 'devise',                 '~> 3.5.2'
gem 'devise-async',           '~> 0.9.0'
19
gem 'doorkeeper',             '~> 2.1.3'
20 21 22 23
gem 'omniauth',               '~> 1.2.2'
gem 'omniauth-bitbucket',     '~> 0.0.2'
gem 'omniauth-github',        '~> 1.1.1'
gem 'omniauth-gitlab',        '~> 1.0.0'
24
gem 'omniauth-google-oauth2', '~> 0.2.0'
25
gem 'omniauth-kerberos',      '~> 0.3.0', group: :kerberos
26
gem 'omniauth-saml',          '~> 1.4.0'
27
gem 'omniauth-shibboleth',    '~> 1.2.0'
28
gem 'omniauth-twitter',       '~> 1.2.0'
Valery Sizov's avatar
Valery Sizov committed
29
gem 'omniauth_crowd'
30
gem 'rack-oauth2',            '~> 1.0.5'
31

32
# Two-factor authentication
33
gem 'devise-two-factor', '~> 2.0.0'
34 35
gem 'rqrcode-rails3', '~> 0.1.7'
gem 'attr_encrypted', '~> 1.3.4'
36

37
# Browser detection
38
gem "browser", '~> 1.0.0'
39

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
40
# Extracting information from a git repository
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
41
# Provide access to Gitlab::Git library
42
gem "gitlab_git", '~> 7.2.19'
43

44
# LDAP Auth
Yorick Peterse's avatar
Yorick Peterse committed
45
# GitLab fork with several improvements to original library. For full list of changes
46
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master
47
gem 'gitlab_omniauth-ldap', '~> 1.2.1', require: "omniauth-ldap"
48

49
# Git Wiki
Valery Sizov's avatar
Valery Sizov committed
50
gem 'gollum-lib', '~> 4.0.2'
51

52
# Language detection
Yorick Peterse's avatar
Yorick Peterse committed
53 54 55
# GitLab fork of linguist does not require pygments/python dependency.
# New version of original gem also dropped pygments support but it has strict
# dependency to unstable rugged version. We have internal issue for replacing
56
# fork with original gem when we meet on same rugged version - https://dev.gitlab.org/gitlab/gitlabhq/issues/2052.
Valery Sizov's avatar
Valery Sizov committed
57
gem "gitlab-linguist", "~> 3.0.1", require: "linguist"
58

randx's avatar
randx committed
59
# API
60 61 62
gem 'grape',        '~> 0.6.1'
gem 'grape-entity', '~> 0.4.2'
gem 'rack-cors',    '~> 0.4.0', require: 'rack/cors'
randx's avatar
randx committed
63 64 65

# Format dates and times
# based on human-friendly examples
66
gem "stamp", '~> 0.5.0'
randx's avatar
randx committed
67

Andrew8xx8's avatar
Andrew8xx8 committed
68
# Enumeration fields
69
gem 'enumerize', '~> 0.7.0'
Andrew8xx8's avatar
Andrew8xx8 committed
70

randx's avatar
randx committed
71
# Pagination
72
gem "kaminari", "~> 0.16.3"
randx's avatar
randx committed
73 74

# HAML
75
gem "haml-rails", '~> 0.9.0'
randx's avatar
randx committed
76 77

# Files attachments
78
gem "carrierwave", '~> 0.9.0'
79

80
# Drag and Drop UI
81
gem 'dropzonejs-rails', '~> 0.7.1'
82

83
# for aws storage
84
gem "fog", "~> 1.25.0"
85
gem "unf", '~> 0.1.4'
randx's avatar
randx committed
86 87

# Authorization
88
gem "six", '~> 0.2.0'
randx's avatar
randx committed
89 90

# Seed data
91
gem "seed-fu", '~> 2.3.5'
randx's avatar
randx committed
92

Robert Speicher's avatar
Robert Speicher committed
93
# Markdown and HTML processing
94
gem 'html-pipeline', '~> 1.11.0'
95 96
gem 'task_list',     '~> 1.0.2', require: 'task_list/railtie'
gem 'github-markup', '~> 1.3.1'
97
gem 'redcarpet',     '~> 3.3.3'
98
gem 'RedCloth',      '~> 4.2.9'
Robert Speicher's avatar
Robert Speicher committed
99
gem 'rdoc',          '~>3.6'
100
gem 'org-ruby',      '~> 0.9.12'
Robert Speicher's avatar
Robert Speicher committed
101
gem 'creole',        '~>0.3.6'
Valery Sizov's avatar
Valery Sizov committed
102
gem 'wikicloth',     '0.8.1'
103
gem 'asciidoctor',   '~> 1.5.2'
randx's avatar
randx committed
104

skv-headless's avatar
skv-headless committed
105 106 107
# Diffs
gem 'diffy', '~> 3.0.3'

108
# Application server
109
group :unicorn do
110 111
  gem "unicorn", '~> 4.8.2'
  gem 'unicorn-worker-killer', '~> 0.4.2'
112
end
randx's avatar
randx committed
113

Andrew8xx8's avatar
Andrew8xx8 committed
114
# State machine
115
gem "state_machine", '~> 1.2.0'
116 117
# Run events after state machine commits
gem 'after_commit_queue'
Andrew8xx8's avatar
Andrew8xx8 committed
118

randx's avatar
randx committed
119
# Issue tags
Nihad Abbasov's avatar
Nihad Abbasov committed
120
gem 'acts-as-taggable-on', '~> 3.4'
randx's avatar
randx committed
121 122

# Background jobs
123
gem 'sinatra', '~> 1.4.4', require: nil
124
gem 'sidekiq', '3.3.0'
125
gem 'sidetiq', '~> 0.6.3'
randx's avatar
randx committed
126 127

# HTTP requests
128
gem "httparty", '~> 0.13.3'
randx's avatar
randx committed
129 130

# Colored output to console
131
gem "colored", '~> 1.2'
132
gem "colorize", '~> 0.5.8'
randx's avatar
randx committed
133

Riyad Preukschas's avatar
Riyad Preukschas committed
134
# GitLab settings
135
gem 'settingslogic', '~> 2.0.9'
Aleksei Kvitinskii's avatar
Aleksei Kvitinskii committed
136

randx's avatar
randx committed
137
# Misc
138 139

gem 'version_sorter', '~> 2.0.0'
randx's avatar
randx committed
140

141
# Cache
142
gem "redis-rails", '~> 4.0.0'
143

144
# Campfire integration
145
gem 'tinder', '~> 1.10.0'
146

147
# HipChat integration
Chulki Lee's avatar
Chulki Lee committed
148
gem 'hipchat', '~> 1.5.0'
149

150
# Flowdock integration
151
gem "gitlab-flowdock-git-hook", "~> 1.0.1"
152

153 154 155
# Gemnasium integration
gem "gemnasium-gitlab-service", "~> 0.2"

156
# Slack integration
157
gem "slack-notifier", "~> 1.2.0"
158

Jeremy's avatar
Jeremy committed
159 160 161
# Asana integration
gem 'asana', '~> 0.0.6'

Jared Szechy's avatar
Jared Szechy committed
162
# FogBugz integration
Jared Szechy's avatar
Jared Szechy committed
163
gem 'ruby-fogbugz', '~> 0.2.1'
Jared Szechy's avatar
Jared Szechy committed
164

165
# d3
Robert Speicher's avatar
Robert Speicher committed
166
gem 'd3_rails', '~> 3.5.5'
167

168 169 170
#cal-heatmap
gem "cal-heatmap-rails", "~> 0.0.1"

171 172 173
# underscore-rails
gem "underscore-rails", "~> 1.4.4"

174
# Sanitize user input
175
gem "sanitize", '~> 2.0'
176

Marin Jankovski's avatar
Marin Jankovski committed
177
# Protect against bruteforcing
178
gem "rack-attack", '~> 4.3.0'
Marin Jankovski's avatar
Marin Jankovski committed
179

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
180
# Ace editor
181
gem 'ace-rails-ap', '~> 2.0.1'
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
182

183
# Keyboard shortcuts
184
gem 'mousetrap-rails', '~> 1.4.6'
185

186
# Detect and convert string character encoding
187
gem 'charlock_holmes', '~> 0.6.9.4'
188

189
gem "sass-rails", '~> 4.0.5'
190
gem "coffee-rails", '~> 4.1.0'
191
gem "uglifier", '~> 2.7.2'
Robert Speicher's avatar
Robert Speicher committed
192
gem 'turbolinks', '~> 2.5.0'
193
gem 'jquery-turbolinks', '~> 2.0.1'
194

195
gem 'addressable',        '~> 2.3.8'
196 197 198 199
gem 'bootstrap-sass',     '~> 3.0'
gem 'font-awesome-rails', '~> 4.2'
gem 'gitlab_emoji',       '~> 0.1'
gem 'gon',                '~> 5.0.0'
200
gem 'jquery-atwho-rails', '~> 1.0.0'
201 202 203 204
gem 'jquery-rails',       '~> 3.1.3'
gem 'jquery-scrollto-rails', '~> 1.4.3'
gem 'jquery-ui-rails',    '~> 4.2.1'
gem 'nprogress-rails',    '~> 0.1.2.3'
205
gem 'raphael-rails',      '~> 2.1.2'
206
gem 'request_store',      '~> 1.2.0'
207
gem 'select2-rails',      '~> 3.5.9'
208
gem 'virtus',             '~> 1.0.1'
gitlabhq's avatar
gitlabhq committed
209

Nihad Abbasov's avatar
Nihad Abbasov committed
210
group :development do
211
  gem "foreman"
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
212
  gem 'brakeman', '3.0.1', require: false
213 214 215 216 217

  gem "annotate", "~> 2.6.0"
  gem "letter_opener", '~> 1.1.2'
  gem 'quiet_assets', '~> 1.0.2'
  gem 'rack-mini-profiler', '~> 0.9.0', require: false
218
  gem 'rerun', '~> 0.10.0'
219
  gem 'bullet', require: false
220
  gem 'active_record_query_trace', require: false
221
  gem 'rack-lineprof', platform: :mri
222

223
  # Better errors handler
224 225
  gem 'better_errors', '~> 1.0.1'
  gem 'binding_of_caller', '~> 0.7.2'
226 227

  # Docs generator
228
  gem "sdoc", '~> 0.3.20'
229 230

  # thin instead webrick
231
  gem 'thin', '~> 1.6.1'
gitlabhq's avatar
gitlabhq committed
232 233 234
end

group :development, :test do
Yorick Peterse's avatar
Yorick Peterse committed
235
  gem 'byebug', platform: :mri
Robert Speicher's avatar
Robert Speicher committed
236 237
  gem 'pry-rails'

238 239 240
  gem 'awesome_print', '~> 1.2.0'
  gem 'fuubar', '~> 2.0.0'

241
  gem 'database_cleaner', '~> 1.4.0'
242
  gem 'factory_girl_rails', '~> 4.3.0'
243
  gem 'rspec-rails',      '~> 3.3.0'
244
  gem 'spinach-rails', '~> 0.2.1'
randx's avatar
randx committed
245

246
  # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
247
  gem 'minitest', '~> 5.7.0'
248

249
  # Generate Fake data
Robert Speicher's avatar
Robert Speicher committed
250
  gem 'ffaker', '~> 2.0.0'
251

Robert Speicher's avatar
Robert Speicher committed
252
  gem 'capybara',            '~> 2.4.0'
Robert Speicher's avatar
Robert Speicher committed
253 254
  gem 'capybara-screenshot', '~> 1.0.0'
  gem 'poltergeist',         '~> 1.6.0'
Andrew8xx8's avatar
Andrew8xx8 committed
255

256
  gem 'teaspoon', '~> 1.0.0'
257
  gem 'teaspoon-jasmine', '~> 2.2.0'
258

259 260
  gem 'spring', '~> 1.3.6'
  gem 'spring-commands-rspec',    '~> 1.0.4'
261 262
  gem 'spring-commands-spinach',  '~> 1.0.0'
  gem 'spring-commands-teaspoon', '~> 0.0.2'
263 264 265 266

  gem 'rubocop',  '~> 0.28.0',  require: false
  gem 'coveralls',  '~> 0.8.2', require: false
  gem 'simplecov', '~> 0.10.0', require: false
267 268

  gem 'benchmark-ips', require: false
gitlabhq's avatar
gitlabhq committed
269 270 271
end

group :test do
272
  gem 'shoulda-matchers', '~> 2.8.0', require: false
Robert Speicher's avatar
Robert Speicher committed
273
  gem 'email_spec', '~> 1.6.0'
274
  gem 'webmock', '~> 1.21.0'
275
  gem 'test_after_commit', '~> 0.2.2'
Jared Szechy's avatar
Jared Szechy committed
276
  gem 'sham_rack'
gitlabhq's avatar
gitlabhq committed
277
end
278 279

group :production do
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
280
  gem "gitlab_meta", '7.0'
281
end
Jacob Vosmaer's avatar
Jacob Vosmaer committed
282

283
gem "newrelic_rpm", '~> 3.9.4.245'
Jacob Vosmaer's avatar
Jacob Vosmaer committed
284
gem 'newrelic-grape'
Valery Sizov's avatar
Valery Sizov committed
285

286
gem 'octokit', '~> 3.7.0'
Douwe Maan's avatar
Douwe Maan committed
287

288
gem "mail_room", "~> 0.6.1"
Douwe Maan's avatar
Douwe Maan committed
289

290 291 292 293 294 295 296 297 298 299 300 301
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"