Gemfile.lock 15.3 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)
M
Marin Jankovski 已提交
165
    gitlab-grit (2.6.7)
166
      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 254
    jquery-scrollto-rails (1.4.3)
      railties (> 3.1, < 5.0)
255
    jquery-turbolinks (2.0.1)
256 257
      railties (>= 3.1.0)
      turbolinks
258 259
    jquery-ui-rails (4.2.1)
      railties (>= 3.2.16)
260
    json (1.8.1)
D
Dmitriy Zaporozhets 已提交
261 262
    jwt (0.1.8)
      multi_json (>= 1.5)
D
Dmitriy Zaporozhets 已提交
263
    kaminari (0.15.1)
D
Dmitriy Zaporozhets 已提交
264 265
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
266 267
    kgio (2.8.1)
    launchy (2.4.2)
R
Riyad Preukschas 已提交
268
      addressable (~> 2.3)
269
    letter_opener (1.1.2)
270
      launchy (~> 2.2)
271 272 273
    libv8 (3.16.14.3)
    listen (2.3.1)
      celluloid (>= 0.15.2)
D
Dmitriy Zaporozhets 已提交
274 275
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
276
    lumberjack (1.0.4)
277
    mail (2.5.4)
G
gitlabhq 已提交
278 279
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
280
    method_source (0.8.2)
281
    mime-types (1.25.1)
282
    mini_portile (0.5.3)
283
    minitest (4.7.5)
J
Jacob Vosmaer 已提交
284
    multi_json (1.10.0)
285
    multi_xml (0.5.5)
D
Dmitriy Zaporozhets 已提交
286
    multipart-post (1.2.0)
D
Dmitriy Zaporozhets 已提交
287
    mysql2 (0.3.11)
D
Dmitriy Zaporozhets 已提交
288
    net-ldap (0.3.1)
289 290 291 292 293
    net-scp (1.1.2)
      net-ssh (>= 2.6.5)
    net-ssh (2.8.0)
    nokogiri (1.6.1)
      mini_portile (~> 0.5.0)
294
    nprogress-rails (0.1.2.3)
D
Dmitriy Zaporozhets 已提交
295
    oauth (0.4.7)
296
    oauth2 (0.8.1)
D
Dmitriy Zaporozhets 已提交
297 298 299 300 301
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
D
Dmitriy Zaporozhets 已提交
302 303
    omniauth (1.1.4)
      hashie (>= 1.2, < 3)
V
Valery Sizov 已提交
304
      rack
305
    omniauth-github (1.1.1)
D
Dmitriy Zaporozhets 已提交
306 307
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
308
    omniauth-google-oauth2 (0.2.1)
D
Dmitriy Zaporozhets 已提交
309 310 311 312 313
      omniauth (~> 1.0)
      omniauth-oauth2
    omniauth-oauth (1.0.1)
      oauth
      omniauth (~> 1.0)
R
Riyad Preukschas 已提交
314
    omniauth-oauth2 (1.1.1)
D
Dmitriy Zaporozhets 已提交
315 316
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
317
    omniauth-twitter (1.0.1)
D
Dmitriy Zaporozhets 已提交
318 319
      multi_json (~> 1.3)
      omniauth-oauth (~> 1.0)
320
    orm_adapter (0.5.0)
D
Dmitriy Zaporozhets 已提交
321
    pg (0.15.1)
322
    phantomjs (1.9.2.0)
323
    poltergeist (1.4.1)
324
      capybara (~> 2.1.0)
325 326 327
      cliver (~> 0.2.1)
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
328
    polyglot (0.3.4)
329
    posix-spawn (0.3.8)
330 331 332 333
    protected_attributes (1.0.5)
      activemodel (>= 4.0.1, < 5.0)
    pry (0.9.12.4)
      coderay (~> 1.0)
R
Riyad Preukschas 已提交
334
      method_source (~> 0.8)
335
      slop (~> 3.4)
V
Valery Sizov 已提交
336
    pyu-ruby-sasl (0.0.3.3)
D
Dmitriy Zaporozhets 已提交
337 338
    quiet_assets (1.0.2)
      railties (>= 3.1, < 5.0)
339 340
    racc (1.4.10)
    rack (1.5.2)
R
Riyad Preukschas 已提交
341 342
    rack-accept (0.4.5)
      rack (>= 0.4)
343
    rack-attack (2.3.0)
M
Marin Jankovski 已提交
344
      rack
345
    rack-cors (0.2.9)
D
Dmitriy Zaporozhets 已提交
346
    rack-mini-profiler (0.9.0)
R
randx 已提交
347
      rack (>= 1.1.3)
348 349
    rack-mount (0.8.3)
      rack (>= 1.0.0)
350
    rack-protection (1.5.1)
G
gitlabhq 已提交
351
      rack
D
Dmitriy Zaporozhets 已提交
352
    rack-test (0.6.2)
G
gitlabhq 已提交
353
      rack (>= 1.0)
J
Jacob Vosmaer 已提交
354 355 356 357 358
    rails (4.0.5)
      actionmailer (= 4.0.5)
      actionpack (= 4.0.5)
      activerecord (= 4.0.5)
      activesupport (= 4.0.5)
359
      bundler (>= 1.3.0, < 2.0)
J
Jacob Vosmaer 已提交
360
      railties (= 4.0.5)
361 362 363
      sprockets-rails (~> 2.0.0)
    rails-observers (0.1.2)
      activemodel (~> 4.0)
364
    rails_best_practices (1.14.4)
D
Dmitriy Zaporozhets 已提交
365 366
      activesupport
      awesome_print
367
      code_analyzer (>= 0.4.3)
D
Dmitriy Zaporozhets 已提交
368 369 370
      colored
      erubis
      i18n
371
      require_all
372
      ruby-progressbar
J
Jacob Vosmaer 已提交
373 374 375
    railties (4.0.5)
      actionpack (= 4.0.5)
      activesupport (= 4.0.5)
G
gitlabhq 已提交
376
      rake (>= 0.8.7)
377 378
      thor (>= 0.18.1, < 2.0)
    raindrops (0.12.0)
379
    rake (10.3.1)
380
    raphael-rails (2.1.2)
D
Dmitriy Zaporozhets 已提交
381
    rb-fsevent (0.9.3)
382
    rb-inotify (0.9.2)
383
      ffi (>= 0.5.0)
D
Dmitriy Zaporozhets 已提交
384
    rdoc (3.12.2)
385
      json (~> 1.4)
R
Riyad Preukschas 已提交
386
    redcarpet (2.2.2)
387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402
    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)
403
      redis-store (~> 1.1.0)
404 405
    redis-store (1.1.4)
      redis (>= 2.2)
406
    ref (1.0.5)
407
    require_all (1.3.2)
408 409
    rest-client (1.6.7)
      mime-types (>= 1.16)
410
    rouge (1.3.3)
411 412 413 414 415 416
    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)
417
      diff-lcs (>= 1.1.3, < 2.0)
418 419
    rspec-mocks (2.14.4)
    rspec-rails (2.14.0)
D
Dmitriy Zaporozhets 已提交
420 421 422
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
423 424 425
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
426
    ruby-progressbar (1.2.0)
V
Valery Sizov 已提交
427
    rubyntlm (0.1.1)
D
Dmitriy Zaporozhets 已提交
428
    rugged (0.19.0)
429
    safe_yaml (0.9.7)
430
    sanitize (2.1.0)
431
      nokogiri (>= 1.4.4)
432 433
    sass (3.2.19)
    sass-rails (4.0.3)
434
      railties (>= 4.0.0, < 5.0)
435 436 437
      sass (~> 3.2.0)
      sprockets (~> 2.8, <= 2.11.0)
      sprockets-rails (~> 2.0)
438 439 440
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
441 442 443 444
    seed-fu (2.3.0)
      activerecord (>= 3.1, < 4.1)
      activesupport (>= 3.1, < 4.1)
    select2-rails (3.5.2)
D
Dmitriy Zaporozhets 已提交
445
      thor (~> 0.14)
446
    settingslogic (2.0.9)
447
    sexp_processor (4.4.0)
448
    shoulda-matchers (2.1.0)
A
Andrey Vakarev 已提交
449
      activesupport (>= 3.0.0)
450 451
    sidekiq (2.17.0)
      celluloid (>= 0.15.2)
D
Dmitriy Zaporozhets 已提交
452 453
      connection_pool (>= 1.0.0)
      json
454
      redis (>= 3.0.4)
455
      redis-namespace (>= 1.3.1)
456
    simple_oauth (0.1.9)
457 458 459 460 461 462
    simplecov (0.8.2)
      docile (~> 1.1.0)
      multi_json
      simplecov-html (~> 0.8.0)
    simplecov-html (0.8.0)
    sinatra (1.4.4)
463
      rack (~> 1.4)
464 465
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
G
gitlabhq 已提交
466
    six (0.2.0)
467
    slack-notifier (0.3.2)
468 469 470 471 472
    slim (2.0.2)
      temple (~> 0.6.6)
      tilt (>= 1.3.3, < 2.1)
    slop (3.4.7)
    spinach (0.8.7)
473
      colorize (= 0.5.8)
474
      gherkin-ruby (>= 0.3.1)
D
Dmitriy Zaporozhets 已提交
475 476
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
N
Nihad Abbasov 已提交
477 478
      railties (>= 3)
      spinach (>= 0.4)
J
Jeroen van Baarsen 已提交
479 480 481 482 483
    spring (1.1.1)
    spring-commands-rspec (1.0.1)
      spring (>= 0.9.1)
    spring-commands-spinach (1.0.0)
      spring (>= 0.9.1)
484
    sprockets (2.11.0)
G
gitlabhq 已提交
485
      hike (~> 1.2)
D
Dmitriy Zaporozhets 已提交
486
      multi_json (~> 1.0)
G
gitlabhq 已提交
487 488
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
489 490 491 492
    sprockets-rails (2.0.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (~> 2.8)
D
Dmitriy Zaporozhets 已提交
493
    stamp (0.5.0)
D
Dmitriy Zaporozhets 已提交
494
    state_machine (1.2.0)
495
    stringex (2.5.1)
496
    temple (0.6.7)
497 498
    term-ansicolor (1.2.2)
      tins (~> 0.8)
499 500 501
    test_after_commit (0.2.2)
    therubyracer (0.12.0)
      libv8 (~> 3.16.14.0)
502
      ref
503
    thin (1.6.1)
504
      daemons (>= 1.0.9)
505
      eventmachine (>= 1.0.0)
506
      rack (>= 1.0.0)
507 508
    thor (0.19.1)
    thread_safe (0.3.3)
509
    tilt (1.4.1)
D
Dmitriy Zaporozhets 已提交
510
    timers (1.1.0)
511
    tinder (1.9.3)
512 513 514
      eventmachine (~> 1.0)
      faraday (~> 0.8)
      faraday_middleware (~> 0.9)
515 516
      hashie (>= 1.0, < 3)
      json (~> 1.8.0)
517
      mime-types (~> 1.19)
518
      multi_json (~> 1.7)
519
      twitter-stream (~> 0.1)
520
    tins (0.13.1)
D
Dmitriy Zaporozhets 已提交
521
    treetop (1.4.15)
G
gitlabhq 已提交
522 523
      polyglot
      polyglot (>= 0.3.1)
524
    turbolinks (2.0.0)
525
      coffee-rails
526 527 528 529
    twitter-stream (0.1.16)
      eventmachine (>= 0.12.8)
      http_parser.rb (~> 0.5.1)
      simple_oauth (~> 0.1.4)
530
    tzinfo (0.3.39)
531
    uglifier (2.3.2)
G
gitlabhq 已提交
532
      execjs (>= 0.3.0)
533
      json (>= 1.8.0)
534
    underscore-rails (1.4.4)
535 536 537
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.6)
538 539 540 541
    unicorn (4.6.3)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
542 543
    unicorn-worker-killer (0.4.2)
      unicorn (~> 4)
R
Robert Speicher 已提交
544
    version_sorter (1.1.0)
545
    virtus (1.0.1)
546
      axiom-types (~> 0.0.5)
547
      coercible (~> 1.0)
548
      descendants_tracker (~> 0.0.1)
549
      equalizer (~> 0.0.7)
D
Dmitriy Zaporozhets 已提交
550
    warden (1.2.3)
G
gitlabhq 已提交
551
      rack (>= 1.0)
552
    webmock (1.16.0)
553
      addressable (>= 2.2.7)
D
Dmitriy Zaporozhets 已提交
554
      crack (>= 0.3.2)
555
    websocket-driver (0.3.1)
556
    xpath (2.0.0)
G
gitlabhq 已提交
557 558 559 560 561 562
      nokogiri (~> 1.3)

PLATFORMS
  ruby

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