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

PLATFORMS
  ruby

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

BUNDLED WITH
965
   1.13.6