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

PLATFORMS
  ruby

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

BUNDLED WITH
1198
   1.16.0