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

PLATFORMS
  ruby

DEPENDENCIES
941
  RedCloth (~> 4.3.2)
942
  ace-rails-ap (~> 4.1.0)
J
Jan Provaznik 已提交
943
  activerecord_sane_schema_dumper (= 1.0)
944
  acts-as-taggable-on (~> 5.0)
945
  addressable (~> 2.5.2)
946
  akismet (~> 2.0)
T
Takuya Noguchi 已提交
947
  asana (~> 0.8.1)
T
Takuya Noguchi 已提交
948
  asciidoctor (~> 1.5.8)
949
  asciidoctor-plantuml (= 0.0.8)
950
  attr_encrypted (~> 3.1.0)
951
  awesome_print
952
  babosa (~> 1.0.2)
K
Kamil Trzcinski 已提交
953
  base32 (~> 0.3.0)
D
Douwe Maan 已提交
954
  batch-loader (~> 1.2.2)
955
  bcrypt_pbkdf (~> 1.0)
956
  benchmark-ips (~> 2.3.0)
S
Stan Hu 已提交
957
  better_errors (~> 2.5.0)
958
  binding_of_caller (~> 0.8.0)
959
  bootsnap (~> 1.3)
N
Nick Thomas 已提交
960
  bootstrap_form (~> 2.7.0)
T
Takuya Noguchi 已提交
961
  brakeman (~> 4.2)
S
Stan Hu 已提交
962
  browser (~> 2.5)
R
Robert Speicher 已提交
963
  bullet (~> 5.5.0)
964
  bundler-audit (~> 0.5.0)
965
  capybara (~> 2.15)
R
Robert Speicher 已提交
966
  capybara-screenshot (~> 1.0.0)
967
  carrierwave (= 1.2.3)
J
Jacob Vosmaer 已提交
968
  charlock_holmes (~> 0.7.5)
R
Rémy Coutable 已提交
969
  chronic (~> 0.10.2)
970
  chronic_duration (~> 0.10.6)
B
blackst0ne 已提交
971
  commonmarker (~> 0.17)
972
  concurrent-ruby (~> 1.1)
973
  connection_pool (~> 2.0)
R
Robert Speicher 已提交
974
  creole (~> 0.5.0)
975
  database_cleaner (~> 1.5.0)
J
Jared Deckard 已提交
976
  deckar01-task_list (= 2.0.0)
977
  device_detector
P
Pirate Praveen 已提交
978
  devise (~> 4.4)
979
  devise-two-factor (~> 3.0.0)
M
Manuel Rüger 已提交
980
  diffy (~> 3.1.0)
B
blackst0ne 已提交
981
  discordrb-webhooks-blackst0ne (~> 3.3)
982
  doorkeeper (~> 4.3)
983
  doorkeeper-openid_connect (~> 1.5)
984
  ed25519 (~> 1.2)
985
  email_reply_trimmer (~> 0.1)
T
Takuya Noguchi 已提交
986
  email_spec (~> 2.2.0)
987
  escape_utils (~> 1.1)
988
  factory_bot_rails (~> 4.8.2)
989
  faraday (~> 0.12)
D
dosire 已提交
990
  fast_blank
T
Takuya Noguchi 已提交
991
  ffaker (~> 2.10)
P
Pirate Praveen 已提交
992 993 994
  flipper (~> 0.13.0)
  flipper-active_record (~> 0.13.0)
  flipper-active_support_cache_store (~> 0.13.0)
995
  flowdock (~> 0.7)
996
  fog-aliyun (~> 0.2.0)
A
Alessio Caiazza 已提交
997
  fog-aws (~> 2.0.1)
998
  fog-core (~> 1.44)
999
  fog-google (~> 1.7.1)
S
Stan Hu 已提交
1000 1001
  fog-local (~> 0.3)
  fog-openstack (~> 0.1)
1002
  fog-rackspace (~> 0.1.1)
1003
  font-awesome-rails (~> 4.7)
1004
  foreman (~> 0.84.0)
R
Robert Speicher 已提交
1005
  fuubar (~> 2.2.0)
1006
  gemojione (~> 3.3)
R
Ruben Davila 已提交
1007 1008
  gettext (~> 3.2.2)
  gettext_i18n_rails (~> 1.8.0)
1009
  gettext_i18n_rails_js (~> 1.3)
N
Nick Thomas 已提交
1010
  gitaly-proto (~> 1.3.0)
1011
  github-markup (~> 1.7.0)
1012
  gitlab-default_value_for (~> 3.1.1)
1013
  gitlab-markup (~> 1.6.5)
V
Valery Sizov 已提交
1014
  gitlab-sidekiq-fetcher
1015
  gitlab-styles (~> 2.4)
1016
  gitlab_omniauth-ldap (~> 2.0.4)
P
Pirate Praveen 已提交
1017
  gon (~> 6.2)
1018
  google-api-client (~> 0.23)
S
Stan Hu 已提交
1019
  google-protobuf (~> 3.6)
1020
  gpgme (~> 2.0.18)
1021
  grape (~> 1.1.0)
1022
  grape-entity (~> 0.7.1)
1023
  grape-path-helpers (~> 1.0)
1024
  grape_logging (~> 1.7)
N
Nick Thomas 已提交
1025
  graphiql-rails (~> 1.4.10)
1026
  graphql (~> 1.8.0)
A
Alejandro Rodríguez 已提交
1027
  grpc (~> 1.15.0)
T
Takuya Noguchi 已提交
1028
  haml_lint (~> 0.28.0)
1029
  hamlit (~> 2.8.8)
1030
  hangouts-chat (~> 0.0.5)
1031
  hashie-forbidden_attributes
1032
  health_check (~> 2.6.0)
C
Chulki Lee 已提交
1033
  hipchat (~> 1.5.0)
1034
  html-pipeline (~> 2.8)
1035
  html2text
D
Douwe Maan 已提交
1036
  httparty (~> 0.13.3)
1037
  icalendar
1038
  influxdb (~> 0.2)
1039
  jira-ruby (~> 1.4)
1040
  jquery-atwho-rails (~> 1.3.2)
1041
  js_regex (~> 2.2.1)
1042
  json-schema (~> 2.8.0)
1043
  jwt (~> 1.5.6)
1044
  kaminari (~> 1.0)
1045
  knapsack (~> 1.17)
T
Thong Kuah 已提交
1046
  kubeclient (~> 4.0.0)
R
Robert Speicher 已提交
1047
  letter_opener_web (~> 1.3.0)
1048
  license_finder (~> 5.4)
P
Pirate Praveen 已提交
1049
  licensee (~> 8.9)
1050
  lograge (~> 0.5)
1051
  loofah (~> 2.2)
1052
  mail_room (~> 0.9.1)
1053
  method_source (~> 0.8)
1054
  mimemagic (~> 0.3.2)
1055
  mini_magick
D
Douwe Maan 已提交
1056
  minitest (~> 5.7.0)
1057
  mysql2 (~> 0.4.10)
1058
  nakayoshi_fork (~> 0.0.4)
1059
  net-ldap
1060
  net-ssh (~> 5.0)
R
Rémy Coutable 已提交
1061
  nokogiri (~> 1.8.2)
1062
  oauth2 (~> 1.4)
A
Ash McKenzie 已提交
1063
  octokit (~> 4.9)
P
Pirate Praveen 已提交
1064
  omniauth (~> 1.8)
1065
  omniauth-auth0 (~> 2.0.0)
1066
  omniauth-authentiq (~> 0.3.3)
1067
  omniauth-azure-oauth2 (~> 0.0.9)
1068
  omniauth-cas3 (~> 1.1.4)
1069
  omniauth-facebook (~> 4.0.0)
1070
  omniauth-github (~> 1.3)
1071
  omniauth-gitlab (~> 1.0.2)
1072
  omniauth-google-oauth2 (~> 0.5.3)
1073
  omniauth-kerberos (~> 0.3.0)
J
Joe Marty 已提交
1074
  omniauth-oauth2-generic (~> 0.2.2)
P
Pirate Praveen 已提交
1075
  omniauth-saml (~> 1.10)
1076
  omniauth-shibboleth (~> 1.3.0)
1077
  omniauth-twitter (~> 1.4)
1078
  omniauth_crowd (~> 2.2.0)
D
Douwe Maan 已提交
1079
  org-ruby (~> 0.9.12)
1080 1081 1082 1083 1084 1085
  peek (~> 1.0.1)
  peek-gc (~> 0.0.2)
  peek-mysql2 (~> 1.1.0)
  peek-pg (~> 1.3.0)
  peek-rblineprof (~> 0.2.0)
  peek-redis (~> 1.2.0)
D
Douwe Maan 已提交
1086
  pg (~> 0.18.2)
1087
  premailer-rails (~> 1.9.7)
S
Stan Hu 已提交
1088
  prometheus-client-mmap (~> 0.9.4)
S
Semyon Pupkov 已提交
1089
  pry-byebug (~> 3.4.1)
1090
  pry-rails (~> 0.3.4)
1091 1092
  puma (~> 3.12)
  puma_worker_killer
1093
  rack (= 2.0.6)
M
Manuel Rüger 已提交
1094
  rack-attack (~> 4.4.1)
1095
  rack-cors (~> 1.0.0)
R
Robert Speicher 已提交
1096
  rack-oauth2 (~> 1.2.1)
1097
  rack-proxy (~> 0.6.0)
J
Jan Provaznik 已提交
1098 1099
  rails (= 5.0.7)
  rails-controller-testing
V
Valery Sizov 已提交
1100
  rails-deprecated_sanitizer (~> 1.0.3)
J
Jan Provaznik 已提交
1101
  rails-i18n (~> 5.1)
1102
  rainbow (~> 3.0)
1103
  raindrops (~> 0.18)
1104
  rblineprof (~> 0.3.6)
S
Stan Hu 已提交
1105
  rbtrace (~> 0.4)
T
Takuya Noguchi 已提交
1106
  rdoc (~> 6.0)
1107
  re2 (~> 1.1.1)
1108
  recaptcha (~> 3.0)
1109
  redcarpet (~> 3.4)
1110
  redis (~> 3.2)
T
Takuya Noguchi 已提交
1111
  redis-namespace (~> 1.6.0)
1112
  redis-rails (~> 5.0.2)
1113
  request_store (~> 1.3)
V
Valery Sizov 已提交
1114
  responders (~> 2.0)
1115
  rouge (~> 3.1)
D
Douwe Maan 已提交
1116
  rqrcode-rails3 (~> 0.1.7)
1117
  rspec-parameterized
R
Robert Speicher 已提交
1118
  rspec-rails (~> 3.7.0)
1119
  rspec-retry (~> 0.4.5)
1120
  rspec-set (~> 0.1.3)
1121
  rspec_junit_formatter
1122
  rspec_profiling (~> 0.0.5)
1123
  rubocop (~> 0.54.0)
1124
  rubocop-rspec (~> 1.22.1)
J
Jared Szechy 已提交
1125
  ruby-fogbugz (~> 0.2.1)
1126
  ruby-prof (~> 0.17.0)
1127
  ruby-progressbar
1128
  ruby_parser (~> 3.8)
1129
  rufus-scheduler (~> 3.4)
S
Stan Hu 已提交
1130
  rugged (~> 0.27)
1131
  sanitize (~> 4.6)
1132
  sass-rails (~> 5.0.6)
T
Takuya Noguchi 已提交
1133
  scss_lint (~> 0.56.0)
1134
  seed-fu (~> 2.3.7)
R
Robert Speicher 已提交
1135
  select2-rails (~> 3.5.9)
1136
  selenium-webdriver (~> 3.12)
1137
  sentry-raven (~> 2.7)
D
Douwe Maan 已提交
1138
  settingslogic (~> 2.0.9)
1139
  sham_rack (~> 1.3.6)
1140
  shoulda-matchers (~> 3.1.2)
S
Stan Hu 已提交
1141
  sidekiq (~> 5.2.1)
1142
  sidekiq-cron (~> 0.6.0)
B
Bob Van Landuyt 已提交
1143
  simple_po_parser (~> 1.1.2)
1144
  simplecov (~> 0.14.0)
1145
  slack-notifier (~> 1.5.1)
R
Robert Speicher 已提交
1146
  spring (~> 2.0.0)
D
Douwe Maan 已提交
1147
  spring-commands-rspec (~> 1.0.4)
U
ubudzisz 已提交
1148
  sprockets (~> 3.7.0)
1149
  sshkey (~> 1.9.0)
1150
  stackprof (~> 0.2.10)
1151
  state_machines-activerecord (~> 0.5.1)
1152
  sys-filesystem (~> 1.1.6)
R
Rémy Coutable 已提交
1153
  test-prof (~> 0.2.5)
C
Connor Shea 已提交
1154
  thin (~> 1.7.0)
1155
  timecop (~> 0.8.0)
K
Ken 已提交
1156
  toml-rb (~> 1.0.0)
1157
  truncato (~> 0.7.9)
1158
  u2f (~> 0.2.1)
R
Robert Speicher 已提交
1159
  uglifier (~> 2.7.2)
D
Douwe Maan 已提交
1160
  unf (~> 0.1.4)
1161 1162
  unicorn (~> 5.1.0)
  unicorn-worker-killer (~> 0.4.4)
1163
  validates_hostname (~> 1.0.6)
1164
  version_sorter (~> 2.1.0)
D
Douwe Maan 已提交
1165
  virtus (~> 1.0.1)
C
Chris Wilson 已提交
1166
  vmstat (~> 2.3.0)
1167
  webmock (~> 2.3.2)
M
Mike Greiling 已提交
1168
  webpack-rails (~> 0.9.10)
V
Valery Sizov 已提交
1169
  wikicloth (= 0.8.1)
C
connorshea 已提交
1170 1171

BUNDLED WITH
1172
   1.17.1