Gemfile.lock 29.4 KB
Newer Older
G
gitlabhq 已提交
1
GEM
2
  remote: https://rubygems.org/
G
gitlabhq 已提交
3
  specs:
4
    RedCloth (4.3.2)
5
    abstract_type (0.0.7)
S
Sean McGivern 已提交
6
    ace-rails-ap (4.1.2)
R
Rémy Coutable 已提交
7 8 9 10
    actionmailer (4.2.10)
      actionpack (= 4.2.10)
      actionview (= 4.2.10)
      activejob (= 4.2.10)
V
Vinnie Okada 已提交
11
      mail (~> 2.5, >= 2.5.4)
V
Valery Sizov 已提交
12
      rails-dom-testing (~> 1.0, >= 1.0.5)
R
Rémy Coutable 已提交
13 14 15
    actionpack (4.2.10)
      actionview (= 4.2.10)
      activesupport (= 4.2.10)
V
Valery Sizov 已提交
16
      rack (~> 1.6)
17
      rack-test (~> 0.6.2)
V
Valery Sizov 已提交
18 19
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
R
Rémy Coutable 已提交
20 21
    actionview (4.2.10)
      activesupport (= 4.2.10)
M
Marin Jankovski 已提交
22 23
      builder (~> 3.1)
      erubis (~> 2.7.0)
V
Valery Sizov 已提交
24
      rails-dom-testing (~> 1.0, >= 1.0.5)
Z
Z.J. van de Weg 已提交
25
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
R
Rémy Coutable 已提交
26 27
    activejob (4.2.10)
      activesupport (= 4.2.10)
V
Valery Sizov 已提交
28
      globalid (>= 0.3.0)
R
Rémy Coutable 已提交
29 30
    activemodel (4.2.10)
      activesupport (= 4.2.10)
M
Marin Jankovski 已提交
31
      builder (~> 3.1)
R
Rémy Coutable 已提交
32 33 34
    activerecord (4.2.10)
      activemodel (= 4.2.10)
      activesupport (= 4.2.10)
V
Valery Sizov 已提交
35
      arel (~> 6.0)
36 37
    activerecord_sane_schema_dumper (0.2)
      rails (>= 4, < 5)
R
Rémy Coutable 已提交
38
    activesupport (4.2.10)
V
Valery Sizov 已提交
39
      i18n (~> 0.7)
M
Marin Jankovski 已提交
40
      minitest (~> 5.1)
V
Valery Sizov 已提交
41
      thread_safe (~> 0.3, >= 0.3.4)
M
Marin Jankovski 已提交
42
      tzinfo (~> 1.1)
43 44
    acts-as-taggable-on (4.0.0)
      activerecord (>= 4.0)
45 46 47
    adamantium (0.2.0)
      ice_nine (~> 0.11.0)
      memoizable (~> 0.4.0)
48 49
    addressable (2.5.2)
      public_suffix (>= 2.0.2, < 4.0)
50
    akismet (2.0.0)
51
    allocations (1.0.5)
Z
Z.J. van de Weg 已提交
52
    arel (6.0.4)
D
Douglas Barbosa Alexandre 已提交
53
    asana (0.6.0)
R
Robert Speicher 已提交
54 55 56 57
      faraday (~> 0.9)
      faraday_middleware (~> 0.9)
      faraday_middleware-multi_json (~> 0.0)
      oauth2 (~> 1.0)
V
Valery Sizov 已提交
58
    asciidoctor (1.5.3)
H
Horacio Sanson 已提交
59
    asciidoctor-plantuml (0.0.7)
60
      asciidoctor (~> 1.5)
I
Ian Baum 已提交
61 62 63 64 65
    asset_sync (2.2.0)
      activemodel (>= 4.1.0)
      fog-core
      mime-types (>= 2.99)
      unf
Z
Z.J. van de Weg 已提交
66
    ast (2.3.0)
67
    atomic (1.1.99)
68
    attr_encrypted (3.0.3)
69
      encryptor (~> 3.0.0)
V
Valery Sizov 已提交
70
    attr_required (1.0.0)
71
    autoprefixer-rails (6.2.3)
D
Dmitriy Zaporozhets 已提交
72 73
      execjs
      json
74
    awesome_print (1.2.0)
D
Douwe Maan 已提交
75 76 77 78
    axiom-types (0.1.1)
      descendants_tracker (~> 0.0.4)
      ice_nine (~> 0.11.0)
      thread_safe (~> 0.3, >= 0.3.1)
79
    babosa (1.0.2)
K
Kamil Trzcinski 已提交
80
    base32 (0.3.2)
81
    batch-loader (1.2.1)
82
    bcrypt (3.1.11)
83
    bcrypt_pbkdf (1.0.0)
84
    benchmark-ips (2.3.0)
85
    better_errors (2.1.1)
86
      coderay (>= 1.0.0)
D
Dmitriy Zaporozhets 已提交
87
      erubis (>= 2.6.6)
88
      rack (>= 0.9.0)
89
    bindata (2.4.1)
90
    binding_of_caller (0.7.2)
91
      debug_inspector (>= 0.0.1)
W
Winnie Hellmann 已提交
92
    blankslate (2.1.2.4)
93 94 95
    bootstrap-sass (3.3.6)
      autoprefixer-rails (>= 5.2.1)
      sass (>= 3.3.4)
N
Nick Thomas 已提交
96
    bootstrap_form (2.7.0)
R
Robert Speicher 已提交
97
    brakeman (3.6.1)
S
Stan Hu 已提交
98
    browser (2.2.0)
Z
Z.J. van de Weg 已提交
99
    builder (3.2.3)
R
Robert Speicher 已提交
100
    bullet (5.5.1)
Y
Yorick Peterse 已提交
101
      activesupport (>= 3.0.0)
102
      uniform_notifier (~> 1.10.0)
103
    bundler-audit (0.5.0)
D
Dmitriy Zaporozhets 已提交
104 105
      bundler (~> 1.2)
      thor (~> 0.18)
S
Semyon Pupkov 已提交
106
    byebug (9.0.6)
107
    capybara (2.15.1)
S
Stan Hu 已提交
108
      addressable
109
      mini_mime (>= 0.1.3)
G
gitlabhq 已提交
110 111 112
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
113
      xpath (~> 2.0)
114
    capybara-screenshot (1.0.14)
R
Robert Speicher 已提交
115 116
      capybara (>= 1.0, < 3)
      launchy
T
Takuya Noguchi 已提交
117
    carrierwave (1.2.1)
118 119
      activemodel (>= 4.0.0)
      activesupport (>= 4.0.0)
R
Rubén Dávila 已提交
120
      mime-types (>= 1.16)
121
    cause (0.1)
J
Jacob Vosmaer 已提交
122
    charlock_holmes (0.7.5)
123 124
    childprocess (0.7.0)
      ffi (~> 1.0, >= 1.0.11)
R
Rémy Coutable 已提交
125
    chronic (0.10.2)
126 127
    chronic_duration (0.10.6)
      numerizer (~> 0.1.1)
V
Valery Sizov 已提交
128
    chunky_png (1.3.5)
129
    citrus (3.0.2)
130
    coderay (1.1.1)
131
    coercible (1.0.0)
132
      descendants_tracker (~> 0.0.1)
R
Robert Speicher 已提交
133
    colorize (0.7.7)
134 135 136
    concord (0.1.5)
      adamantium (~> 0.2.0)
      equalizer (~> 0.0.9)
137
    concurrent-ruby (1.0.5)
138 139
    concurrent-ruby-ext (1.0.5)
      concurrent-ruby (= 1.0.5)
C
Connor Shea 已提交
140
    connection_pool (2.2.1)
141
    crack (0.4.3)
142
      safe_yaml (~> 1.0.0)
R
Robert Speicher 已提交
143
    creole (0.5.0)
144
    css_parser (1.5.0)
D
Douwe Maan 已提交
145
      addressable
146
    d3_rails (3.5.11)
147
      railties (>= 3.1.0)
D
Douwe Maan 已提交
148
    daemons (1.2.3)
149
    database_cleaner (1.5.3)
150
    debug_inspector (0.0.2)
151
    debugger-ruby_core_source (1.3.8)
J
Jared Deckard 已提交
152
    deckar01-task_list (2.0.0)
153
      html-pipeline
154 155
    declarative (0.0.10)
    declarative-option (0.1.0)
156 157
    default_value_for (3.0.2)
      activerecord (>= 3.2.0, < 5.1)
D
Douwe Maan 已提交
158 159
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
160
    devise (4.2.0)
M
Marin Jankovski 已提交
161
      bcrypt (~> 3.0)
N
Nihad Abbasov 已提交
162
      orm_adapter (~> 0.1)
163
      railties (>= 4.1.0, < 5.1)
R
Robert Speicher 已提交
164
      responders
165
      warden (~> 1.2.3)
166
    devise-two-factor (3.0.0)
167
      activesupport
168 169
      attr_encrypted (>= 1.3, < 4, != 2)
      devise (~> 4.0)
D
Douwe Maan 已提交
170
      railties
171
      rotp (~> 2.0)
R
Robert Speicher 已提交
172
    diff-lcs (1.3)
M
Manuel Rüger 已提交
173
    diffy (3.1.0)
D
DJ Mountney 已提交
174
    docile (1.1.5)
175 176
    domain_name (0.5.20161021)
      unf (>= 0.0.5, < 1.0.0)
177
    doorkeeper (4.2.6)
178
      railties (>= 4.2)
179
    doorkeeper-openid_connect (1.2.0)
180 181
      doorkeeper (~> 4.0)
      json-jwt (~> 1.6)
V
Valery Sizov 已提交
182
    dropzonejs-rails (0.7.2)
183
      rails (> 3.1)
184
    email_reply_trimmer (0.1.6)
R
Robert Speicher 已提交
185
    email_spec (1.6.0)
R
Riyad Preukschas 已提交
186
      launchy (~> 2.1)
187
      mail (~> 2.2)
188
    encryptor (3.0.0)
D
Douwe Maan 已提交
189
    equalizer (0.0.11)
G
gitlabhq 已提交
190
    erubis (2.7.0)
191
    escape_utils (1.1.1)
192 193
    et-orbi (1.0.3)
      tzinfo
D
Douwe Maan 已提交
194
    eventmachine (1.0.8)
195
    excon (0.57.1)
D
Douwe Maan 已提交
196
    execjs (2.6.0)
R
Robert Schilling 已提交
197
    expression_parser (0.9.0)
198
    factory_bot (4.8.2)
R
Robert Speicher 已提交
199
      activesupport (>= 3.0.0)
200 201
    factory_bot_rails (4.8.2)
      factory_bot (~> 4.8.2)
R
Robert Speicher 已提交
202
      railties (>= 3.0.0)
203
    faraday (0.12.2)
R
Robert Speicher 已提交
204
      multipart-post (>= 1.2, < 3)
D
Douglas Barbosa Alexandre 已提交
205 206
    faraday_middleware (0.11.0.1)
      faraday (>= 0.7.4, < 1.0)
R
Robert Speicher 已提交
207 208 209
    faraday_middleware-multi_json (0.0.6)
      faraday_middleware
      multi_json
R
Ruben Davila 已提交
210
    fast_gettext (1.4.0)
211
    ffaker (2.4.0)
N
Nick Thomas 已提交
212
    ffi (1.9.18)
R
Robert Speicher 已提交
213 214 215
    flay (2.8.1)
      erubis (~> 2.7.0)
      path_expander (~> 1.0)
216 217
      ruby_parser (~> 3.0)
      sexp_processor (~> 4.0)
218 219
    flipper (0.11.0)
    flipper-active_record (0.11.0)
220
      activerecord (>= 3.2, < 6)
221 222 223 224
      flipper (~> 0.11.0)
    flipper-active_support_cache_store (0.11.0)
      activesupport (>= 3.2, < 6)
      flipper (~> 0.11.0)
V
Valery Sizov 已提交
225
    flowdock (0.7.1)
226 227
      httparty (~> 0.7)
      multi_json
228
    fog-aliyun (0.2.0)
229 230 231 232
      fog-core (~> 1.27)
      fog-json (~> 1.0)
      ipaddress (~> 0.8)
      xml-simple (~> 1.1)
233
    fog-aws (1.4.0)
234
      fog-core (~> 1.38)
S
Stan Hu 已提交
235 236 237
      fog-json (~> 1.0)
      fog-xml (~> 0.1)
      ipaddress (~> 0.8)
238
    fog-core (1.44.3)
239
      builder
S
Stan Hu 已提交
240
      excon (~> 0.49)
241
      formatador (~> 0.2)
242
    fog-google (0.5.3)
243 244 245
      fog-core
      fog-json
      fog-xml
246 247 248
    fog-json (1.0.2)
      fog-core (~> 1.0)
      multi_json (~> 1.10)
249
    fog-local (0.3.1)
S
Stan Hu 已提交
250
      fog-core (~> 1.27)
251 252
    fog-openstack (0.1.21)
      fog-core (>= 1.40)
S
Stan Hu 已提交
253 254
      fog-json (>= 1.0)
      ipaddress (>= 0.8)
255 256 257 258 259
    fog-rackspace (0.1.1)
      fog-core (>= 1.35)
      fog-json (>= 1.0)
      fog-xml (>= 0.1)
      ipaddress (>= 0.8)
260
    fog-xml (0.1.3)
261
      fog-core
262
      nokogiri (>= 1.5.11, < 2.0.0)
263
    font-awesome-rails (4.7.0.1)
264
      railties (>= 3.2, < 5.1)
D
Douwe Maan 已提交
265 266
    foreman (0.78.0)
      thor (~> 0.19.1)
267
    formatador (0.2.5)
R
Robert Speicher 已提交
268 269
    fuubar (2.2.0)
      rspec-core (~> 3.0)
R
Robert Speicher 已提交
270
      ruby-progressbar (~> 1.4)
271
    gemnasium-gitlab-service (0.2.6)
272
      rugged (~> 0.21)
273
    gemojione (3.3.0)
274
      json
D
Douwe Maan 已提交
275
    get_process_mem (0.2.0)
R
Ruben Davila 已提交
276 277 278 279 280
    gettext (3.2.2)
      locale (>= 2.0.5)
      text (>= 1.3.0)
    gettext_i18n_rails (1.8.0)
      fast_gettext (>= 0.9.0)
281 282 283 284 285
    gettext_i18n_rails_js (1.2.0)
      gettext (>= 3.0.2)
      gettext_i18n_rails (>= 0.7.1)
      po_to_json (>= 1.0.0)
      rails (>= 3.2.0)
D
Douwe Maan 已提交
286
    gherkin-ruby (0.3.2)
A
Ahmad Sherif 已提交
287
    gitaly-proto (0.64.0)
288 289
      google-protobuf (~> 3.1)
      grpc (~> 1.0)
290
    github-linguist (4.7.6)
291 292 293 294
      charlock_holmes (~> 0.7.3)
      escape_utils (~> 1.1.0)
      mime-types (>= 1.19)
      rugged (>= 0.23.0b)
295
    github-markup (1.6.1)
296 297
    gitlab-flowdock-git-hook (1.0.1)
      flowdock (~> 0.7)
298 299
      gitlab-grit (>= 2.4.1)
      multi_json
300
    gitlab-grit (2.8.2)
301
      charlock_holmes (~> 0.6)
302
      diff-lcs (~> 1.1)
303
      mime-types (>= 1.16)
304
      posix-spawn (~> 0.3)
305
    gitlab-markup (1.6.3)
R
Rémy Coutable 已提交
306 307 308 309
    gitlab-styles (2.2.0)
      rubocop (~> 0.51)
      rubocop-gitlab-security (~> 0.1.0)
      rubocop-rspec (~> 1.19)
310
    gitlab_omniauth-ldap (2.0.4)
311 312 313 314
      net-ldap (~> 0.16)
      omniauth (~> 1.3)
      pyu-ruby-sasl (>= 0.0.3.3, < 0.1)
      rubyntlm (~> 0.5)
R
Rémy Coutable 已提交
315 316
    globalid (0.4.1)
      activesupport (>= 4.2.0)
317
    gollum-grit_adapter (1.0.1)
V
Valery Sizov 已提交
318
      gitlab-grit (~> 2.7, >= 2.7.1)
319 320 321
    gollum-lib (4.2.7)
      gemojione (~> 3.2)
      github-markup (~> 1.6)
D
Douwe Maan 已提交
322
      gollum-grit_adapter (~> 1.0)
323 324 325 326
      nokogiri (>= 1.6.1, < 2.0)
      rouge (~> 2.1)
      sanitize (~> 2.1)
      stringex (~> 2.6)
E
Elan Ruusamäe 已提交
327
    gollum-rugged_adapter (0.4.4)
328
      mime-types (>= 1.15)
E
Elan Ruusamäe 已提交
329
      rugged (~> 0.25)
C
Connor Shea 已提交
330
    gon (6.1.0)
R
Robert Speicher 已提交
331
      actionpack (>= 3.0)
D
Dmitriy Zaporozhets 已提交
332
      json
R
Robert Speicher 已提交
333 334
      multi_json
      request_store (>= 1.0)
335 336 337 338 339 340 341
    google-api-client (0.13.6)
      addressable (~> 2.5, >= 2.5.1)
      googleauth (~> 0.5)
      httpclient (>= 2.8.1, < 3.0)
      mime-types (~> 3.0)
      representable (~> 3.0)
      retriable (>= 2.0, < 4.0)
J
Jacob Vosmaer 已提交
342
    google-protobuf (3.4.1.1)
343 344
    googleauth (0.5.3)
      faraday (~> 0.12)
345 346 347 348 349 350
      jwt (~> 1.4)
      logging (~> 2.0)
      memoist (~> 0.12)
      multi_json (~> 1.11)
      os (~> 0.9)
      signet (~> 0.7)
K
Kevin O'Connor 已提交
351 352
    gpgme (2.0.13)
      mini_portile2 (~> 2.1)
Z
Zeger-Jan van de Weg 已提交
353
    grape (1.0.0)
R
Riyad Preukschas 已提交
354
      activesupport
355
      builder
D
Dmitriy Zaporozhets 已提交
356
      mustermann-grape (~> 1.0.0)
D
Dmitriy Zaporozhets 已提交
357
      rack (>= 1.3.0)
R
Riyad Preukschas 已提交
358
      rack-accept
J
Jeroen van Baarsen 已提交
359
      virtus (>= 1.0.0)
Z
Z.J. van de Weg 已提交
360
    grape-entity (0.6.0)
D
Dmitriy Zaporozhets 已提交
361 362
      activesupport
      multi_json (>= 1.3.2)
Z
Zeger-Jan van de Weg 已提交
363
    grape-route-helpers (2.1.0)
364
      activesupport
Z
Zeger-Jan van de Weg 已提交
365
      grape (>= 0.16.0)
366
      rake
367
    grape_logging (1.7.0)
368
      grape
J
Jacob Vosmaer 已提交
369
    grpc (1.4.5)
370
      google-protobuf (~> 3.1)
J
Jacob Vosmaer 已提交
371
      googleauth (~> 0.5.1)
R
Rémy Coutable 已提交
372 373
    haml (4.0.7)
      tilt
374 375 376
    haml_lint (0.26.0)
      haml (>= 4.0, < 5.1)
      rainbow
377
      rake (>= 10, < 13)
378
      rubocop (>= 0.49.0)
R
Rémy Coutable 已提交
379
      sysexits (~> 1.1)
R
Robert Speicher 已提交
380
    hamlit (2.6.1)
C
connorshea 已提交
381 382
      temple (~> 0.7.6)
      thor
383
      tilt
384
    hashdiff (0.3.4)
Z
Zeger-Jan van de Weg 已提交
385
    hashie (3.5.6)
386 387
    hashie-forbidden_attributes (0.1.1)
      hashie (>= 3.0)
388
    health_check (2.6.0)
389
      rails (>= 4.0)
D
Douwe Maan 已提交
390
    hipchat (1.5.2)
391
      httparty
C
Chulki Lee 已提交
392
      mimemagic
393 394 395
    html-pipeline (1.11.0)
      activesupport (>= 2)
      nokogiri (~> 1.4)
396 397
    html2text (0.2.0)
      nokogiri (~> 1.6)
D
Douwe Maan 已提交
398
    htmlentities (4.3.4)
399 400 401 402 403 404 405 406 407
    http (0.9.8)
      addressable (~> 2.3)
      http-cookie (~> 1.0)
      http-form_data (~> 1.0.1)
      http_parser.rb (~> 0.6.0)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    http-form_data (1.0.1)
    http_parser.rb (0.6.0)
V
Valery Sizov 已提交
408
    httparty (0.13.7)
409
      json (~> 1.8)
D
Dmitriy Zaporozhets 已提交
410
      multi_xml (>= 0.5.2)
411
    httpclient (2.8.2)
R
Rémy Coutable 已提交
412 413
    i18n (0.9.1)
      concurrent-ruby (~> 1.0)
414
    ice_nine (0.11.2)
415 416 417
    influxdb (0.2.3)
      cause
      json
S
Stan Hu 已提交
418
    ipaddress (0.8.3)
419
    jira-ruby (1.4.1)
F
Felipe Artur 已提交
420
      activesupport
421
      multipart-post
F
Felipe Artur 已提交
422
      oauth (~> 0.5, >= 0.5.0)
423
    jquery-atwho-rails (1.3.2)
T
Takuya Noguchi 已提交
424
    jquery-rails (4.3.1)
425
      rails-dom-testing (>= 1, < 3)
426
      railties (>= 4.2.0)
427
      thor (>= 0.14, < 2.0)
Z
Z.J. van de Weg 已提交
428
    json (1.8.6)
429
    json-jwt (1.7.2)
430 431 432 433 434
      activesupport
      bindata
      multi_json (>= 1.3)
      securecompare
      url_safe_base64
435 436
    json-schema (2.8.0)
      addressable (>= 2.4)
437
    jwt (1.5.6)
438 439 440 441 442 443 444 445 446 447 448 449
    kaminari (1.0.1)
      activesupport (>= 4.1.0)
      kaminari-actionview (= 1.0.1)
      kaminari-activerecord (= 1.0.1)
      kaminari-core (= 1.0.1)
    kaminari-actionview (1.0.1)
      actionview
      kaminari-core (= 1.0.1)
    kaminari-activerecord (1.0.1)
      activerecord
      kaminari-core (= 1.0.1)
    kaminari-core (1.0.1)
V
Valery Sizov 已提交
450
    kgio (2.10.0)
K
Kamil Trzcinski 已提交
451
    knapsack (1.11.0)
K
Kamil Trzcinski 已提交
452 453
      rake
      timecop (>= 0.1.0)
454 455 456 457
    kubeclient (2.2.0)
      http (= 0.9.8)
      recursive-open-struct (= 1.0.0)
      rest-client
R
Robert Speicher 已提交
458
    launchy (2.4.3)
R
Riyad Preukschas 已提交
459
      addressable (~> 2.3)
R
Robert Speicher 已提交
460
    letter_opener (1.4.1)
461
      launchy (~> 2.2)
R
Robert Speicher 已提交
462 463 464 465
    letter_opener_web (1.3.0)
      actionmailer (>= 3.2)
      letter_opener (~> 1.0)
      railties (>= 3.2)
W
Winnie Hellmann 已提交
466
    license_finder (3.1.1)
C
Connor Shea 已提交
467 468 469 470
      bundler
      httparty
      rubyzip
      thor
W
Winnie Hellmann 已提交
471 472
      toml (= 0.1.2)
      with_env (> 1.0)
C
Connor Shea 已提交
473
      xml-simple
474 475
    licensee (8.7.0)
      rugged (~> 0.24)
476
    little-plugger (1.1.4)
R
Ruben Davila 已提交
477
    locale (2.1.2)
478
    logging (2.2.2)
479 480
      little-plugger (~> 1.1)
      multi_json (~> 1.10)
481 482 483 484
    lograge (0.5.1)
      actionpack (>= 4, < 5.2)
      activesupport (>= 4, < 5.2)
      railties (>= 4, < 5.2)
V
Valery Sizov 已提交
485 486
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
R
Rémy Coutable 已提交
487 488
    mail (2.7.0)
      mini_mime (>= 0.1.1)
489
    mail_room (0.9.1)
490
    memoist (0.16.0)
491 492
    memoizable (0.4.2)
      thread_safe (~> 0.3, >= 0.3.1)
493
    method_source (0.8.2)
494 495 496
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
C
Chulki Lee 已提交
497
    mimemagic (0.3.0)
498
    mini_mime (0.1.4)
499
    mini_portile2 (2.3.0)
D
Douwe Maan 已提交
500
    minitest (5.7.0)
R
Robert Schilling 已提交
501
    mousetrap-rails (1.4.6)
502
    multi_json (1.12.2)
503
    multi_xml (0.6.0)
R
Robert Speicher 已提交
504
    multipart-post (2.0.0)
D
Dmitriy Zaporozhets 已提交
505 506 507
    mustermann (1.0.0)
    mustermann-grape (1.0.0)
      mustermann (~> 1.0.0)
508
    mysql2 (0.4.10)
509
    net-ldap (0.16.0)
510
    net-ssh (4.1.0)
511
    netrc (0.11.0)
512 513
    nokogiri (1.8.1)
      mini_portile2 (~> 2.3.0)
514
    numerizer (0.1.1)
F
Felipe Artur 已提交
515
    oauth (0.5.1)
516 517
    oauth2 (1.4.0)
      faraday (>= 0.8, < 0.13)
D
Douwe Maan 已提交
518 519 520
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
521
      rack (>= 1.2, < 3)
522
    octokit (4.6.2)
M
Manuel Rüger 已提交
523
      sawyer (~> 0.8.0, >= 0.5.3)
524
    oj (2.17.5)
S
Stan Hu 已提交
525
    omniauth (1.4.2)
526
      hashie (>= 1.2, < 4)
527
      rack (>= 1.0, < 3)
528 529
    omniauth-auth0 (1.4.1)
      omniauth-oauth2 (~> 1.1)
530
    omniauth-authentiq (0.3.1)
A
Alex 已提交
531
      omniauth-oauth2 (~> 1.3, >= 1.3.1)
532
    omniauth-azure-oauth2 (0.0.9)
J
Jacob Schatz 已提交
533 534
      jwt (~> 1.0)
      omniauth (~> 1.0)
535
      omniauth-oauth2 (~> 1.4)
536
    omniauth-cas3 (1.1.4)
T
tduehr 已提交
537
      addressable (~> 2.3)
538
      nokogiri (~> 1.7, >= 1.7.1)
T
tduehr 已提交
539
      omniauth (~> 1.2)
540
    omniauth-facebook (4.0.0)
D
Douwe Maan 已提交
541
      omniauth-oauth2 (~> 1.2)
D
Douwe Maan 已提交
542
    omniauth-github (1.1.2)
D
Dmitriy Zaporozhets 已提交
543 544
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
545
    omniauth-gitlab (1.0.2)
V
Valery Sizov 已提交
546 547
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
548 549
    omniauth-google-oauth2 (0.5.2)
      jwt (~> 1.5)
V
Valery Sizov 已提交
550 551
      multi_json (~> 1.3)
      omniauth (>= 1.1.1)
552
      omniauth-oauth2 (>= 1.3.1)
553
    omniauth-kerberos (0.3.0)
V
Valery Sizov 已提交
554 555
      omniauth-multipassword
      timfel-krb5-auth (~> 0.8)
D
Douwe Maan 已提交
556
    omniauth-multipassword (0.4.2)
V
Valery Sizov 已提交
557
      omniauth (~> 1.0)
D
Douwe Maan 已提交
558
    omniauth-oauth (1.1.0)
D
Dmitriy Zaporozhets 已提交
559 560
      oauth
      omniauth (~> 1.0)
561
    omniauth-oauth2 (1.4.0)
D
Douwe Maan 已提交
562 563
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
J
Joe Marty 已提交
564 565
    omniauth-oauth2-generic (0.2.2)
      omniauth-oauth2 (~> 1.0)
566
    omniauth-saml (1.7.0)
567
      omniauth (~> 1.3)
568
      ruby-saml (~> 1.4)
569
    omniauth-shibboleth (1.2.1)
570
      omniauth (>= 1.0.0)
571 572 573
    omniauth-twitter (1.2.1)
      json (~> 1.3)
      omniauth-oauth (~> 1.1)
V
Valery Sizov 已提交
574 575 576 577
    omniauth_crowd (2.2.3)
      activesupport
      nokogiri (>= 1.4.4)
      omniauth (~> 1.0)
C
Chulki Lee 已提交
578
    org-ruby (0.9.12)
R
Robert Schilling 已提交
579
      rubypants (~> 0.2)
580
    orm_adapter (0.5.0)
581
    os (0.9.6)
582
    parallel (1.12.0)
583 584
    parser (2.4.0.2)
      ast (~> 2.3)
W
Winnie Hellmann 已提交
585 586
    parslet (1.5.0)
      blankslate (~> 2.0)
R
Robert Speicher 已提交
587
    path_expander (1.0.1)
588 589 590 591 592 593 594 595 596 597 598 599
    peek (1.0.1)
      concurrent-ruby (>= 0.9.0)
      concurrent-ruby-ext (>= 0.9.0)
      railties (>= 4.0.0)
    peek-gc (0.0.2)
      peek
    peek-host (1.0.0)
      peek
    peek-mysql2 (1.1.0)
      atomic (>= 1.0.0)
      mysql2
      peek
600
    peek-performance_bar (1.3.0)
601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617
      peek (>= 0.1.0)
    peek-pg (1.3.0)
      concurrent-ruby
      concurrent-ruby-ext
      peek
      pg
    peek-rblineprof (0.2.0)
      peek
      rblineprof
    peek-redis (1.2.0)
      atomic (>= 1.0.0)
      peek
      redis
    peek-sidekiq (1.0.3)
      atomic (>= 1.0.0)
      peek
      sidekiq
V
Valery Sizov 已提交
618
    pg (0.18.4)
619 620
    po_to_json (1.0.1)
      json (>= 1.6.0)
621
    posix-spawn (0.3.13)
622
    powerpack (0.1.1)
623 624 625
    premailer (1.10.4)
      addressable
      css_parser (>= 1.4.10)
D
Douwe Maan 已提交
626
      htmlentities (>= 4.0.0)
627
    premailer-rails (1.9.7)
628
      actionmailer (>= 3, < 6)
D
Douwe Maan 已提交
629
      premailer (~> 1.7, >= 1.7.9)
630 631 632 633 634
    proc_to_ast (0.1.0)
      coderay
      parser
      unparser
    procto (0.0.3)
635
    prometheus-client-mmap (0.7.0.beta44)
636
    pry (0.10.4)
D
Douwe Maan 已提交
637 638
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
639
      slop (~> 3.4)
640
    pry-byebug (3.4.2)
S
Semyon Pupkov 已提交
641 642
      byebug (~> 9.0)
      pry (~> 0.10)
643
    pry-rails (0.3.5)
644
      pry (>= 0.9.10)
645
    public_suffix (3.0.0)
V
Valery Sizov 已提交
646
    pyu-ruby-sasl (0.0.3.3)
R
Robert Speicher 已提交
647
    rack (1.6.8)
R
Riyad Preukschas 已提交
648 649
    rack-accept (0.4.5)
      rack (>= 0.4)
M
Manuel Rüger 已提交
650
    rack-attack (4.4.1)
M
Marin Jankovski 已提交
651
      rack
R
Robert Speicher 已提交
652
    rack-cors (0.4.0)
653
    rack-oauth2 (1.2.3)
V
Valery Sizov 已提交
654 655
      activesupport (>= 2.3)
      attr_required (>= 0.0.5)
D
Douwe Maan 已提交
656
      httpclient (>= 2.4)
V
Valery Sizov 已提交
657 658
      multi_json (>= 1.3.6)
      rack (>= 1.1)
D
Douwe Maan 已提交
659
    rack-protection (1.5.3)
G
gitlabhq 已提交
660
      rack
661 662
    rack-proxy (0.6.0)
      rack
V
Vinnie Okada 已提交
663
    rack-test (0.6.3)
G
gitlabhq 已提交
664
      rack (>= 1.0)
R
Rémy Coutable 已提交
665 666 667 668 669 670 671 672
    rails (4.2.10)
      actionmailer (= 4.2.10)
      actionpack (= 4.2.10)
      actionview (= 4.2.10)
      activejob (= 4.2.10)
      activemodel (= 4.2.10)
      activerecord (= 4.2.10)
      activesupport (= 4.2.10)
673
      bundler (>= 1.3.0, < 2.0)
R
Rémy Coutable 已提交
674
      railties (= 4.2.10)
V
Valery Sizov 已提交
675 676 677
      sprockets-rails
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
Z
Z.J. van de Weg 已提交
678
    rails-dom-testing (1.0.8)
V
Valery Sizov 已提交
679
      activesupport (>= 4.2.0.beta, < 5.0)
Z
Z.J. van de Weg 已提交
680
      nokogiri (~> 1.6)
V
Valery Sizov 已提交
681
      rails-deprecated_sanitizer (>= 1.0.1)
682
    rails-html-sanitizer (1.0.3)
V
Valery Sizov 已提交
683
      loofah (~> 2.0)
684 685 686
    rails-i18n (4.0.9)
      i18n (~> 0.7)
      railties (~> 4.0)
R
Rémy Coutable 已提交
687 688 689
    railties (4.2.10)
      actionpack (= 4.2.10)
      activesupport (= 4.2.10)
G
gitlabhq 已提交
690
      rake (>= 0.8.7)
691
      thor (>= 0.18.1, < 2.0)
692 693
    rainbow (2.2.2)
      rake
694
    raindrops (0.18.0)
R
Rémy Coutable 已提交
695
    rake (12.3.0)
696 697
    rblineprof (0.3.6)
      debugger-ruby_core_source (~> 1.3)
N
Nick Thomas 已提交
698
    rbnacl (4.0.2)
699 700 701
      ffi
    rbnacl-libsodium (1.0.11)
      rbnacl (>= 3.0.1)
R
Robert Speicher 已提交
702
    rdoc (4.2.2)
703
      json (~> 1.4)
704
    re2 (1.1.1)
705
    recaptcha (3.0.0)
706
      json
707
    recursive-open-struct (1.0.0)
708
    redcarpet (3.4.0)
S
Stan Hu 已提交
709
    redis (3.3.5)
710
    redis-actionpack (5.0.2)
711 712
      actionpack (>= 4.0, < 6)
      redis-rack (>= 1, < 3)
713 714
      redis-store (>= 1.1.0, < 2)
    redis-activesupport (5.0.4)
715
      activesupport (>= 3, < 6)
716
      redis-store (>= 1.3, < 2)
D
Douwe Maan 已提交
717
    redis-namespace (1.5.2)
J
Jacob Vosmaer 已提交
718
      redis (~> 3.0, >= 3.0.4)
Y
Yorick Peterse 已提交
719
    redis-rack (2.0.4)
720 721 722 723 724 725 726 727
      rack (>= 1.5, < 3)
      redis-store (>= 1.2, < 2)
    redis-rails (5.0.2)
      redis-actionpack (>= 5.0, < 6)
      redis-activesupport (>= 5.0, < 6)
      redis-store (>= 1.2, < 2)
    redis-store (1.4.1)
      redis (>= 2.2, < 5)
728 729 730 731
    representable (3.0.4)
      declarative (< 0.1.0)
      declarative-option (< 0.2.0)
      uber (< 0.2.0)
C
Connor Shea 已提交
732
    request_store (1.3.1)
733
    responders (2.3.0)
734
      railties (>= 4.2.0, < 5.1)
735 736 737 738
    rest-client (2.0.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
739
    retriable (3.1.1)
P
Paco Guzman 已提交
740
    rinku (2.0.0)
741
    rotp (2.1.2)
P
pbr 已提交
742
    rouge (2.2.1)
D
Douwe Maan 已提交
743 744
    rqrcode (0.7.0)
      chunky_png
745 746
    rqrcode-rails3 (0.1.7)
      rqrcode (>= 0.4.2)
747 748 749 750
    rspec (3.6.0)
      rspec-core (~> 3.6.0)
      rspec-expectations (~> 3.6.0)
      rspec-mocks (~> 3.6.0)
R
Robert Speicher 已提交
751 752 753
    rspec-core (3.6.0)
      rspec-support (~> 3.6.0)
    rspec-expectations (3.6.0)
754
      diff-lcs (>= 1.2.0, < 2.0)
R
Robert Speicher 已提交
755 756
      rspec-support (~> 3.6.0)
    rspec-mocks (3.6.0)
R
Robert Speicher 已提交
757
      diff-lcs (>= 1.2.0, < 2.0)
R
Robert Speicher 已提交
758
      rspec-support (~> 3.6.0)
759 760 761 762 763 764
    rspec-parameterized (0.4.0)
      binding_of_caller
      parser
      proc_to_ast
      rspec (>= 2.13, < 4)
      unparser
R
Robert Speicher 已提交
765
    rspec-rails (3.6.0)
766 767 768
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
R
Robert Speicher 已提交
769 770 771 772
      rspec-core (~> 3.6.0)
      rspec-expectations (~> 3.6.0)
      rspec-mocks (~> 3.6.0)
      rspec-support (~> 3.6.0)
K
Kamil Trzcinski 已提交
773 774
    rspec-retry (0.4.5)
      rspec-core
775
    rspec-set (0.1.3)
R
Robert Speicher 已提交
776
    rspec-support (3.6.0)
777
    rspec_profiling (0.0.5)
778 779 780 781
      activerecord
      pg
      rails
      sqlite3
R
Rémy Coutable 已提交
782
    rubocop (0.52.0)
783
      parallel (~> 1.10)
R
Rémy Coutable 已提交
784
      parser (>= 2.4.0.2, < 3.0)
785
      powerpack (~> 0.1)
R
Rémy Coutable 已提交
786
      rainbow (>= 2.2.2, < 4.0)
787
      ruby-progressbar (~> 1.7)
788
      unicode-display_width (~> 1.0, >= 1.0.1)
R
Rémy Coutable 已提交
789 790 791 792
    rubocop-gitlab-security (0.1.1)
      rubocop (>= 0.51)
    rubocop-rspec (1.20.1)
      rubocop (>= 0.51.0)
J
Jared Szechy 已提交
793
    ruby-fogbugz (0.2.1)
J
Jared Szechy 已提交
794
      crack (~> 0.4)
E
Elan Ruusamäe 已提交
795
    ruby-prof (0.16.2)
R
Rémy Coutable 已提交
796
    ruby-progressbar (1.9.0)
797
    ruby-saml (1.4.1)
R
Robert Speicher 已提交
798
      nokogiri (>= 1.5.10)
799
    ruby_parser (3.9.0)
D
Dmitriy Zaporozhets 已提交
800
      sexp_processor (~> 4.1)
801
    rubyntlm (0.6.2)
802
    rubypants (0.2.0)
R
Rémy Coutable 已提交
803
    rubyzip (1.2.1)
804 805
    rufus-scheduler (3.4.0)
      et-orbi (~> 1.0)
A
Alexis Reigel 已提交
806
    rugged (0.26.0)
807
    safe_yaml (1.0.4)
808
    sanitize (2.1.0)
809
      nokogiri (>= 1.4.4)
810
    sass (3.4.22)
811 812 813 814 815 816
    sass-rails (5.0.6)
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
M
Manuel Rüger 已提交
817 818
    sawyer (0.8.1)
      addressable (>= 2.3.5, < 2.6)
819
      faraday (~> 0.8, < 1.0)
T
Takuya Noguchi 已提交
820 821 822
    scss_lint (0.54.0)
      rake (>= 0.9, < 13)
      sass (~> 3.4.20)
823
    securecompare (1.0.0)
824
    seed-fu (2.3.6)
825 826
      activerecord (>= 3.1)
      activesupport (>= 3.1)
R
Robert Speicher 已提交
827
    select2-rails (3.5.9.3)
D
Dmitriy Zaporozhets 已提交
828
      thor (~> 0.14)
829
    selenium-webdriver (3.5.0)
830 831
      childprocess (~> 0.5)
      rubyzip (~> 1.0)
832
    sentry-raven (2.5.3)
833
      faraday (>= 0.7.6, < 1.0)
834
    settingslogic (2.0.9)
835
    sexp_processor (4.9.0)
J
Jared Szechy 已提交
836 837
    sham_rack (1.3.6)
      rack
838 839
    shoulda-matchers (3.1.2)
      activesupport (>= 4.0.0)
S
Stan Hu 已提交
840
    sidekiq (5.0.5)
G
Gabriel Mazetto 已提交
841
      concurrent-ruby (~> 1.0)
842
      connection_pool (~> 2.2, >= 2.2.0)
C
Connor Shea 已提交
843
      rack-protection (>= 1.5.0)
S
Stan Hu 已提交
844
      redis (>= 3.3.4, < 5)
845 846
    sidekiq-cron (0.6.0)
      rufus-scheduler (>= 3.3.0)
847
      sidekiq (>= 4.2.1)
848 849
    sidekiq-limit_fetch (3.4.0)
      sidekiq (>= 4)
850 851 852 853 854
    signet (0.7.3)
      addressable (~> 2.3)
      faraday (~> 0.9)
      jwt (~> 1.5)
      multi_json (~> 1.10)
B
Bob Van Landuyt 已提交
855
    simple_po_parser (1.1.2)
856
    simplecov (0.14.1)
857
      docile (~> 1.1.0)
K
Kamil Trzcinski 已提交
858
      json (>= 1.8, < 3)
859 860
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
861
    slack-notifier (1.5.1)
862
    slop (3.6.0)
D
Douwe Maan 已提交
863 864 865 866
    spinach (0.8.10)
      colorize
      gherkin-ruby (>= 0.3.2)
      json
D
Dmitriy Zaporozhets 已提交
867 868
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
N
Nihad Abbasov 已提交
869 870
      railties (>= 3)
      spinach (>= 0.4)
K
Kamil Trzcinski 已提交
871 872
    spinach-rerun-reporter (0.0.2)
      spinach (~> 0.8)
R
Robert Speicher 已提交
873 874
    spring (2.0.1)
      activesupport (>= 4.2)
J
Jeroen van Baarsen 已提交
875
    spring-commands-rspec (1.0.4)
J
Jeroen van Baarsen 已提交
876
      spring (>= 0.9.1)
877
    spring-commands-spinach (1.1.0)
J
Jeroen van Baarsen 已提交
878
      spring (>= 0.9.1)
Z
Z.J. van de Weg 已提交
879
    sprockets (3.7.1)
880
      concurrent-ruby (~> 1.0)
R
Robert Speicher 已提交
881
      rack (> 1, < 3)
R
Rémy Coutable 已提交
882
    sprockets-rails (3.2.1)
R
Robert Speicher 已提交
883 884 885
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
886
    sqlite3 (1.3.13)
887
    stackprof (0.2.10)
P
Pirate Praveen 已提交
888
    state_machines (0.4.0)
889 890
    state_machines-activemodel (0.4.0)
      activemodel (>= 4.1, < 5.1)
P
Pirate Praveen 已提交
891
      state_machines (>= 0.4.0)
892 893
    state_machines-activerecord (0.4.0)
      activerecord (>= 4.1, < 5.1)
P
Pirate Praveen 已提交
894
      state_machines-activemodel (>= 0.3.0)
895
    stringex (2.7.1)
896 897
    sys-filesystem (1.1.6)
      ffi
R
Rémy Coutable 已提交
898
    sysexits (1.2.0)
C
connorshea 已提交
899
    temple (0.7.7)
R
Rémy Coutable 已提交
900
    test-prof (0.2.5)
901
    test_after_commit (1.1.0)
D
Douwe Maan 已提交
902
      activerecord (>= 3.2)
R
Ruben Davila 已提交
903
    text (1.3.1)
C
Connor Shea 已提交
904
    thin (1.7.0)
D
Douwe Maan 已提交
905
      daemons (~> 1.0, >= 1.0.9)
V
Valery Sizov 已提交
906
      eventmachine (~> 1.0, >= 1.0.4)
C
Connor Shea 已提交
907
      rack (>= 1, < 3)
Z
Z.J. van de Weg 已提交
908
    thor (0.19.4)
909
    thread_safe (0.3.6)
910
    tilt (2.0.6)
K
Kamil Trzcinski 已提交
911
    timecop (0.8.1)
912
    timfel-krb5-auth (0.8.3)
W
Winnie Hellmann 已提交
913 914
    toml (0.1.2)
      parslet (~> 1.5.0)
915 916
    toml-rb (0.3.15)
      citrus (~> 3.0, > 3.0)
917
    truncato (0.7.10)
918
      htmlentities (~> 4.3.1)
919
      nokogiri (~> 1.8.0, >= 1.7.0)
R
Rémy Coutable 已提交
920
    tzinfo (1.2.4)
M
Marin Jankovski 已提交
921
      thread_safe (~> 0.1)
922
    u2f (0.2.1)
923
    uber (0.1.0)
R
Robert Speicher 已提交
924
    uglifier (2.7.2)
G
gitlabhq 已提交
925
      execjs (>= 0.3.0)
926
      json (>= 1.8.0)
927 928
    unf (0.1.4)
      unf_ext
929
    unf_ext (0.0.7.4)
930
    unicode-display_width (1.3.0)
931
    unicorn (5.1.0)
932 933
      kgio (~> 2.6)
      raindrops (~> 0.7)
V
Valery Sizov 已提交
934
    unicorn-worker-killer (0.4.4)
D
Douwe Maan 已提交
935
      get_process_mem (~> 0)
V
Valery Sizov 已提交
936
      unicorn (>= 4, < 6)
937
    uniform_notifier (1.10.0)
938 939 940 941 942 943 944 945
    unparser (0.2.6)
      abstract_type (~> 0.0.7)
      adamantium (~> 0.2.0)
      concord (~> 0.1.5)
      diff-lcs (~> 1.3)
      equalizer (~> 0.0.9)
      parser (>= 2.3.1.2, < 2.5)
      procto (~> 0.0.2)
946
    url_safe_base64 (0.2.2)
947
    validates_hostname (1.0.6)
948 949
      activerecord (>= 3.0)
      activesupport (>= 3.0)
950
    version_sorter (2.1.0)
D
Douwe Maan 已提交
951 952
    virtus (1.0.5)
      axiom-types (~> 0.1)
953
      coercible (~> 1.0)
D
Douwe Maan 已提交
954 955
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
C
Chris Wilson 已提交
956
    vmstat (2.3.0)
957
    warden (1.2.6)
G
gitlabhq 已提交
958
      rack (>= 1.0)
959
    webmock (2.3.2)
960
      addressable (>= 2.3.6)
D
Dmitriy Zaporozhets 已提交
961
      crack (>= 0.3.2)
962
      hashdiff
M
Mike Greiling 已提交
963 964
    webpack-rails (0.9.10)
      railties (>= 3.2.0)
V
Valery Sizov 已提交
965
    wikicloth (0.8.1)
R
Robert Schilling 已提交
966 967
      builder
      expression_parser
V
Valery Sizov 已提交
968
      rinku
W
Winnie Hellmann 已提交
969
    with_env (1.1.0)
970
    xml-simple (1.1.5)
971
    xpath (2.1.0)
G
gitlabhq 已提交
972 973 974 975 976 977
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
978
  RedCloth (~> 4.3.2)
979
  ace-rails-ap (~> 4.1.0)
980
  activerecord_sane_schema_dumper (= 0.2)
981
  acts-as-taggable-on (~> 4.0)
982
  addressable (~> 2.5.2)
983
  akismet (~> 2.0)
984
  allocations (~> 1.0)
D
Douglas Barbosa Alexandre 已提交
985
  asana (~> 0.6.0)
986
  asciidoctor (~> 1.5.2)
H
Horacio Sanson 已提交
987
  asciidoctor-plantuml (= 0.0.7)
I
Ian Baum 已提交
988
  asset_sync (~> 2.2.0)
989
  attr_encrypted (~> 3.0.0)
D
Douwe Maan 已提交
990
  awesome_print (~> 1.2.0)
991
  babosa (~> 1.0.2)
K
Kamil Trzcinski 已提交
992
  base32 (~> 0.3.0)
993
  batch-loader (~> 1.2.1)
994
  bcrypt_pbkdf (~> 1.0)
995
  benchmark-ips (~> 2.3.0)
996
  better_errors (~> 2.1.0)
D
Douwe Maan 已提交
997
  binding_of_caller (~> 0.7.2)
998
  bootstrap-sass (~> 3.3.0)
N
Nick Thomas 已提交
999
  bootstrap_form (~> 2.7.0)
R
Robert Speicher 已提交
1000
  brakeman (~> 3.6.0)
S
Stan Hu 已提交
1001
  browser (~> 2.2)
R
Robert Speicher 已提交
1002
  bullet (~> 5.5.0)
1003
  bundler-audit (~> 0.5.0)
1004
  capybara (~> 2.15)
R
Robert Speicher 已提交
1005
  capybara-screenshot (~> 1.0.0)
T
Takuya Noguchi 已提交
1006
  carrierwave (~> 1.2)
J
Jacob Vosmaer 已提交
1007
  charlock_holmes (~> 0.7.5)
R
Rémy Coutable 已提交
1008
  chronic (~> 0.10.2)
1009
  chronic_duration (~> 0.10.6)
1010
  concurrent-ruby (~> 1.0.5)
1011
  connection_pool (~> 2.0)
R
Robert Speicher 已提交
1012
  creole (~> 0.5.0)
R
Robert Speicher 已提交
1013
  d3_rails (~> 3.5.0)
1014
  database_cleaner (~> 1.5.0)
J
Jared Deckard 已提交
1015
  deckar01-task_list (= 2.0.0)
D
Dmitriy Zaporozhets 已提交
1016
  default_value_for (~> 3.0.0)
1017
  devise (~> 4.2)
1018
  devise-two-factor (~> 3.0.0)
M
Manuel Rüger 已提交
1019
  diffy (~> 3.1.0)
R
Robert Speicher 已提交
1020
  doorkeeper (~> 4.2.0)
1021
  doorkeeper-openid_connect (~> 1.2.0)
D
Douwe Maan 已提交
1022
  dropzonejs-rails (~> 0.7.1)
1023
  email_reply_trimmer (~> 0.1)
R
Robert Speicher 已提交
1024
  email_spec (~> 1.6.0)
1025
  factory_bot_rails (~> 4.8.2)
1026
  faraday (~> 0.12)
1027
  ffaker (~> 2.4)
R
Robert Speicher 已提交
1028
  flay (~> 2.8.0)
1029 1030 1031
  flipper (~> 0.11.0)
  flipper-active_record (~> 0.11.0)
  flipper-active_support_cache_store (~> 0.11.0)
1032
  fog-aliyun (~> 0.2.0)
1033
  fog-aws (~> 1.4)
1034
  fog-core (~> 1.44)
1035
  fog-google (~> 0.5)
S
Stan Hu 已提交
1036 1037
  fog-local (~> 0.3)
  fog-openstack (~> 0.1)
1038
  fog-rackspace (~> 0.1.1)
1039
  font-awesome-rails (~> 4.7)
1040
  foreman (~> 0.78.0)
R
Robert Speicher 已提交
1041
  fuubar (~> 2.2.0)
1042
  gemnasium-gitlab-service (~> 0.2)
1043
  gemojione (~> 3.3)
R
Ruben Davila 已提交
1044 1045
  gettext (~> 3.2.2)
  gettext_i18n_rails (~> 1.8.0)
1046
  gettext_i18n_rails_js (~> 1.2.0)
A
Ahmad Sherif 已提交
1047
  gitaly-proto (~> 0.64.0)
1048
  github-linguist (~> 4.7.0)
1049
  gitlab-flowdock-git-hook (~> 1.0.1)
M
Markus Koller 已提交
1050
  gitlab-markup (~> 1.6.2)
R
Rémy Coutable 已提交
1051
  gitlab-styles (~> 2.2.0)
1052
  gitlab_omniauth-ldap (~> 2.0.4)
1053
  gollum-lib (~> 4.2)
E
Elan Ruusamäe 已提交
1054
  gollum-rugged_adapter (~> 0.4.4)
C
Connor Shea 已提交
1055
  gon (~> 6.1.0)
1056
  google-api-client (~> 0.13.6)
K
Kevin O'Connor 已提交
1057
  gpgme
Z
Zeger-Jan van de Weg 已提交
1058
  grape (~> 1.0)
Z
Z.J. van de Weg 已提交
1059
  grape-entity (~> 0.6.0)
Z
Zeger-Jan van de Weg 已提交
1060
  grape-route-helpers (~> 2.1.0)
1061
  grape_logging (~> 1.7)
1062
  haml_lint (~> 0.26.0)
R
Robert Speicher 已提交
1063
  hamlit (~> 2.6.1)
1064
  hashie-forbidden_attributes
1065
  health_check (~> 2.6.0)
C
Chulki Lee 已提交
1066
  hipchat (~> 1.5.0)
1067
  html-pipeline (~> 1.11.0)
1068
  html2text
D
Douwe Maan 已提交
1069
  httparty (~> 0.13.3)
1070
  influxdb (~> 0.2)
1071
  jira-ruby (~> 1.4)
1072
  jquery-atwho-rails (~> 1.3.2)
T
Takuya Noguchi 已提交
1073
  jquery-rails (~> 4.3.1)
1074
  json-schema (~> 2.8.0)
1075
  jwt (~> 1.5.6)
1076
  kaminari (~> 1.0)
1077
  knapsack (~> 1.11.0)
1078
  kubeclient (~> 2.2.0)
R
Robert Speicher 已提交
1079
  letter_opener_web (~> 1.3.0)
W
Winnie Hellmann 已提交
1080
  license_finder (~> 3.1)
1081
  licensee (~> 8.7.0)
1082
  lograge (~> 0.5)
S
Stan Hu 已提交
1083
  loofah (~> 2.0.3)
1084
  mail_room (~> 0.9.1)
1085
  method_source (~> 0.8)
D
Douwe Maan 已提交
1086 1087
  minitest (~> 5.7.0)
  mousetrap-rails (~> 1.4.6)
1088
  mysql2 (~> 0.4.10)
1089
  net-ldap
1090
  net-ssh (~> 4.1.0)
1091
  nokogiri (~> 1.8.1)
1092
  oauth2 (~> 1.4)
1093
  octokit (~> 4.6.2)
1094
  oj (~> 2.17.4)
S
Stan Hu 已提交
1095
  omniauth (~> 1.4.2)
1096
  omniauth-auth0 (~> 1.4.1)
1097
  omniauth-authentiq (~> 0.3.1)
1098
  omniauth-azure-oauth2 (~> 0.0.9)
1099
  omniauth-cas3 (~> 1.1.4)
1100
  omniauth-facebook (~> 4.0.0)
D
Douwe Maan 已提交
1101
  omniauth-github (~> 1.1.1)
1102
  omniauth-gitlab (~> 1.0.2)
1103
  omniauth-google-oauth2 (~> 0.5.2)
1104
  omniauth-kerberos (~> 0.3.0)
J
Joe Marty 已提交
1105
  omniauth-oauth2-generic (~> 0.2.2)
1106
  omniauth-saml (~> 1.7.0)
1107
  omniauth-shibboleth (~> 1.2.0)
1108
  omniauth-twitter (~> 1.2.0)
1109
  omniauth_crowd (~> 2.2.0)
D
Douwe Maan 已提交
1110
  org-ruby (~> 0.9.12)
1111 1112 1113 1114
  peek (~> 1.0.1)
  peek-gc (~> 0.0.2)
  peek-host (~> 1.0.0)
  peek-mysql2 (~> 1.1.0)
1115
  peek-performance_bar (~> 1.3.0)
1116 1117 1118 1119
  peek-pg (~> 1.3.0)
  peek-rblineprof (~> 0.2.0)
  peek-redis (~> 1.2.0)
  peek-sidekiq (~> 1.0.3)
D
Douwe Maan 已提交
1120
  pg (~> 0.18.2)
1121
  premailer-rails (~> 1.9.7)
1122
  prometheus-client-mmap (~> 0.7.0.beta44)
S
Semyon Pupkov 已提交
1123
  pry-byebug (~> 3.4.1)
1124
  pry-rails (~> 0.3.4)
M
Manuel Rüger 已提交
1125
  rack-attack (~> 4.4.1)
R
Robert Speicher 已提交
1126
  rack-cors (~> 0.4.0)
R
Robert Speicher 已提交
1127
  rack-oauth2 (~> 1.2.1)
1128
  rack-proxy (~> 0.6.0)
R
Rémy Coutable 已提交
1129
  rails (= 4.2.10)
V
Valery Sizov 已提交
1130
  rails-deprecated_sanitizer (~> 1.0.3)
1131
  rails-i18n (~> 4.0.9)
1132
  rainbow (~> 2.2)
1133
  raindrops (~> 0.18)
1134
  rblineprof (~> 0.3.6)
N
Nick Thomas 已提交
1135
  rbnacl (~> 4.0)
1136
  rbnacl-libsodium
R
Robert Speicher 已提交
1137
  rdoc (~> 4.2)
1138
  re2 (~> 1.1.1)
1139
  recaptcha (~> 3.0)
1140
  redcarpet (~> 3.4)
1141
  redis (~> 3.2)
1142
  redis-namespace (~> 1.5.2)
1143
  redis-rails (~> 5.0.2)
1144
  request_store (~> 1.3)
V
Valery Sizov 已提交
1145
  responders (~> 2.0)
1146
  rouge (~> 2.0)
D
Douwe Maan 已提交
1147
  rqrcode-rails3 (~> 0.1.7)
1148
  rspec-parameterized
R
Robert Speicher 已提交
1149
  rspec-rails (~> 3.6.0)
1150
  rspec-retry (~> 0.4.5)
1151
  rspec-set (~> 0.1.3)
1152
  rspec_profiling (~> 0.0.5)
R
Rémy Coutable 已提交
1153 1154
  rubocop (~> 0.52.0)
  rubocop-rspec (~> 1.20.1)
J
Jared Szechy 已提交
1155
  ruby-fogbugz (~> 0.2.1)
E
Elan Ruusamäe 已提交
1156
  ruby-prof (~> 0.16.2)
1157
  ruby_parser (~> 3.8)
1158
  rufus-scheduler (~> 3.4)
A
Alexis Reigel 已提交
1159
  rugged (~> 0.26.0)
1160
  sanitize (~> 2.0)
1161
  sass-rails (~> 5.0.6)
T
Takuya Noguchi 已提交
1162
  scss_lint (~> 0.54.0)
1163
  seed-fu (= 2.3.6)
R
Robert Speicher 已提交
1164
  select2-rails (~> 3.5.9)
1165
  selenium-webdriver (~> 3.5)
1166
  sentry-raven (~> 2.5.3)
D
Douwe Maan 已提交
1167
  settingslogic (~> 2.0.9)
1168
  sham_rack (~> 1.3.6)
1169
  shoulda-matchers (~> 3.1.2)
D
Douwe Maan 已提交
1170
  sidekiq (~> 5.0)
1171
  sidekiq-cron (~> 0.6.0)
1172
  sidekiq-limit_fetch (~> 3.4)
B
Bob Van Landuyt 已提交
1173
  simple_po_parser (~> 1.1.2)
1174
  simplecov (~> 0.14.0)
1175
  slack-notifier (~> 1.5.1)
D
Douwe Maan 已提交
1176
  spinach-rails (~> 0.2.1)
K
Kamil Trzcinski 已提交
1177
  spinach-rerun-reporter (~> 0.0.2)
R
Robert Speicher 已提交
1178
  spring (~> 2.0.0)
D
Douwe Maan 已提交
1179
  spring-commands-rspec (~> 1.0.4)
1180
  spring-commands-spinach (~> 1.1.0)
U
ubudzisz 已提交
1181
  sprockets (~> 3.7.0)
1182
  stackprof (~> 0.2.10)
1183
  state_machines-activerecord (~> 0.4.0)
1184
  sys-filesystem (~> 1.1.6)
R
Rémy Coutable 已提交
1185
  test-prof (~> 0.2.5)
1186
  test_after_commit (~> 1.1)
C
Connor Shea 已提交
1187
  thin (~> 1.7.0)
1188
  timecop (~> 0.8.0)
1189
  toml-rb (~> 0.3.15)
1190
  truncato (~> 0.7.9)
1191
  u2f (~> 0.2.1)
R
Robert Speicher 已提交
1192
  uglifier (~> 2.7.2)
D
Douwe Maan 已提交
1193
  unf (~> 0.1.4)
1194 1195
  unicorn (~> 5.1.0)
  unicorn-worker-killer (~> 0.4.4)
1196
  validates_hostname (~> 1.0.6)
1197
  version_sorter (~> 2.1.0)
D
Douwe Maan 已提交
1198
  virtus (~> 1.0.1)
C
Chris Wilson 已提交
1199
  vmstat (~> 2.3.0)
1200
  webmock (~> 2.3.2)
M
Mike Greiling 已提交
1201
  webpack-rails (~> 0.9.10)
V
Valery Sizov 已提交
1202
  wikicloth (= 0.8.1)
C
connorshea 已提交
1203 1204

BUNDLED WITH
1205
   1.16.0