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

PLATFORMS
  ruby

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