Gemfile.lock 15.2 KB
Newer Older
G
gitlabhq 已提交
1
GEM
2
  remote: https://rubygems.org/
G
gitlabhq 已提交
3
  specs:
D
Dmitriy Zaporozhets 已提交
4
    ace-rails-ap (2.0.1)
J
Jacob Vosmaer 已提交
5 6
    actionmailer (4.0.5)
      actionpack (= 4.0.5)
D
Dmitriy Zaporozhets 已提交
7
      mail (~> 2.5.4)
J
Jacob Vosmaer 已提交
8 9
    actionpack (4.0.5)
      activesupport (= 4.0.5)
10
      builder (~> 3.1.0)
G
gitlabhq 已提交
11
      erubis (~> 2.7.0)
12 13
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
J
Jacob Vosmaer 已提交
14 15
    activemodel (4.0.5)
      activesupport (= 4.0.5)
16
      builder (~> 3.1.0)
J
Jacob Vosmaer 已提交
17 18
    activerecord (4.0.5)
      activemodel (= 4.0.5)
19
      activerecord-deprecated_finders (~> 1.0.2)
J
Jacob Vosmaer 已提交
20
      activesupport (= 4.0.5)
21 22
      arel (~> 4.0.0)
    activerecord-deprecated_finders (1.0.3)
J
Jacob Vosmaer 已提交
23 24
    activesupport (4.0.5)
      i18n (~> 0.6, >= 0.6.9)
25 26 27 28
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
29 30
    acts-as-taggable-on (2.4.1)
      rails (>= 3, < 5)
31 32
    addressable (2.3.5)
    annotate (2.6.0)
D
Dmitriy Zaporozhets 已提交
33 34
      activerecord (>= 2.3.0)
      rake (>= 0.8.7)
35
    arel (4.0.2)
36
    asciidoctor (0.1.4)
37
    awesome_print (1.2.0)
38 39 40
    axiom-types (0.0.5)
      descendants_tracker (~> 0.0.1)
      ice_nine (~> 0.9)
41
    bcrypt-ruby (3.1.2)
42
    better_errors (1.0.1)
43
      coderay (>= 1.0.0)
D
Dmitriy Zaporozhets 已提交
44
      erubis (>= 2.6.6)
45
    binding_of_caller (0.7.2)
46
      debug_inspector (>= 0.0.1)
D
Dmitriy Zaporozhets 已提交
47
    bootstrap-sass (3.0.3.0)
D
Dmitriy Zaporozhets 已提交
48
      sass (~> 3.2)
49
    builder (3.1.4)
50
    capybara (2.1.0)
G
gitlabhq 已提交
51 52 53 54
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
55
      xpath (~> 2.0)
56
    carrierwave (0.9.0)
57 58
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
59 60 61
      json (>= 1.7)
    celluloid (0.15.2)
      timers (~> 1.1.0)
D
Dmitriy Zaporozhets 已提交
62
    charlock_holmes (0.6.9.4)
63
    cliver (0.2.2)
64
    code_analyzer (0.4.3)
D
Dmitriy Zaporozhets 已提交
65
      sexp_processor
66
    coderay (1.1.0)
67
    coercible (1.0.0)
68 69
      descendants_tracker (~> 0.0.1)
    coffee-rails (4.0.1)
G
gitlabhq 已提交
70
      coffee-script (>= 2.2.0)
71
      railties (>= 4.0.0, < 5.0)
G
gitlabhq 已提交
72 73 74
    coffee-script (2.2.0)
      coffee-script-source
      execjs
D
Dmitriy Zaporozhets 已提交
75
    coffee-script-source (1.6.3)
76
    colored (1.2)
N
Nihad Abbasov 已提交
77
    colorize (0.5.8)
78
    connection_pool (1.2.0)
79
    coveralls (0.7.0)
80 81 82
      multi_json (~> 1.3)
      rest-client
      simplecov (>= 0.7)
83
      term-ansicolor
84
      thor
85
    crack (0.4.1)
86 87
      safe_yaml (~> 0.9.0)
    d3_rails (3.1.10)
88
      railties (>= 3.1.0)
89
    daemons (1.1.9)
90
    database_cleaner (1.2.0)
91
    debug_inspector (0.0.2)
D
Dmitriy Zaporozhets 已提交
92 93
    default_value_for (3.0.0)
      activerecord (>= 3.2.0, < 5.0)
94 95
    descendants_tracker (0.0.3)
    devise (3.0.4)
G
gitlabhq 已提交
96
      bcrypt-ruby (~> 3.0)
N
Nihad Abbasov 已提交
97
      orm_adapter (~> 0.1)
98 99
      railties (>= 3.2.6, < 5)
      warden (~> 1.2.3)
D
Dmitriy Zaporozhets 已提交
100 101
    devise-async (0.8.0)
      devise (>= 2.2, < 3.2)
102
    diff-lcs (1.2.5)
S
skv-headless 已提交
103
    diffy (3.0.3)
104 105 106
    docile (1.1.1)
    dotenv (0.9.0)
    email_spec (1.5.0)
R
Riyad Preukschas 已提交
107
      launchy (~> 2.1)
108
      mail (~> 2.2)
109 110
    email_validator (1.4.0)
      activemodel
111 112
    emoji (1.0.1)
      json
113
    enumerize (0.7.0)
A
Andrew8xx8 已提交
114
      activesupport (>= 3.2)
115
    equalizer (0.0.8)
G
gitlabhq 已提交
116
    erubis (2.7.0)
117
    escape_utils (0.2.4)
D
Dmitriy Zaporozhets 已提交
118
    eventmachine (1.0.3)
119
    excon (0.32.1)
D
Dmitriy Zaporozhets 已提交
120
    execjs (2.0.2)
121
    factory_girl (4.3.0)
R
Robert Speicher 已提交
122
      activesupport (>= 3.0.0)
123 124
    factory_girl_rails (4.3.0)
      factory_girl (~> 4.3.0)
R
Robert Speicher 已提交
125
      railties (>= 3.0.0)
126 127
    faraday (0.8.8)
      multipart-post (~> 1.2.0)
128 129
    faraday_middleware (0.9.0)
      faraday (>= 0.7.4, < 0.9)
130 131
    ffaker (1.22.1)
    ffi (1.9.3)
132 133 134 135 136 137 138 139 140
    fog (1.21.0)
      fog-brightbox
      fog-core (~> 1.21, >= 1.21.1)
      fog-json
      nokogiri (~> 1.5, >= 1.5.11)
    fog-brightbox (0.0.1)
      fog-core
      fog-json
    fog-core (1.21.1)
141
      builder
142
      excon (~> 0.32)
143 144
      formatador (~> 0.2.0)
      mime-types
145
      net-scp (~> 1.1)
146
      net-ssh (>= 2.1.3)
147 148
    fog-json (1.0.0)
      multi_json (~> 1.0)
149
    font-awesome-rails (3.2.1.3)
150
      railties (>= 3.2, < 5.0)
D
Dmitriy Zaporozhets 已提交
151 152
    foreman (0.63.0)
      dotenv (>= 0.7)
D
Dmitriy Zaporozhets 已提交
153
      thor (>= 0.13.6)
D
Dmitriy Zaporozhets 已提交
154
    formatador (0.2.4)
155 156
    gemnasium-gitlab-service (0.2.1)
      rugged (~> 0.19)
157 158
    gherkin-ruby (0.3.1)
      racc
159
    github-markup (1.1.0)
160 161 162
    gitlab-flowdock-git-hook (0.4.2.2)
      gitlab-grit (>= 2.4.1)
      multi_json
D
Dmitriy Zaporozhets 已提交
163 164
    gitlab-grack (2.0.0.pre)
      rack (~> 1.5.1)
165 166
    gitlab-grit (2.6.5)
      charlock_holmes (~> 0.6)
167 168
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
169
      posix-spawn (~> 0.3)
D
Dmitriy Zaporozhets 已提交
170 171 172 173
    gitlab-linguist (3.0.0)
      charlock_holmes (~> 0.6.6)
      escape_utils (~> 0.2.4)
      mime-types (~> 1.19)
M
Marin Jankovski 已提交
174
    gitlab_emoji (0.0.1.1)
175
      emoji (~> 1.0.1)
176 177 178 179 180
    gitlab_git (5.8.0)
      activesupport (~> 4.0)
      charlock_holmes (~> 0.6)
      gitlab-grit (~> 2.6)
      gitlab-linguist (~> 3.0)
181
      rugged (~> 0.19.0)
D
Dmitriy Zaporozhets 已提交
182
    gitlab_meta (6.0)
183
    gitlab_omniauth-ldap (1.0.4)
D
Dmitriy Zaporozhets 已提交
184
      net-ldap (~> 0.3.1)
185 186 187
      omniauth (~> 1.0)
      pyu-ruby-sasl (~> 0.0.3.1)
      rubyntlm (~> 0.1.1)
188 189 190 191 192 193 194
    gollum-lib (3.0.0)
      github-markup (~> 1.1.0)
      gitlab-grit (~> 2.6.5)
      nokogiri (~> 1.6.1)
      rouge (~> 1.3.3)
      sanitize (~> 2.1.0)
      stringex (~> 2.5.1)
D
Dmitriy Zaporozhets 已提交
195 196 197
    gon (5.0.1)
      actionpack (>= 2.3.0)
      json
J
Jeroen van Baarsen 已提交
198
    grape (0.6.1)
R
Riyad Preukschas 已提交
199
      activesupport
200 201
      builder
      hashie (>= 1.2.0)
R
Riyad Preukschas 已提交
202
      multi_json (>= 1.3.2)
203
      multi_xml (>= 0.5.2)
D
Dmitriy Zaporozhets 已提交
204
      rack (>= 1.3.0)
R
Riyad Preukschas 已提交
205
      rack-accept
206
      rack-mount
J
Jeroen van Baarsen 已提交
207
      virtus (>= 1.0.0)
D
Dmitriy Zaporozhets 已提交
208 209 210
    grape-entity (0.4.2)
      activesupport
      multi_json (>= 1.3.2)
211
    growl (1.0.3)
212
    guard (2.2.4)
D
Dmitriy Zaporozhets 已提交
213
      formatador (>= 0.2.4)
214 215 216 217 218 219 220
      listen (~> 2.1)
      lumberjack (~> 1.0)
      pry (>= 0.9.12)
      thor (>= 0.18.1)
    guard-rspec (4.2.0)
      guard (>= 2.1.1)
      rspec (>= 2.14, < 4.0)
N
Nihad Abbasov 已提交
221 222 223
    guard-spinach (0.0.2)
      guard (>= 1.1)
      spinach
224
    haml (4.0.4)
225
      tilt
226 227 228 229 230 231
    haml-rails (0.5.1)
      actionpack (~> 4.0.0)
      activesupport (~> 4.0.0)
      haml (>= 3.1, < 5.0)
      railties (~> 4.0.0)
    hashie (2.0.5)
232
    hike (1.2.3)
233
    hipchat (0.14.0)
R
Ronald van Eede 已提交
234
      httparty
235
      httparty
236
    http_parser.rb (0.5.3)
D
Dmitriy Zaporozhets 已提交
237
    httparty (0.13.0)
238
      json (~> 1.8)
D
Dmitriy Zaporozhets 已提交
239
      multi_xml (>= 0.5.2)
R
Riyad Preukschas 已提交
240
    httpauth (0.2.0)
D
Dmitriy Zaporozhets 已提交
241
    i18n (0.6.9)
242
    ice_nine (0.10.0)
243 244 245 246 247 248
    jasmine (2.0.0.rc5)
      jasmine-core (~> 2.0.0.rc5)
      phantomjs
      rack (>= 1.2.1)
      rake
    jasmine-core (2.0.0.rc5)
249
    jquery-atwho-rails (0.3.3)
250 251 252
    jquery-rails (3.1.0)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
253
    jquery-turbolinks (2.0.1)
254 255
      railties (>= 3.1.0)
      turbolinks
256 257
    jquery-ui-rails (4.2.1)
      railties (>= 3.2.16)
258
    json (1.8.1)
D
Dmitriy Zaporozhets 已提交
259 260
    jwt (0.1.8)
      multi_json (>= 1.5)
D
Dmitriy Zaporozhets 已提交
261
    kaminari (0.15.1)
D
Dmitriy Zaporozhets 已提交
262 263
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
264 265
    kgio (2.8.1)
    launchy (2.4.2)
R
Riyad Preukschas 已提交
266
      addressable (~> 2.3)
267
    letter_opener (1.1.2)
268
      launchy (~> 2.2)
269 270 271
    libv8 (3.16.14.3)
    listen (2.3.1)
      celluloid (>= 0.15.2)
D
Dmitriy Zaporozhets 已提交
272 273
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
274
    lumberjack (1.0.4)
275
    mail (2.5.4)
G
gitlabhq 已提交
276 277
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
278
    method_source (0.8.2)
279
    mime-types (1.25.1)
280
    mini_portile (0.5.3)
281
    minitest (4.7.5)
J
Jacob Vosmaer 已提交
282
    multi_json (1.10.0)
283
    multi_xml (0.5.5)
D
Dmitriy Zaporozhets 已提交
284
    multipart-post (1.2.0)
D
Dmitriy Zaporozhets 已提交
285
    mysql2 (0.3.11)
D
Dmitriy Zaporozhets 已提交
286
    net-ldap (0.3.1)
287 288 289 290 291
    net-scp (1.1.2)
      net-ssh (>= 2.6.5)
    net-ssh (2.8.0)
    nokogiri (1.6.1)
      mini_portile (~> 0.5.0)
292
    nprogress-rails (0.1.2.3)
D
Dmitriy Zaporozhets 已提交
293
    oauth (0.4.7)
294
    oauth2 (0.8.1)
D
Dmitriy Zaporozhets 已提交
295 296 297 298 299
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
D
Dmitriy Zaporozhets 已提交
300 301
    omniauth (1.1.4)
      hashie (>= 1.2, < 3)
V
Valery Sizov 已提交
302
      rack
303
    omniauth-github (1.1.1)
D
Dmitriy Zaporozhets 已提交
304 305
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
306
    omniauth-google-oauth2 (0.2.1)
D
Dmitriy Zaporozhets 已提交
307 308 309 310 311
      omniauth (~> 1.0)
      omniauth-oauth2
    omniauth-oauth (1.0.1)
      oauth
      omniauth (~> 1.0)
R
Riyad Preukschas 已提交
312
    omniauth-oauth2 (1.1.1)
D
Dmitriy Zaporozhets 已提交
313 314
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
315
    omniauth-twitter (1.0.1)
D
Dmitriy Zaporozhets 已提交
316 317
      multi_json (~> 1.3)
      omniauth-oauth (~> 1.0)
318
    orm_adapter (0.5.0)
D
Dmitriy Zaporozhets 已提交
319
    pg (0.15.1)
320
    phantomjs (1.9.2.0)
321
    poltergeist (1.4.1)
322
      capybara (~> 2.1.0)
323 324 325
      cliver (~> 0.2.1)
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
326
    polyglot (0.3.4)
327
    posix-spawn (0.3.8)
328 329 330 331
    protected_attributes (1.0.5)
      activemodel (>= 4.0.1, < 5.0)
    pry (0.9.12.4)
      coderay (~> 1.0)
R
Riyad Preukschas 已提交
332
      method_source (~> 0.8)
333
      slop (~> 3.4)
V
Valery Sizov 已提交
334
    pyu-ruby-sasl (0.0.3.3)
D
Dmitriy Zaporozhets 已提交
335 336
    quiet_assets (1.0.2)
      railties (>= 3.1, < 5.0)
337 338
    racc (1.4.10)
    rack (1.5.2)
R
Riyad Preukschas 已提交
339 340
    rack-accept (0.4.5)
      rack (>= 0.4)
341
    rack-attack (2.3.0)
M
Marin Jankovski 已提交
342
      rack
343
    rack-cors (0.2.9)
D
Dmitriy Zaporozhets 已提交
344
    rack-mini-profiler (0.9.0)
R
randx 已提交
345
      rack (>= 1.1.3)
346 347
    rack-mount (0.8.3)
      rack (>= 1.0.0)
348
    rack-protection (1.5.1)
G
gitlabhq 已提交
349
      rack
D
Dmitriy Zaporozhets 已提交
350
    rack-test (0.6.2)
G
gitlabhq 已提交
351
      rack (>= 1.0)
J
Jacob Vosmaer 已提交
352 353 354 355 356
    rails (4.0.5)
      actionmailer (= 4.0.5)
      actionpack (= 4.0.5)
      activerecord (= 4.0.5)
      activesupport (= 4.0.5)
357
      bundler (>= 1.3.0, < 2.0)
J
Jacob Vosmaer 已提交
358
      railties (= 4.0.5)
359 360 361
      sprockets-rails (~> 2.0.0)
    rails-observers (0.1.2)
      activemodel (~> 4.0)
362
    rails_best_practices (1.14.4)
D
Dmitriy Zaporozhets 已提交
363 364
      activesupport
      awesome_print
365
      code_analyzer (>= 0.4.3)
D
Dmitriy Zaporozhets 已提交
366 367 368
      colored
      erubis
      i18n
369
      require_all
370
      ruby-progressbar
J
Jacob Vosmaer 已提交
371 372 373
    railties (4.0.5)
      actionpack (= 4.0.5)
      activesupport (= 4.0.5)
G
gitlabhq 已提交
374
      rake (>= 0.8.7)
375 376
      thor (>= 0.18.1, < 2.0)
    raindrops (0.12.0)
377
    rake (10.3.1)
378
    raphael-rails (2.1.2)
D
Dmitriy Zaporozhets 已提交
379
    rb-fsevent (0.9.3)
380
    rb-inotify (0.9.2)
381
      ffi (>= 0.5.0)
D
Dmitriy Zaporozhets 已提交
382
    rdoc (3.12.2)
383
      json (~> 1.4)
R
Riyad Preukschas 已提交
384
    redcarpet (2.2.2)
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
    redis (3.0.6)
    redis-actionpack (4.0.0)
      actionpack (~> 4)
      redis-rack (~> 1.5.0)
      redis-store (~> 1.1.0)
    redis-activesupport (4.0.0)
      activesupport (~> 4)
      redis-store (~> 1.1.0)
    redis-namespace (1.4.1)
      redis (~> 3.0.4)
    redis-rack (1.5.0)
      rack (~> 1.5)
      redis-store (~> 1.1.0)
    redis-rails (4.0.0)
      redis-actionpack (~> 4)
      redis-activesupport (~> 4)
401
      redis-store (~> 1.1.0)
402 403
    redis-store (1.1.4)
      redis (>= 2.2)
404
    ref (1.0.5)
405
    require_all (1.3.2)
406 407
    rest-client (1.6.7)
      mime-types (>= 1.16)
408
    rouge (1.3.3)
409 410 411 412 413 414
    rspec (2.14.1)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    rspec-core (2.14.7)
    rspec-expectations (2.14.4)
415
      diff-lcs (>= 1.1.3, < 2.0)
416 417
    rspec-mocks (2.14.4)
    rspec-rails (2.14.0)
D
Dmitriy Zaporozhets 已提交
418 419 420
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
421 422 423
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
424
    ruby-progressbar (1.2.0)
V
Valery Sizov 已提交
425
    rubyntlm (0.1.1)
D
Dmitriy Zaporozhets 已提交
426
    rugged (0.19.0)
427
    safe_yaml (0.9.7)
428
    sanitize (2.1.0)
429
      nokogiri (>= 1.4.4)
D
Dmitriy Zaporozhets 已提交
430
    sass (3.2.12)
431 432
    sass-rails (4.0.1)
      railties (>= 4.0.0, < 5.0)
D
Dmitriy Zaporozhets 已提交
433
      sass (>= 3.1.10)
434
      sprockets-rails (~> 2.0.0)
435 436 437
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
438 439 440 441
    seed-fu (2.3.0)
      activerecord (>= 3.1, < 4.1)
      activesupport (>= 3.1, < 4.1)
    select2-rails (3.5.2)
D
Dmitriy Zaporozhets 已提交
442
      thor (~> 0.14)
443
    settingslogic (2.0.9)
444
    sexp_processor (4.4.0)
445
    shoulda-matchers (2.1.0)
A
Andrey Vakarev 已提交
446
      activesupport (>= 3.0.0)
447 448
    sidekiq (2.17.0)
      celluloid (>= 0.15.2)
D
Dmitriy Zaporozhets 已提交
449 450
      connection_pool (>= 1.0.0)
      json
451
      redis (>= 3.0.4)
452
      redis-namespace (>= 1.3.1)
453
    simple_oauth (0.1.9)
454 455 456 457 458 459
    simplecov (0.8.2)
      docile (~> 1.1.0)
      multi_json
      simplecov-html (~> 0.8.0)
    simplecov-html (0.8.0)
    sinatra (1.4.4)
460
      rack (~> 1.4)
461 462
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
G
gitlabhq 已提交
463
    six (0.2.0)
464
    slack-notifier (0.3.2)
465 466 467 468 469
    slim (2.0.2)
      temple (~> 0.6.6)
      tilt (>= 1.3.3, < 2.1)
    slop (3.4.7)
    spinach (0.8.7)
470
      colorize (= 0.5.8)
471
      gherkin-ruby (>= 0.3.1)
D
Dmitriy Zaporozhets 已提交
472 473
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
N
Nihad Abbasov 已提交
474 475
      railties (>= 3)
      spinach (>= 0.4)
J
Jeroen van Baarsen 已提交
476 477 478 479 480
    spring (1.1.1)
    spring-commands-rspec (1.0.1)
      spring (>= 0.9.1)
    spring-commands-spinach (1.0.0)
      spring (>= 0.9.1)
J
Jacob Vosmaer 已提交
481
    sprockets (2.12.1)
G
gitlabhq 已提交
482
      hike (~> 1.2)
D
Dmitriy Zaporozhets 已提交
483
      multi_json (~> 1.0)
G
gitlabhq 已提交
484 485
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
486 487 488 489
    sprockets-rails (2.0.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (~> 2.8)
D
Dmitriy Zaporozhets 已提交
490
    stamp (0.5.0)
D
Dmitriy Zaporozhets 已提交
491
    state_machine (1.2.0)
492
    stringex (2.5.1)
493
    temple (0.6.7)
494 495
    term-ansicolor (1.2.2)
      tins (~> 0.8)
496 497 498
    test_after_commit (0.2.2)
    therubyracer (0.12.0)
      libv8 (~> 3.16.14.0)
499
      ref
500
    thin (1.6.1)
501
      daemons (>= 1.0.9)
502
      eventmachine (>= 1.0.0)
503
      rack (>= 1.0.0)
504 505
    thor (0.19.1)
    thread_safe (0.3.3)
506
    tilt (1.4.1)
D
Dmitriy Zaporozhets 已提交
507
    timers (1.1.0)
508
    tinder (1.9.3)
509 510 511
      eventmachine (~> 1.0)
      faraday (~> 0.8)
      faraday_middleware (~> 0.9)
512 513
      hashie (>= 1.0, < 3)
      json (~> 1.8.0)
514
      mime-types (~> 1.19)
515
      multi_json (~> 1.7)
516
      twitter-stream (~> 0.1)
517
    tins (0.13.1)
D
Dmitriy Zaporozhets 已提交
518
    treetop (1.4.15)
G
gitlabhq 已提交
519 520
      polyglot
      polyglot (>= 0.3.1)
521
    turbolinks (2.0.0)
522
      coffee-rails
523 524 525 526
    twitter-stream (0.1.16)
      eventmachine (>= 0.12.8)
      http_parser.rb (~> 0.5.1)
      simple_oauth (~> 0.1.4)
527
    tzinfo (0.3.39)
528
    uglifier (2.3.2)
G
gitlabhq 已提交
529
      execjs (>= 0.3.0)
530
      json (>= 1.8.0)
531
    underscore-rails (1.4.4)
532 533 534
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.6)
535 536 537 538
    unicorn (4.6.3)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
539 540
    unicorn-worker-killer (0.4.2)
      unicorn (~> 4)
R
Robert Speicher 已提交
541
    version_sorter (1.1.0)
542
    virtus (1.0.1)
543
      axiom-types (~> 0.0.5)
544
      coercible (~> 1.0)
545
      descendants_tracker (~> 0.0.1)
546
      equalizer (~> 0.0.7)
D
Dmitriy Zaporozhets 已提交
547
    warden (1.2.3)
G
gitlabhq 已提交
548
      rack (>= 1.0)
549
    webmock (1.16.0)
550
      addressable (>= 2.2.7)
D
Dmitriy Zaporozhets 已提交
551
      crack (>= 0.3.2)
552
    websocket-driver (0.3.1)
553
    xpath (2.0.0)
G
gitlabhq 已提交
554 555 556 557 558 559
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
D
Dmitriy Zaporozhets 已提交
560
  ace-rails-ap
D
Dmitriy Zaporozhets 已提交
561
  acts-as-taggable-on
D
Dmitriy Zaporozhets 已提交
562
  annotate (~> 2.6.0.beta2)
M
Manuel Mendez 已提交
563
  asciidoctor
G
gitlabhq 已提交
564
  awesome_print
565 566
  better_errors
  binding_of_caller
D
Dmitriy Zaporozhets 已提交
567
  bootstrap-sass (~> 3.0)
568
  capybara
569
  carrierwave
D
Dmitriy Zaporozhets 已提交
570
  coffee-rails
571
  colored
572
  coveralls
573
  d3_rails (~> 3.1.4)
574
  database_cleaner
D
Dmitriy Zaporozhets 已提交
575
  default_value_for (~> 3.0.0)
576 577
  devise (= 3.0.4)
  devise-async (= 0.8.0)
S
skv-headless 已提交
578
  diffy (~> 3.0.3)
579
  email_spec
580
  email_validator (~> 1.4.0)
A
Andrew8xx8 已提交
581
  enumerize
R
Robert Speicher 已提交
582
  factory_girl_rails
N
Nihad Abbasov 已提交
583
  ffaker
584
  fog (~> 1.14)
585
  font-awesome-rails (~> 3.2)
D
Dmitriy Zaporozhets 已提交
586
  foreman
587
  gemnasium-gitlab-service (~> 0.2)
588
  github-markup
589
  gitlab-flowdock-git-hook (~> 0.4.2)
D
Dmitriy Zaporozhets 已提交
590
  gitlab-grack (~> 2.0.0.pre)
D
Dmitriy Zaporozhets 已提交
591
  gitlab-linguist (~> 3.0.0)
M
Marin Jankovski 已提交
592
  gitlab_emoji (~> 0.0.1.1)
593
  gitlab_git (~> 5.8)
D
Dmitriy Zaporozhets 已提交
594
  gitlab_meta (= 6.0)
595
  gitlab_omniauth-ldap (= 1.0.4)
596
  gollum-lib (~> 3.0.0)
D
Dmitriy Zaporozhets 已提交
597
  gon (~> 5.0.0)
J
Jeroen van Baarsen 已提交
598
  grape (~> 0.6.1)
D
Dmitriy Zaporozhets 已提交
599
  grape-entity (~> 0.4.2)
600
  growl
R
randx 已提交
601
  guard-rspec
N
Nihad Abbasov 已提交
602
  guard-spinach
603
  haml-rails
604
  hipchat (~> 0.14.0)
A
Ariejan de Vroom 已提交
605
  httparty
606
  jasmine (= 2.0.0.rc5)
607
  jquery-atwho-rails (~> 0.3.3)
608
  jquery-rails
609
  jquery-turbolinks
610
  jquery-ui-rails
D
Dmitriy Zaporozhets 已提交
611
  kaminari (~> 0.15.1)
G
gitlabhq 已提交
612
  launchy
N
Nihad Abbasov 已提交
613
  letter_opener
614
  minitest (~> 4.7.0)
D
Dmitriy Zaporozhets 已提交
615
  mysql2
616
  nprogress-rails
617
  omniauth (~> 1.1.3)
D
Dmitriy Zaporozhets 已提交
618 619 620
  omniauth-github
  omniauth-google-oauth2
  omniauth-twitter
A
Andrey Kumanyaev 已提交
621
  pg
622
  poltergeist (~> 1.4.1)
623
  protected_attributes
S
Saito 已提交
624
  pry
R
Riyad Preukschas 已提交
625
  quiet_assets (~> 1.0.1)
M
Marin Jankovski 已提交
626
  rack-attack
627
  rack-cors
R
randx 已提交
628
  rack-mini-profiler
629 630
  rails (~> 4.0.0)
  rails-observers
D
Dmitriy Zaporozhets 已提交
631
  rails_best_practices
632
  raphael-rails (~> 2.1.2)
633 634
  rb-fsevent
  rb-inotify
R
Riyad Preukschas 已提交
635
  redcarpet (~> 2.2.2)
636
  redis-rails
637
  rspec-rails
638
  sanitize (~> 2.0)
D
Dmitriy Zaporozhets 已提交
639
  sass-rails
640
  sdoc
D
Dmitriy Zaporozhets 已提交
641
  seed-fu
D
Dmitriy Zaporozhets 已提交
642
  select2-rails
643
  settingslogic
644
  shoulda-matchers (~> 2.1.0)
M
Marin Jankovski 已提交
645
  sidekiq (= 2.17.0)
G
gitlabhq 已提交
646
  simplecov
D
sidekiq  
Dmitriy Zaporozhets 已提交
647
  sinatra
G
gitlabhq 已提交
648
  six
Z
zzjin 已提交
649
  slack-notifier (~> 0.3.2)
D
sidekiq  
Dmitriy Zaporozhets 已提交
650
  slim
651
  spinach-rails
J
Jeroen van Baarsen 已提交
652 653 654
  spring (= 1.1.1)
  spring-commands-rspec (= 1.0.1)
  spring-commands-spinach (= 1.0.0)
G
gitlabhq 已提交
655
  stamp
A
Andrew8xx8 已提交
656
  state_machine
A
Alex Denisov 已提交
657
  test_after_commit
G
gitlabhq 已提交
658
  therubyracer
659
  thin
660
  tinder (~> 1.9.2)
661
  turbolinks
D
Dmitriy Zaporozhets 已提交
662
  uglifier
663
  underscore-rails (~> 1.4.4)
664
  unf
665
  unicorn (~> 4.6.3)
666
  unicorn-worker-killer
R
Robert Speicher 已提交
667
  version_sorter
Z
zzjin 已提交
668
  webmock