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

PLATFORMS
  ruby

DEPENDENCIES
R
Robert Schilling 已提交
620
  RedCloth
D
Dmitriy Zaporozhets 已提交
621
  ace-rails-ap
D
Dmitriy Zaporozhets 已提交
622
  acts-as-taggable-on
623
  addressable
D
Dmitriy Zaporozhets 已提交
624
  annotate (~> 2.6.0.beta2)
R
Robert Schilling 已提交
625
  asciidoctor (= 0.1.4)
G
gitlabhq 已提交
626
  awesome_print
627 628
  better_errors
  binding_of_caller
D
Dmitriy Zaporozhets 已提交
629
  bootstrap-sass (~> 3.0)
630
  browser
631
  cal-heatmap-rails (~> 0.0.1)
632
  capybara (~> 2.2.1)
633
  carrierwave
D
Dmitriy Zaporozhets 已提交
634
  coffee-rails
635
  colored
636
  coveralls
R
Robert Schilling 已提交
637
  creole (~> 0.3.6)
638
  d3_rails (~> 3.1.4)
639
  database_cleaner
D
Dmitriy Zaporozhets 已提交
640
  default_value_for (~> 3.0.0)
M
Marin Jankovski 已提交
641 642
  devise (= 3.2.4)
  devise-async (= 0.9.0)
S
skv-headless 已提交
643
  diffy (~> 3.0.3)
V
Valery Sizov 已提交
644
  doorkeeper (= 2.1.0)
645
  dropzonejs-rails
646
  email_spec
A
Andrew8xx8 已提交
647
  enumerize
R
Robert Speicher 已提交
648
  factory_girl_rails
N
Nihad Abbasov 已提交
649
  ffaker
650
  fog (~> 1.14)
S
Sullivan SENECHAL 已提交
651
  font-awesome-rails (~> 4.2)
D
Dmitriy Zaporozhets 已提交
652
  foreman
653
  gemnasium-gitlab-service (~> 0.2)
654
  github-markup
655
  gitlab-flowdock-git-hook (~> 0.4.2)
D
Dmitriy Zaporozhets 已提交
656
  gitlab-grack (~> 2.0.0.pre)
D
Dmitriy Zaporozhets 已提交
657
  gitlab-linguist (~> 3.0.0)
M
Marin Jankovski 已提交
658
  gitlab_emoji (~> 0.0.1.1)
659
  gitlab_git (= 7.0.0.rc14)
D
Dmitriy Zaporozhets 已提交
660
  gitlab_meta (= 7.0)
661
  gitlab_omniauth-ldap (= 1.2.0)
S
Stefan Tatschner 已提交
662
  gollum-lib (~> 4.0.0)
D
Dmitriy Zaporozhets 已提交
663
  gon (~> 5.0.0)
J
Jeroen van Baarsen 已提交
664
  grape (~> 0.6.1)
D
Dmitriy Zaporozhets 已提交
665
  grape-entity (~> 0.4.2)
666
  growl
R
randx 已提交
667
  guard-rspec
N
Nihad Abbasov 已提交
668
  guard-spinach
669
  haml-rails
670
  hipchat (~> 1.4.0)
671
  html-pipeline-gitlab (~> 0.1.0)
A
Ariejan de Vroom 已提交
672
  httparty
M
Marin Jankovski 已提交
673
  jasmine (= 2.0.2)
674
  jquery-atwho-rails (~> 0.3.3)
675
  jquery-rails
676
  jquery-scrollto-rails
677
  jquery-turbolinks
678
  jquery-ui-rails
D
Dmitriy Zaporozhets 已提交
679
  kaminari (~> 0.15.1)
G
gitlabhq 已提交
680
  launchy
N
Nihad Abbasov 已提交
681
  letter_opener
M
Marin Jankovski 已提交
682
  minitest (~> 5.3.0)
R
Robert Schilling 已提交
683
  mousetrap-rails
D
Dmitriy Zaporozhets 已提交
684
  mysql2
J
Jacob Vosmaer 已提交
685
  newrelic_rpm
686
  nprogress-rails
V
Valery Sizov 已提交
687
  octokit (= 3.7.0)
688
  omniauth (~> 1.1.3)
D
Dmitriy Zaporozhets 已提交
689 690
  omniauth-github
  omniauth-google-oauth2
V
Valery Sizov 已提交
691
  omniauth-kerberos
692
  omniauth-shibboleth
D
Dmitriy Zaporozhets 已提交
693
  omniauth-twitter
C
Chulki Lee 已提交
694
  org-ruby (= 0.9.12)
A
Andrey Kumanyaev 已提交
695
  pg
696
  poltergeist (~> 1.5.1)
S
Saito 已提交
697
  pry
R
Riyad Preukschas 已提交
698
  quiet_assets (~> 1.0.1)
M
Marin Jankovski 已提交
699
  rack-attack
700
  rack-cors
R
randx 已提交
701
  rack-mini-profiler
V
Valery Sizov 已提交
702
  rack-oauth2 (~> 1.0.5)
M
Marin Jankovski 已提交
703
  rails (~> 4.1.0)
704
  rails_autolink (~> 1.1)
D
Dmitriy Zaporozhets 已提交
705
  rails_best_practices
706
  raphael-rails (~> 2.1.2)
707 708
  rb-fsevent
  rb-inotify
R
Robert Schilling 已提交
709
  rdoc (~> 3.6)
A
Andrew Kumanyaev 已提交
710
  redcarpet (~> 3.1.2)
711
  redis-rails
S
skv-headless 已提交
712
  request_store
713
  rspec-rails
714
  rugments
715
  sanitize (~> 2.0)
716
  sass-rails (~> 4.0.2)
717
  sdoc
D
Dmitriy Zaporozhets 已提交
718
  seed-fu
D
Dmitriy Zaporozhets 已提交
719
  select2-rails
Y
yglukhov 已提交
720
  semantic-ui-sass (~> 1.8.0)
721
  settingslogic
722
  shoulda-matchers (~> 2.1.0)
V
Vinnie Okada 已提交
723
  sidekiq (~> 3.3)
G
gitlabhq 已提交
724
  simplecov
D
sidekiq  
Dmitriy Zaporozhets 已提交
725
  sinatra
G
gitlabhq 已提交
726
  six
727
  slack-notifier (~> 1.0.0)
D
sidekiq  
Dmitriy Zaporozhets 已提交
728
  slim
729
  spinach-rails
730
  spring (= 1.1.3)
J
Jeroen van Baarsen 已提交
731 732
  spring-commands-rspec (= 1.0.1)
  spring-commands-spinach (= 1.0.0)
G
gitlabhq 已提交
733
  stamp
A
Andrew8xx8 已提交
734
  state_machine
A
Alex Denisov 已提交
735
  test_after_commit
G
gitlabhq 已提交
736
  therubyracer
737
  thin
738
  tinder (~> 1.9.2)
739
  turbolinks
D
Dmitriy Zaporozhets 已提交
740
  uglifier
741
  underscore-rails (~> 1.4.4)
742
  unf
743
  unicorn (~> 4.6.3)
744
  unicorn-worker-killer
R
Robert Speicher 已提交
745
  version_sorter
S
skv 已提交
746
  virtus
Z
zzjin 已提交
747
  webmock
R
Robert Schilling 已提交
748
  wikicloth (= 0.8.1)