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

PLATFORMS
  ruby

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

BUNDLED WITH
993
   1.13.2