Gemfile.lock 24.8 KB
Newer Older
G
gitlabhq 已提交
1
GEM
2
  remote: https://rubygems.org/
G
gitlabhq 已提交
3
  specs:
4
    RedCloth (4.3.2)
5
    ace-rails-ap (4.1.0)
6 7 8 9
    actionmailer (4.2.7.1)
      actionpack (= 4.2.7.1)
      actionview (= 4.2.7.1)
      activejob (= 4.2.7.1)
V
Vinnie Okada 已提交
10
      mail (~> 2.5, >= 2.5.4)
V
Valery Sizov 已提交
11
      rails-dom-testing (~> 1.0, >= 1.0.5)
12 13 14
    actionpack (4.2.7.1)
      actionview (= 4.2.7.1)
      activesupport (= 4.2.7.1)
V
Valery Sizov 已提交
15
      rack (~> 1.6)
16
      rack-test (~> 0.6.2)
V
Valery Sizov 已提交
17 18
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
19 20
    actionview (4.2.7.1)
      activesupport (= 4.2.7.1)
M
Marin Jankovski 已提交
21 22
      builder (~> 3.1)
      erubis (~> 2.7.0)
V
Valery Sizov 已提交
23 24
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
25 26
    activejob (4.2.7.1)
      activesupport (= 4.2.7.1)
V
Valery Sizov 已提交
27
      globalid (>= 0.3.0)
28 29
    activemodel (4.2.7.1)
      activesupport (= 4.2.7.1)
M
Marin Jankovski 已提交
30
      builder (~> 3.1)
31 32 33
    activerecord (4.2.7.1)
      activemodel (= 4.2.7.1)
      activesupport (= 4.2.7.1)
V
Valery Sizov 已提交
34
      arel (~> 6.0)
35 36
    activerecord_sane_schema_dumper (0.2)
      rails (>= 4, < 5)
37
    activesupport (4.2.7.1)
V
Valery Sizov 已提交
38
      i18n (~> 0.7)
M
Marin Jankovski 已提交
39 40
      json (~> 1.7, >= 1.7.7)
      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
    addressable (2.3.8)
V
Valery Sizov 已提交
46 47
    after_commit_queue (1.3.0)
      activerecord (>= 3.0)
48
    akismet (2.0.0)
49
    allocations (1.0.5)
V
Valery Sizov 已提交
50
    arel (6.0.3)
R
Robert Speicher 已提交
51 52 53 54 55
    asana (0.4.0)
      faraday (~> 0.9)
      faraday_middleware (~> 0.9)
      faraday_middleware-multi_json (~> 0.0)
      oauth2 (~> 1.0)
V
Valery Sizov 已提交
56
    asciidoctor (1.5.3)
57 58
    asciidoctor-plantuml (0.0.6)
      asciidoctor (~> 1.5)
Z
Z.J. van de Weg 已提交
59
    ast (2.3.0)
60
    attr_encrypted (3.0.3)
61
      encryptor (~> 3.0.0)
V
Valery Sizov 已提交
62
    attr_required (1.0.0)
63 64 65 66
    autoparse (0.3.3)
      addressable (>= 2.3.1)
      extlib (>= 0.9.15)
      multi_json (>= 1.0.0)
67
    autoprefixer-rails (6.2.3)
D
Dmitriy Zaporozhets 已提交
68 69
      execjs
      json
70
    awesome_print (1.2.0)
D
Douwe Maan 已提交
71 72 73 74
    axiom-types (0.1.1)
      descendants_tracker (~> 0.0.4)
      ice_nine (~> 0.11.0)
      thread_safe (~> 0.3, >= 0.3.1)
75
    babosa (1.0.2)
K
Kamil Trzcinski 已提交
76
    base32 (0.3.2)
77
    bcrypt (3.1.11)
78
    benchmark-ips (2.3.0)
79
    better_errors (1.0.1)
80
      coderay (>= 1.0.0)
D
Dmitriy Zaporozhets 已提交
81
      erubis (>= 2.6.6)
82
    binding_of_caller (0.7.2)
83
      debug_inspector (>= 0.0.1)
84 85 86
    bootstrap-sass (3.3.6)
      autoprefixer-rails (>= 5.2.1)
      sass (>= 3.3.4)
B
Brian Neel 已提交
87
    brakeman (3.4.1)
S
Stan Hu 已提交
88
    browser (2.2.0)
M
Marin Jankovski 已提交
89
    builder (3.2.2)
90
    bullet (5.2.0)
Y
Yorick Peterse 已提交
91
      activesupport (>= 3.0.0)
92
      uniform_notifier (~> 1.10.0)
93
    bundler-audit (0.5.0)
D
Dmitriy Zaporozhets 已提交
94 95
      bundler (~> 1.2)
      thor (~> 0.18)
S
Semyon Pupkov 已提交
96
    byebug (9.0.6)
S
Stan Hu 已提交
97 98
    capybara (2.6.2)
      addressable
G
gitlabhq 已提交
99 100 101 102
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
103
      xpath (~> 2.0)
D
Douwe Maan 已提交
104
    capybara-screenshot (1.0.11)
R
Robert Speicher 已提交
105 106
      capybara (>= 1.0, < 3)
      launchy
R
Rubén Dávila 已提交
107
    carrierwave (0.10.0)
108 109
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
110
      json (>= 1.7)
R
Rubén Dávila 已提交
111
      mime-types (>= 1.16)
112
    cause (0.1)
S
Stan Hu 已提交
113
    charlock_holmes (0.7.3)
R
Rémy Coutable 已提交
114
    chronic (0.10.2)
115 116
    chronic_duration (0.10.6)
      numerizer (~> 0.1.1)
V
Valery Sizov 已提交
117
    chunky_png (1.3.5)
118
    cliver (0.3.2)
119
    coderay (1.1.0)
120
    coercible (1.0.0)
121
      descendants_tracker (~> 0.0.1)
122
    coffee-rails (4.1.1)
G
gitlabhq 已提交
123
      coffee-script (>= 2.2.0)
124
      railties (>= 4.0.0, < 5.1.x)
R
Robert Speicher 已提交
125
    coffee-script (2.4.1)
G
gitlabhq 已提交
126 127
      coffee-script-source
      execjs
128
    coffee-script-source (1.10.0)
R
Robert Speicher 已提交
129
    colorize (0.7.7)
S
Stan Hu 已提交
130
    concurrent-ruby (1.0.2)
C
Connor Shea 已提交
131
    connection_pool (2.2.1)
132
    crack (0.4.3)
133
      safe_yaml (~> 1.0.0)
R
Robert Speicher 已提交
134
    creole (0.5.0)
135
    css_parser (1.4.1)
D
Douwe Maan 已提交
136
      addressable
137
    d3_rails (3.5.11)
138
      railties (>= 3.1.0)
D
Douwe Maan 已提交
139
    daemons (1.2.3)
140
    database_cleaner (1.5.3)
141
    debug_inspector (0.0.2)
142
    debugger-ruby_core_source (1.3.8)
143
    deckar01-task_list (1.0.6)
144 145 146
      activesupport (~> 4.0)
      html-pipeline
      rack (~> 1.0)
147 148
    default_value_for (3.0.2)
      activerecord (>= 3.2.0, < 5.1)
D
Douwe Maan 已提交
149 150
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
151
    devise (4.2.0)
M
Marin Jankovski 已提交
152
      bcrypt (~> 3.0)
N
Nihad Abbasov 已提交
153
      orm_adapter (~> 0.1)
154
      railties (>= 4.1.0, < 5.1)
R
Robert Speicher 已提交
155
      responders
156
      warden (~> 1.2.3)
157
    devise-two-factor (3.0.0)
158
      activesupport
159 160
      attr_encrypted (>= 1.3, < 4, != 2)
      devise (~> 4.0)
D
Douwe Maan 已提交
161
      railties
162
      rotp (~> 2.0)
163
    diff-lcs (1.2.5)
M
Manuel Rüger 已提交
164
    diffy (3.1.0)
D
DJ Mountney 已提交
165
    docile (1.1.5)
166 167
    domain_name (0.5.20161021)
      unf (>= 0.0.5, < 1.0.0)
R
Robert Speicher 已提交
168
    doorkeeper (4.2.0)
169
      railties (>= 4.2)
V
Valery Sizov 已提交
170
    dropzonejs-rails (0.7.2)
171
      rails (> 3.1)
172
    email_reply_trimmer (0.1.6)
R
Robert Speicher 已提交
173
    email_spec (1.6.0)
R
Riyad Preukschas 已提交
174
      launchy (~> 2.1)
175
      mail (~> 2.2)
176
    encryptor (3.0.0)
D
Douwe Maan 已提交
177
    equalizer (0.0.11)
G
gitlabhq 已提交
178
    erubis (2.7.0)
179
    escape_utils (1.1.1)
D
Douwe Maan 已提交
180
    eventmachine (1.0.8)
181
    excon (0.52.0)
D
Douwe Maan 已提交
182
    execjs (2.6.0)
R
Robert Schilling 已提交
183
    expression_parser (0.9.0)
184
    extlib (0.9.16)
185
    factory_girl (4.7.0)
R
Robert Speicher 已提交
186
      activesupport (>= 3.0.0)
187 188
    factory_girl_rails (4.7.0)
      factory_girl (~> 4.7.0)
R
Robert Speicher 已提交
189
      railties (>= 3.0.0)
R
Robert Speicher 已提交
190 191
    faraday (0.9.2)
      multipart-post (>= 1.2, < 3)
D
Douwe Maan 已提交
192 193
    faraday_middleware (0.10.0)
      faraday (>= 0.7.4, < 0.10)
R
Robert Speicher 已提交
194 195 196
    faraday_middleware-multi_json (0.0.6)
      faraday_middleware
      multi_json
197
    ffaker (2.4.0)
D
Douwe Maan 已提交
198
    ffi (1.9.10)
199 200 201
    flay (2.6.1)
      ruby_parser (~> 3.0)
      sexp_processor (~> 4.0)
V
Valery Sizov 已提交
202
    flowdock (0.7.1)
203 204
      httparty (~> 0.7)
      multi_json
205 206
    fog-aws (0.11.0)
      fog-core (~> 1.38)
S
Stan Hu 已提交
207 208 209
      fog-json (~> 1.0)
      fog-xml (~> 0.1)
      ipaddress (~> 0.8)
210
    fog-core (1.42.0)
211
      builder
S
Stan Hu 已提交
212
      excon (~> 0.49)
213
      formatador (~> 0.2)
214 215 216 217
    fog-google (0.5.0)
      fog-core
      fog-json
      fog-xml
218 219 220
    fog-json (1.0.2)
      fog-core (~> 1.0)
      multi_json (~> 1.10)
S
Stan Hu 已提交
221
    fog-local (0.3.0)
S
Stan Hu 已提交
222
      fog-core (~> 1.27)
S
Stan Hu 已提交
223 224 225 226
    fog-openstack (0.1.6)
      fog-core (>= 1.39)
      fog-json (>= 1.0)
      ipaddress (>= 0.8)
227 228 229 230 231
    fog-rackspace (0.1.1)
      fog-core (>= 1.35)
      fog-json (>= 1.0)
      fog-xml (>= 0.1)
      ipaddress (>= 0.8)
232 233 234
    fog-xml (0.1.2)
      fog-core
      nokogiri (~> 1.5, >= 1.5.11)
J
James Lopez 已提交
235
    font-awesome-rails (4.6.1.0)
236
      railties (>= 3.2, < 5.1)
D
Douwe Maan 已提交
237 238
    foreman (0.78.0)
      thor (~> 0.19.1)
239
    formatador (0.2.5)
R
Robert Speicher 已提交
240 241 242
    fuubar (2.0.0)
      rspec (~> 3.0)
      ruby-progressbar (~> 1.4)
243
    gemnasium-gitlab-service (0.2.6)
244
      rugged (~> 0.21)
245
    gemojione (3.0.1)
246
      json
D
Douwe Maan 已提交
247 248
    get_process_mem (0.2.0)
    gherkin-ruby (0.3.2)
249
    github-linguist (4.7.6)
250 251 252 253
      charlock_holmes (~> 0.7.3)
      escape_utils (~> 1.1.0)
      mime-types (>= 1.19)
      rugged (>= 0.23.0b)
254
    github-markup (1.4.0)
255 256
    gitlab-flowdock-git-hook (1.0.1)
      flowdock (~> 0.7)
257 258
      gitlab-grit (>= 2.4.1)
      multi_json
259
    gitlab-grit (2.8.1)
260
      charlock_holmes (~> 0.6)
261
      diff-lcs (~> 1.1)
262
      mime-types (>= 1.16, < 3)
263
      posix-spawn (~> 0.3)
264
    gitlab-markup (1.5.1)
265 266
    gitlab-turbolinks-classic (2.5.6)
      coffee-rails
D
Douwe Maan 已提交
267
    gitlab_omniauth-ldap (1.2.1)
268
      net-ldap (~> 0.9)
269 270
      omniauth (~> 1.0)
      pyu-ruby-sasl (~> 0.0.3.1)
271
      rubyntlm (~> 0.3)
272
    globalid (0.3.7)
V
Valery Sizov 已提交
273
      activesupport (>= 4.1.0)
274
    gollum-grit_adapter (1.0.1)
V
Valery Sizov 已提交
275
      gitlab-grit (~> 2.7, >= 2.7.1)
276 277
    gollum-lib (4.2.1)
      github-markup (~> 1.4.0)
D
Douwe Maan 已提交
278
      gollum-grit_adapter (~> 1.0)
S
Stefan Tatschner 已提交
279
      nokogiri (~> 1.6.4)
280
      rouge (~> 2.0)
281 282
      sanitize (~> 2.1.0)
      stringex (~> 2.5.1)
283 284 285
    gollum-rugged_adapter (0.4.2)
      mime-types (>= 1.15)
      rugged (~> 0.24.0, >= 0.21.3)
C
Connor Shea 已提交
286
    gon (6.1.0)
R
Robert Speicher 已提交
287
      actionpack (>= 3.0)
D
Dmitriy Zaporozhets 已提交
288
      json
R
Robert Speicher 已提交
289 290
      multi_json
      request_store (>= 1.0)
291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309
    google-api-client (0.8.7)
      activesupport (>= 3.2, < 5.0)
      addressable (~> 2.3)
      autoparse (~> 0.3)
      extlib (~> 0.9)
      faraday (~> 0.9)
      googleauth (~> 0.3)
      launchy (~> 2.4)
      multi_json (~> 1.10)
      retriable (~> 1.4)
      signet (~> 0.6)
    googleauth (0.5.1)
      faraday (~> 0.9)
      jwt (~> 1.4)
      logging (~> 2.0)
      memoist (~> 0.12)
      multi_json (~> 1.11)
      os (~> 0.9)
      signet (~> 0.7)
R
Robert Schilling 已提交
310
    grape (0.18.0)
R
Riyad Preukschas 已提交
311
      activesupport
312
      builder
K
Kamil Trzcinski 已提交
313
      hashie (>= 2.1.0)
R
Riyad Preukschas 已提交
314
      multi_json (>= 1.3.2)
315
      multi_xml (>= 0.5.2)
R
Robert Schilling 已提交
316
      mustermann-grape (~> 0.4.0)
D
Dmitriy Zaporozhets 已提交
317
      rack (>= 1.3.0)
R
Riyad Preukschas 已提交
318
      rack-accept
J
Jeroen van Baarsen 已提交
319
      virtus (>= 1.0.0)
Z
Z.J. van de Weg 已提交
320
    grape-entity (0.6.0)
D
Dmitriy Zaporozhets 已提交
321 322
      activesupport
      multi_json (>= 1.3.2)
R
Rémy Coutable 已提交
323 324 325 326 327 328 329
    haml (4.0.7)
      tilt
    haml_lint (0.18.2)
      haml (~> 4.0)
      rake (>= 10, < 12)
      rubocop (>= 0.36.0)
      sysexits (~> 1.1)
R
Robert Speicher 已提交
330
    hamlit (2.6.1)
C
connorshea 已提交
331 332
      temple (~> 0.7.6)
      thor
333
      tilt
334
    hashie (3.4.4)
335
    health_check (2.2.1)
336
      rails (>= 4.0)
D
Douwe Maan 已提交
337
    hipchat (1.5.2)
338
      httparty
C
Chulki Lee 已提交
339
      mimemagic
340 341 342
    html-pipeline (1.11.0)
      activesupport (>= 2)
      nokogiri (~> 1.4)
343 344
    html2text (0.2.0)
      nokogiri (~> 1.6)
D
Douwe Maan 已提交
345
    htmlentities (4.3.4)
346 347 348 349 350 351 352 353 354
    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 已提交
355
    httparty (0.13.7)
356
      json (~> 1.8)
D
Dmitriy Zaporozhets 已提交
357
      multi_xml (>= 0.5.2)
358
    httpclient (2.8.2)
R
Robert Speicher 已提交
359
    i18n (0.7.0)
D
Douwe Maan 已提交
360
    ice_nine (0.11.1)
361 362 363
    influxdb (0.2.3)
      cause
      json
S
Stan Hu 已提交
364
    ipaddress (0.8.3)
F
Felipe Artur 已提交
365
    jira-ruby (1.1.2)
F
Felipe Artur 已提交
366 367
      activesupport
      oauth (~> 0.5, >= 0.5.0)
368
    jquery-atwho-rails (1.3.2)
369 370
    jquery-rails (4.1.1)
      rails-dom-testing (>= 1, < 3)
371
      railties (>= 4.2.0)
372
      thor (>= 0.14, < 2.0)
373
    jquery-ui-rails (5.0.5)
374
      railties (>= 3.2.16)
375
    json (1.8.3)
376 377
    json-schema (2.6.2)
      addressable (~> 2.3.8)
378
    jwt (1.5.6)
379
    kaminari (0.17.0)
D
Dmitriy Zaporozhets 已提交
380 381
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
V
Valery Sizov 已提交
382
    kgio (2.10.0)
K
Kamil Trzcinski 已提交
383
    knapsack (1.11.0)
K
Kamil Trzcinski 已提交
384 385
      rake
      timecop (>= 0.1.0)
386 387 388 389
    kubeclient (2.2.0)
      http (= 0.9.8)
      recursive-open-struct (= 1.0.0)
      rest-client
R
Robert Speicher 已提交
390
    launchy (2.4.3)
R
Riyad Preukschas 已提交
391
      addressable (~> 2.3)
R
Robert Speicher 已提交
392
    letter_opener (1.4.1)
393
      launchy (~> 2.2)
R
Robert Speicher 已提交
394 395 396 397
    letter_opener_web (1.3.0)
      actionmailer (>= 3.2)
      letter_opener (~> 1.0)
      railties (>= 3.2)
C
Connor Shea 已提交
398 399 400 401 402 403
    license_finder (2.1.0)
      bundler
      httparty
      rubyzip
      thor
      xml-simple
404 405
    licensee (8.0.0)
      rugged (>= 0.24b)
406 407 408 409
    little-plugger (1.1.4)
    logging (2.1.0)
      little-plugger (~> 1.1)
      multi_json (~> 1.10)
V
Valery Sizov 已提交
410 411
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
R
Robert Speicher 已提交
412 413
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
414
    mail_room (0.9.0)
415
    memoist (0.15.0)
416
    method_source (0.8.2)
Y
Yorick Peterse 已提交
417
    mime-types (2.99.3)
C
Chulki Lee 已提交
418
    mimemagic (0.3.0)
S
Stan Hu 已提交
419
    mini_portile2 (2.1.0)
D
Douwe Maan 已提交
420
    minitest (5.7.0)
R
Robert Schilling 已提交
421
    mousetrap-rails (1.4.6)
422
    multi_json (1.12.1)
423
    multi_xml (0.5.5)
R
Robert Speicher 已提交
424
    multipart-post (2.0.0)
R
Robert Schilling 已提交
425 426 427 428
    mustermann (0.4.0)
      tool (~> 0.2)
    mustermann-grape (0.4.0)
      mustermann (= 0.4.0)
D
Douwe Maan 已提交
429
    mysql2 (0.3.20)
V
Valery Sizov 已提交
430 431
    net-ldap (0.12.1)
    net-ssh (3.0.1)
432
    netrc (0.11.0)
433
    newrelic_rpm (3.16.0.318)
S
Stan Hu 已提交
434 435 436
    nokogiri (1.6.8)
      mini_portile2 (~> 2.1.0)
      pkg-config (~> 1.1.7)
437
    numerizer (0.1.1)
F
Felipe Artur 已提交
438
    oauth (0.5.1)
439
    oauth2 (1.2.0)
D
Douwe Maan 已提交
440 441 442 443
      faraday (>= 0.8, < 0.10)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
444
      rack (>= 1.2, < 3)
445
    octokit (4.6.2)
M
Manuel Rüger 已提交
446
      sawyer (~> 0.8.0, >= 0.5.3)
447
    oj (2.17.4)
448
    omniauth (1.3.2)
449
      hashie (>= 1.2, < 4)
450
      rack (>= 1.0, < 3)
451 452
    omniauth-auth0 (1.4.1)
      omniauth-oauth2 (~> 1.1)
A
Alex 已提交
453 454
    omniauth-authentiq (0.2.2)
      omniauth-oauth2 (~> 1.3, >= 1.3.1)
J
Jacob Schatz 已提交
455 456 457 458
    omniauth-azure-oauth2 (0.0.6)
      jwt (~> 1.0)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
T
tduehr 已提交
459 460 461 462
    omniauth-cas3 (1.1.3)
      addressable (~> 2.3)
      nokogiri (~> 1.6.6)
      omniauth (~> 1.2)
463
    omniauth-facebook (4.0.0)
D
Douwe Maan 已提交
464
      omniauth-oauth2 (~> 1.2)
D
Douwe Maan 已提交
465
    omniauth-github (1.1.2)
D
Dmitriy Zaporozhets 已提交
466 467
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
468
    omniauth-gitlab (1.0.2)
V
Valery Sizov 已提交
469 470
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
471
    omniauth-google-oauth2 (0.4.1)
V
Valery Sizov 已提交
472 473 474 475 476
      addressable (~> 2.3)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      omniauth (>= 1.1.1)
      omniauth-oauth2 (~> 1.3.1)
477
    omniauth-kerberos (0.3.0)
V
Valery Sizov 已提交
478 479
      omniauth-multipassword
      timfel-krb5-auth (~> 0.8)
D
Douwe Maan 已提交
480
    omniauth-multipassword (0.4.2)
V
Valery Sizov 已提交
481
      omniauth (~> 1.0)
D
Douwe Maan 已提交
482
    omniauth-oauth (1.1.0)
D
Dmitriy Zaporozhets 已提交
483 484
      oauth
      omniauth (~> 1.0)
D
Douwe Maan 已提交
485 486 487
    omniauth-oauth2 (1.3.1)
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
488
    omniauth-saml (1.7.0)
489
      omniauth (~> 1.3)
490
      ruby-saml (~> 1.4)
491
    omniauth-shibboleth (1.2.1)
492
      omniauth (>= 1.0.0)
493 494 495
    omniauth-twitter (1.2.1)
      json (~> 1.3)
      omniauth-oauth (~> 1.1)
V
Valery Sizov 已提交
496 497 498 499
    omniauth_crowd (2.2.3)
      activesupport
      nokogiri (>= 1.4.4)
      omniauth (~> 1.0)
C
Chulki Lee 已提交
500
    org-ruby (0.9.12)
R
Robert Schilling 已提交
501
      rubypants (~> 0.2)
502
    orm_adapter (0.5.0)
503
    os (0.9.6)
C
Connor Shea 已提交
504 505
    paranoia (2.2.0)
      activerecord (>= 4.0, < 5.1)
506
    parser (2.3.1.4)
507
      ast (~> 2.2)
V
Valery Sizov 已提交
508
    pg (0.18.4)
S
Stan Hu 已提交
509
    pkg-config (1.1.7)
R
Robert Speicher 已提交
510
    poltergeist (1.9.0)
511 512
      capybara (~> 2.1)
      cliver (~> 0.3.1)
513 514
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
D
Douwe Maan 已提交
515
    posix-spawn (0.3.11)
516
    powerpack (0.1.1)
D
Douwe Maan 已提交
517 518 519
    premailer (1.8.6)
      css_parser (>= 1.3.6)
      htmlentities (>= 4.0.0)
520 521
    premailer-rails (1.9.2)
      actionmailer (>= 3, < 6)
D
Douwe Maan 已提交
522
      premailer (~> 1.7, >= 1.7.9)
V
Valery Sizov 已提交
523
    pry (0.10.3)
D
Douwe Maan 已提交
524 525
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
526
      slop (~> 3.4)
S
Semyon Pupkov 已提交
527 528 529
    pry-byebug (3.4.1)
      byebug (~> 9.0)
      pry (~> 0.10)
D
Douwe Maan 已提交
530
    pry-rails (0.3.4)
531
      pry (>= 0.9.10)
V
Valery Sizov 已提交
532
    pyu-ruby-sasl (0.0.3.3)
R
Robert Schilling 已提交
533
    rack (1.6.5)
R
Riyad Preukschas 已提交
534 535
    rack-accept (0.4.5)
      rack (>= 0.4)
M
Manuel Rüger 已提交
536
    rack-attack (4.4.1)
M
Marin Jankovski 已提交
537
      rack
R
Robert Speicher 已提交
538
    rack-cors (0.4.0)
539
    rack-oauth2 (1.2.3)
V
Valery Sizov 已提交
540 541
      activesupport (>= 2.3)
      attr_required (>= 0.0.5)
D
Douwe Maan 已提交
542
      httpclient (>= 2.4)
V
Valery Sizov 已提交
543 544
      multi_json (>= 1.3.6)
      rack (>= 1.1)
D
Douwe Maan 已提交
545
    rack-protection (1.5.3)
G
gitlabhq 已提交
546
      rack
V
Vinnie Okada 已提交
547
    rack-test (0.6.3)
G
gitlabhq 已提交
548
      rack (>= 1.0)
549 550 551 552 553 554 555 556
    rails (4.2.7.1)
      actionmailer (= 4.2.7.1)
      actionpack (= 4.2.7.1)
      actionview (= 4.2.7.1)
      activejob (= 4.2.7.1)
      activemodel (= 4.2.7.1)
      activerecord (= 4.2.7.1)
      activesupport (= 4.2.7.1)
557
      bundler (>= 1.3.0, < 2.0)
558
      railties (= 4.2.7.1)
V
Valery Sizov 已提交
559 560 561 562 563 564 565
      sprockets-rails
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
    rails-dom-testing (1.0.7)
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
566
    rails-html-sanitizer (1.0.3)
V
Valery Sizov 已提交
567
      loofah (~> 2.0)
568 569 570
    railties (4.2.7.1)
      actionpack (= 4.2.7.1)
      activesupport (= 4.2.7.1)
G
gitlabhq 已提交
571
      rake (>= 0.8.7)
572
      thor (>= 0.18.1, < 2.0)
573
    rainbow (2.1.0)
574
    raindrops (0.17.0)
575
    rake (10.5.0)
576 577
    rblineprof (0.3.6)
      debugger-ruby_core_source (~> 1.3)
R
Robert Speicher 已提交
578
    rdoc (4.2.2)
579
      json (~> 1.4)
580
    recaptcha (3.0.0)
581
      json
582
    recursive-open-struct (1.0.0)
583
    redcarpet (3.3.3)
584
    redis (3.2.2)
585 586 587 588 589 590 591
    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)
D
Douwe Maan 已提交
592
    redis-namespace (1.5.2)
J
Jacob Vosmaer 已提交
593
      redis (~> 3.0, >= 3.0.4)
594
    redis-rack (1.6.0)
595
      rack (~> 1.5)
596 597 598 599 600 601
      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)
602
      redis (>= 2.2)
C
Connor Shea 已提交
603
    request_store (1.3.1)
604
    responders (2.3.0)
605
      railties (>= 4.2.0, < 5.1)
606 607 608 609
    rest-client (2.0.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
610
    retriable (1.4.1)
P
Paco Guzman 已提交
611
    rinku (2.0.0)
612
    rotp (2.1.2)
H
http://jneen.net/ 已提交
613
    rouge (2.0.7)
D
Douwe Maan 已提交
614 615
    rqrcode (0.7.0)
      chunky_png
616 617
    rqrcode-rails3 (0.1.7)
      rqrcode (>= 0.4.2)
618 619 620 621 622 623 624
    rspec (3.5.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
    rspec-core (3.5.0)
      rspec-support (~> 3.5.0)
    rspec-expectations (3.5.0)
625
      diff-lcs (>= 1.2.0, < 2.0)
626 627
      rspec-support (~> 3.5.0)
    rspec-mocks (3.5.0)
R
Robert Speicher 已提交
628
      diff-lcs (>= 1.2.0, < 2.0)
629 630 631 632 633 634 635 636 637
      rspec-support (~> 3.5.0)
    rspec-rails (3.5.0)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
      rspec-support (~> 3.5.0)
K
Kamil Trzcinski 已提交
638 639
    rspec-retry (0.4.5)
      rspec-core
640
    rspec-support (3.5.0)
641 642 643 644 645
    rspec_profiling (0.0.4)
      activerecord
      pg
      rails
      sqlite3
646
    rubocop (0.46.0)
Z
Z.J. van de Weg 已提交
647
      parser (>= 2.3.1.1, < 3.0)
648
      powerpack (~> 0.1)
649
      rainbow (>= 1.99.1, < 3.0)
650
      ruby-progressbar (~> 1.7)
651
      unicode-display_width (~> 1.0, >= 1.0.1)
652 653
    rubocop-rspec (1.9.1)
      rubocop (>= 0.42.0)
J
Jared Szechy 已提交
654
    ruby-fogbugz (0.2.1)
J
Jared Szechy 已提交
655
      crack (~> 0.4)
E
Elan Ruusamäe 已提交
656
    ruby-prof (0.16.2)
R
Robert Speicher 已提交
657
    ruby-progressbar (1.8.1)
658
    ruby-saml (1.4.1)
R
Robert Speicher 已提交
659
      nokogiri (>= 1.5.10)
660
    ruby_parser (3.8.2)
D
Dmitriy Zaporozhets 已提交
661
      sexp_processor (~> 4.1)
D
Douwe Maan 已提交
662
    rubyntlm (0.5.2)
663
    rubypants (0.2.0)
C
Connor Shea 已提交
664
    rubyzip (1.2.0)
S
Stan Hu 已提交
665
    rufus-scheduler (3.1.10)
666
    rugged (0.24.0)
667
    safe_yaml (1.0.4)
668
    sanitize (2.1.0)
669
      nokogiri (>= 1.4.4)
670
    sass (3.4.22)
671 672 673 674 675 676
    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 已提交
677 678
    sawyer (0.8.1)
      addressable (>= 2.3.5, < 2.6)
679
      faraday (~> 0.8, < 1.0)
680 681 682
    scss_lint (0.47.1)
      rake (>= 0.9, < 11)
      sass (~> 3.4.15)
683 684 685
    seed-fu (2.3.6)
      activerecord (>= 3.1)
      activesupport (>= 3.1)
R
Robert Speicher 已提交
686
    select2-rails (3.5.9.3)
D
Dmitriy Zaporozhets 已提交
687
      thor (~> 0.14)
688 689
    sentry-raven (2.0.2)
      faraday (>= 0.7.6, < 0.10.x)
690
    settingslogic (2.0.9)
691
    sexp_processor (4.7.0)
J
Jared Szechy 已提交
692 693
    sham_rack (1.3.6)
      rack
694
    shoulda-matchers (2.8.0)
A
Andrey Vakarev 已提交
695
      activesupport (>= 3.0.0)
C
Connor Shea 已提交
696
    sidekiq (4.2.7)
G
Gabriel Mazetto 已提交
697
      concurrent-ruby (~> 1.0)
698
      connection_pool (~> 2.2, >= 2.2.0)
C
Connor Shea 已提交
699
      rack-protection (>= 1.5.0)
700
      redis (~> 3.2, >= 3.2.1)
701
    sidekiq-cron (0.4.4)
G
Gabriel Mazetto 已提交
702
      redis-namespace (>= 1.5.2)
703
      rufus-scheduler (>= 2.0.24)
704
      sidekiq (>= 4.2.1)
705 706
    sidekiq-limit_fetch (3.4.0)
      sidekiq (>= 4)
707 708 709 710 711
    signet (0.7.3)
      addressable (~> 2.3)
      faraday (~> 0.9)
      jwt (~> 1.5)
      multi_json (~> 1.10)
K
Kamil Trzcinski 已提交
712
    simplecov (0.12.0)
713
      docile (~> 1.1.0)
K
Kamil Trzcinski 已提交
714
      json (>= 1.8, < 3)
715 716
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
717
    slack-notifier (1.5.1)
718
    slop (3.6.0)
D
Douwe Maan 已提交
719 720 721 722
    spinach (0.8.10)
      colorize
      gherkin-ruby (>= 0.3.2)
      json
D
Dmitriy Zaporozhets 已提交
723 724
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
N
Nihad Abbasov 已提交
725 726
      railties (>= 3)
      spinach (>= 0.4)
K
Kamil Trzcinski 已提交
727 728
    spinach-rerun-reporter (0.0.2)
      spinach (~> 0.8)
729
    spring (1.7.2)
J
Jeroen van Baarsen 已提交
730
    spring-commands-rspec (1.0.4)
J
Jeroen van Baarsen 已提交
731
      spring (>= 0.9.1)
732
    spring-commands-spinach (1.1.0)
J
Jeroen van Baarsen 已提交
733
      spring (>= 0.9.1)
U
ubudzisz 已提交
734
    sprockets (3.7.0)
735
      concurrent-ruby (~> 1.0)
R
Robert Speicher 已提交
736
      rack (> 1, < 3)
737
    sprockets-rails (3.1.1)
R
Robert Speicher 已提交
738 739 740
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
741
    sqlite3 (1.3.11)
742
    stackprof (0.2.10)
P
Pirate Praveen 已提交
743
    state_machines (0.4.0)
744 745
    state_machines-activemodel (0.4.0)
      activemodel (>= 4.1, < 5.1)
P
Pirate Praveen 已提交
746
      state_machines (>= 0.4.0)
747 748
    state_machines-activerecord (0.4.0)
      activerecord (>= 4.1, < 5.1)
P
Pirate Praveen 已提交
749
      state_machines-activemodel (>= 0.3.0)
S
Stefan Tatschner 已提交
750
    stringex (2.5.2)
751 752
    sys-filesystem (1.1.6)
      ffi
R
Rémy Coutable 已提交
753
    sysexits (1.2.0)
C
connorshea 已提交
754
    temple (0.7.7)
755
    test_after_commit (1.1.0)
D
Douwe Maan 已提交
756
      activerecord (>= 3.2)
C
Connor Shea 已提交
757
    thin (1.7.0)
D
Douwe Maan 已提交
758
      daemons (~> 1.0, >= 1.0.9)
V
Valery Sizov 已提交
759
      eventmachine (~> 1.0, >= 1.0.4)
C
Connor Shea 已提交
760
      rack (>= 1, < 3)
761
    thor (0.19.1)
762
    thread_safe (0.3.5)
763
    tilt (2.0.5)
K
Kamil Trzcinski 已提交
764
    timecop (0.8.1)
765
    timfel-krb5-auth (0.8.3)
R
Robert Schilling 已提交
766
    tool (0.2.3)
767 768 769
    truncato (0.7.8)
      htmlentities (~> 4.3.1)
      nokogiri (~> 1.6.1)
D
Dmitriy Zaporozhets 已提交
770
    tzinfo (1.2.2)
M
Marin Jankovski 已提交
771
      thread_safe (~> 0.1)
772
    u2f (0.2.1)
R
Robert Speicher 已提交
773
    uglifier (2.7.2)
G
gitlabhq 已提交
774
      execjs (>= 0.3.0)
775
      json (>= 1.8.0)
776
    underscore-rails (1.8.3)
777 778
    unf (0.1.4)
      unf_ext
779
    unf_ext (0.0.7.2)
R
Robert Speicher 已提交
780
    unicode-display_width (1.1.1)
781
    unicorn (5.1.0)
782 783
      kgio (~> 2.6)
      raindrops (~> 0.7)
V
Valery Sizov 已提交
784
    unicorn-worker-killer (0.4.4)
D
Douwe Maan 已提交
785
      get_process_mem (~> 0)
V
Valery Sizov 已提交
786
      unicorn (>= 4, < 6)
787
    uniform_notifier (1.10.0)
788
    version_sorter (2.1.0)
D
Douwe Maan 已提交
789 790
    virtus (1.0.5)
      axiom-types (~> 0.1)
791
      coercible (~> 1.0)
D
Douwe Maan 已提交
792 793
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
C
Chris Wilson 已提交
794
    vmstat (2.3.0)
795
    warden (1.2.6)
G
gitlabhq 已提交
796
      rack (>= 1.0)
C
connorshea 已提交
797
    web-console (2.3.0)
V
Valery Sizov 已提交
798 799 800 801
      activemodel (>= 4.0)
      binding_of_caller (>= 0.7.2)
      railties (>= 4.0)
      sprockets-rails (>= 2.0, < 4.0)
802 803
    webmock (1.21.0)
      addressable (>= 2.3.6)
D
Dmitriy Zaporozhets 已提交
804
      crack (>= 0.3.2)
805 806
    webpack-rails (0.9.9)
      rails (>= 3.2.0)
V
Valery Sizov 已提交
807
    websocket-driver (0.6.3)
R
Robert Speicher 已提交
808 809
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
V
Valery Sizov 已提交
810
    wikicloth (0.8.1)
R
Robert Schilling 已提交
811 812
      builder
      expression_parser
V
Valery Sizov 已提交
813
      rinku
814
    xml-simple (1.1.5)
815
    xpath (2.0.0)
G
gitlabhq 已提交
816 817 818 819 820 821
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
822
  RedCloth (~> 4.3.2)
823
  ace-rails-ap (~> 4.1.0)
824
  activerecord_sane_schema_dumper (= 0.2)
825
  acts-as-taggable-on (~> 4.0)
D
Douwe Maan 已提交
826
  addressable (~> 2.3.8)
827
  after_commit_queue (~> 1.3.0)
828
  akismet (~> 2.0)
829
  allocations (~> 1.0)
R
Robert Speicher 已提交
830
  asana (~> 0.4.0)
831
  asciidoctor (~> 1.5.2)
832
  asciidoctor-plantuml (= 0.0.6)
833
  attr_encrypted (~> 3.0.0)
D
Douwe Maan 已提交
834
  awesome_print (~> 1.2.0)
835
  babosa (~> 1.0.2)
K
Kamil Trzcinski 已提交
836
  base32 (~> 0.3.0)
837
  benchmark-ips (~> 2.3.0)
D
Douwe Maan 已提交
838 839
  better_errors (~> 1.0.1)
  binding_of_caller (~> 0.7.2)
840
  bootstrap-sass (~> 3.3.0)
B
Brian Neel 已提交
841
  brakeman (~> 3.4.0)
S
Stan Hu 已提交
842
  browser (~> 2.2)
843
  bullet (~> 5.2.0)
844
  bundler-audit (~> 0.5.0)
S
Stan Hu 已提交
845
  capybara (~> 2.6.2)
R
Robert Speicher 已提交
846
  capybara-screenshot (~> 1.0.0)
R
Rubén Dávila 已提交
847
  carrierwave (~> 0.10.0)
848
  charlock_holmes (~> 0.7.3)
R
Rémy Coutable 已提交
849
  chronic (~> 0.10.2)
850
  chronic_duration (~> 0.10.6)
D
Douwe Maan 已提交
851
  coffee-rails (~> 4.1.0)
852
  connection_pool (~> 2.0)
R
Robert Speicher 已提交
853
  creole (~> 0.5.0)
R
Robert Speicher 已提交
854
  d3_rails (~> 3.5.0)
855
  database_cleaner (~> 1.5.0)
856
  deckar01-task_list (= 1.0.6)
D
Dmitriy Zaporozhets 已提交
857
  default_value_for (~> 3.0.0)
858
  devise (~> 4.2)
859
  devise-two-factor (~> 3.0.0)
M
Manuel Rüger 已提交
860
  diffy (~> 3.1.0)
R
Robert Speicher 已提交
861
  doorkeeper (~> 4.2.0)
D
Douwe Maan 已提交
862
  dropzonejs-rails (~> 0.7.1)
863
  email_reply_trimmer (~> 0.1)
R
Robert Speicher 已提交
864
  email_spec (~> 1.6.0)
865
  factory_girl_rails (~> 4.7.0)
866
  ffaker (~> 2.4)
867
  flay (~> 2.6.1)
S
Stan Hu 已提交
868 869
  fog-aws (~> 0.9)
  fog-core (~> 1.40)
870
  fog-google (~> 0.5)
S
Stan Hu 已提交
871 872
  fog-local (~> 0.3)
  fog-openstack (~> 0.1)
873
  fog-rackspace (~> 0.1.1)
J
James Lopez 已提交
874
  font-awesome-rails (~> 4.6.1)
875
  foreman (~> 0.78.0)
R
Robert Speicher 已提交
876
  fuubar (~> 2.0.0)
877
  gemnasium-gitlab-service (~> 0.2)
878
  gemojione (~> 3.0)
879
  github-linguist (~> 4.7.0)
880
  gitlab-flowdock-git-hook (~> 1.0.1)
881
  gitlab-markup (~> 1.5.1)
882
  gitlab-turbolinks-classic (~> 2.5, >= 2.5.6)
D
Douwe Maan 已提交
883
  gitlab_omniauth-ldap (~> 1.2.1)
884
  gollum-lib (~> 4.2)
885
  gollum-rugged_adapter (~> 0.4.2)
C
Connor Shea 已提交
886
  gon (~> 6.1.0)
887
  google-api-client (~> 0.8.6)
R
Robert Schilling 已提交
888
  grape (~> 0.18.0)
Z
Z.J. van de Weg 已提交
889
  grape-entity (~> 0.6.0)
R
Rémy Coutable 已提交
890
  haml_lint (~> 0.18.2)
R
Robert Speicher 已提交
891
  hamlit (~> 2.6.1)
892
  health_check (~> 2.2.0)
C
Chulki Lee 已提交
893
  hipchat (~> 1.5.0)
894
  html-pipeline (~> 1.11.0)
895
  html2text
D
Douwe Maan 已提交
896
  httparty (~> 0.13.3)
897
  influxdb (~> 0.2)
F
Felipe Artur 已提交
898
  jira-ruby (~> 1.1.2)
899
  jquery-atwho-rails (~> 1.3.2)
900
  jquery-rails (~> 4.1.0)
901
  jquery-ui-rails (~> 5.0.0)
902
  json-schema (~> 2.6.2)
903
  jwt (~> 1.5.6)
904
  kaminari (~> 0.17.0)
905
  knapsack (~> 1.11.0)
906
  kubeclient (~> 2.2.0)
R
Robert Speicher 已提交
907
  letter_opener_web (~> 1.3.0)
908
  license_finder (~> 2.1.0)
909
  licensee (~> 8.0.0)
S
Stan Hu 已提交
910
  loofah (~> 2.0.3)
911
  mail_room (~> 0.9.0)
912
  method_source (~> 0.8)
D
Douwe Maan 已提交
913 914 915
  minitest (~> 5.7.0)
  mousetrap-rails (~> 1.4.6)
  mysql2 (~> 0.3.16)
V
Valery Sizov 已提交
916
  net-ssh (~> 3.0.1)
917
  newrelic_rpm (~> 3.16)
J
Jacob Vosmaer 已提交
918
  nokogiri (~> 1.6.7, >= 1.6.7.2)
919
  oauth2 (~> 1.2.0)
920
  octokit (~> 4.6.2)
921
  oj (~> 2.17.4)
922
  omniauth (~> 1.3.2)
923
  omniauth-auth0 (~> 1.4.1)
A
Alex 已提交
924
  omniauth-authentiq (~> 0.2.0)
925
  omniauth-azure-oauth2 (~> 0.0.6)
T
tduehr 已提交
926
  omniauth-cas3 (~> 1.1.2)
927
  omniauth-facebook (~> 4.0.0)
D
Douwe Maan 已提交
928
  omniauth-github (~> 1.1.1)
929
  omniauth-gitlab (~> 1.0.2)
930
  omniauth-google-oauth2 (~> 0.4.1)
931
  omniauth-kerberos (~> 0.3.0)
932
  omniauth-saml (~> 1.7.0)
933
  omniauth-shibboleth (~> 1.2.0)
934
  omniauth-twitter (~> 1.2.0)
935
  omniauth_crowd (~> 2.2.0)
D
Douwe Maan 已提交
936
  org-ruby (~> 0.9.12)
C
Connor Shea 已提交
937
  paranoia (~> 2.2)
D
Douwe Maan 已提交
938
  pg (~> 0.18.2)
R
Robert Speicher 已提交
939
  poltergeist (~> 1.9.0)
D
Douwe Maan 已提交
940
  premailer-rails (~> 1.9.0)
S
Semyon Pupkov 已提交
941
  pry-byebug (~> 3.4.1)
942
  pry-rails (~> 0.3.4)
M
Manuel Rüger 已提交
943
  rack-attack (~> 4.4.1)
R
Robert Speicher 已提交
944
  rack-cors (~> 0.4.0)
R
Robert Speicher 已提交
945
  rack-oauth2 (~> 1.2.1)
946
  rails (= 4.2.7.1)
V
Valery Sizov 已提交
947
  rails-deprecated_sanitizer (~> 1.0.3)
C
Connor Shea 已提交
948
  rainbow (~> 2.1.0)
949
  rblineprof (~> 0.3.6)
R
Robert Speicher 已提交
950
  rdoc (~> 4.2)
951
  recaptcha (~> 3.0)
952
  redcarpet (~> 3.3.3)
953
  redis (~> 3.2)
954
  redis-namespace (~> 1.5.2)
955
  redis-rails (~> 5.0.1)
956
  request_store (~> 1.3)
V
Valery Sizov 已提交
957
  responders (~> 2.0)
958
  rouge (~> 2.0)
D
Douwe Maan 已提交
959
  rqrcode-rails3 (~> 0.1.7)
960
  rspec-rails (~> 3.5.0)
961
  rspec-retry (~> 0.4.5)
962
  rspec_profiling
963
  rubocop (~> 0.46.0)
964
  rubocop-rspec (~> 1.9.1)
J
Jared Szechy 已提交
965
  ruby-fogbugz (~> 0.2.1)
E
Elan Ruusamäe 已提交
966
  ruby-prof (~> 0.16.2)
R
Robert Speicher 已提交
967
  rugged (~> 0.24.0)
968
  sanitize (~> 2.0)
969
  sass-rails (~> 5.0.6)
970
  scss_lint (~> 0.47.0)
D
Douwe Maan 已提交
971
  seed-fu (~> 2.3.5)
R
Robert Speicher 已提交
972
  select2-rails (~> 3.5.9)
973
  sentry-raven (~> 2.0.0)
D
Douwe Maan 已提交
974
  settingslogic (~> 2.0.9)
975
  sham_rack (~> 1.3.6)
976
  shoulda-matchers (~> 2.8.0)
C
Connor Shea 已提交
977
  sidekiq (~> 4.2.7)
978
  sidekiq-cron (~> 0.4.4)
979
  sidekiq-limit_fetch (~> 3.4)
980
  simplecov (= 0.12.0)
981
  slack-notifier (~> 1.5.1)
D
Douwe Maan 已提交
982
  spinach-rails (~> 0.2.1)
K
Kamil Trzcinski 已提交
983
  spinach-rerun-reporter (~> 0.0.2)
984
  spring (~> 1.7.0)
D
Douwe Maan 已提交
985
  spring-commands-rspec (~> 1.0.4)
986
  spring-commands-spinach (~> 1.1.0)
U
ubudzisz 已提交
987
  sprockets (~> 3.7.0)
988
  stackprof (~> 0.2.10)
989
  state_machines-activerecord (~> 0.4.0)
990
  sys-filesystem (~> 1.1.6)
991
  test_after_commit (~> 1.1)
C
Connor Shea 已提交
992
  thin (~> 1.7.0)
993
  timecop (~> 0.8.0)
994
  truncato (~> 0.7.8)
995
  u2f (~> 0.2.1)
R
Robert Speicher 已提交
996
  uglifier (~> 2.7.2)
997
  underscore-rails (~> 1.8.0)
D
Douwe Maan 已提交
998
  unf (~> 0.1.4)
999 1000
  unicorn (~> 5.1.0)
  unicorn-worker-killer (~> 0.4.4)
1001
  version_sorter (~> 2.1.0)
D
Douwe Maan 已提交
1002
  virtus (~> 1.0.1)
C
Chris Wilson 已提交
1003
  vmstat (~> 2.3.0)
V
Valery Sizov 已提交
1004
  web-console (~> 2.0)
1005
  webmock (~> 1.21.0)
1006
  webpack-rails (~> 0.9.9)
V
Valery Sizov 已提交
1007
  wikicloth (= 0.8.1)
C
connorshea 已提交
1008 1009

BUNDLED WITH
1010
   1.14.2