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

PLATFORMS
  ruby

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

BUNDLED WITH
T
Timothy Andrew 已提交
984
   1.12.5