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

PLATFORMS
  ruby

DEPENDENCIES
R
Robert Schilling 已提交
664
  RedCloth
D
Dmitriy Zaporozhets 已提交
665
  ace-rails-ap
N
Nihad Abbasov 已提交
666
  acts-as-taggable-on (~> 3.4)
667
  addressable
D
Dmitriy Zaporozhets 已提交
668
  annotate (~> 2.6.0.beta2)
J
Jeremy 已提交
669
  asana (~> 0.0.6)
R
Robert Schilling 已提交
670
  asciidoctor (= 0.1.4)
G
gitlabhq 已提交
671
  awesome_print
672 673
  better_errors
  binding_of_caller
D
Dmitriy Zaporozhets 已提交
674
  bootstrap-sass (~> 3.0)
D
Dmitriy Zaporozhets 已提交
675
  brakeman
676
  browser
D
Douwe Maan 已提交
677
  byebug
678
  cal-heatmap-rails (~> 0.0.1)
679
  capybara (~> 2.2.1)
680
  carrierwave
681
  charlock_holmes
D
Dmitriy Zaporozhets 已提交
682
  coffee-rails
683
  colored
684
  coveralls
R
Robert Schilling 已提交
685
  creole (~> 0.3.6)
R
Robert Speicher 已提交
686
  d3_rails (~> 3.5.5)
687
  database_cleaner
D
Dmitriy Zaporozhets 已提交
688
  default_value_for (~> 3.0.0)
M
Marin Jankovski 已提交
689 690
  devise (= 3.2.4)
  devise-async (= 0.9.0)
S
skv-headless 已提交
691
  diffy (~> 3.0.3)
V
Valery Sizov 已提交
692
  doorkeeper (= 2.1.3)
693
  dropzonejs-rails
694
  email_spec
A
Andrew8xx8 已提交
695
  enumerize
R
Robert Speicher 已提交
696
  factory_girl_rails
N
Nihad Abbasov 已提交
697
  ffaker
698
  fog (~> 1.14)
S
Sullivan SENECHAL 已提交
699
  font-awesome-rails (~> 4.2)
D
Dmitriy Zaporozhets 已提交
700
  foreman
701
  gemnasium-gitlab-service (~> 0.2)
702
  github-markup
703
  gitlab-flowdock-git-hook (~> 0.4.2)
M
Marin Jankovski 已提交
704
  gitlab-grack (~> 2.0.2)
V
Valery Sizov 已提交
705
  gitlab-linguist (~> 3.0.1)
706
  gitlab_emoji (~> 0.1)
707
  gitlab_git (~> 7.1.10)
D
Dmitriy Zaporozhets 已提交
708
  gitlab_meta (= 7.0)
D
Douwe Maan 已提交
709
  gitlab_omniauth-ldap (= 1.2.1)
V
Valery Sizov 已提交
710
  gollum-lib (~> 4.0.2)
D
Dmitriy Zaporozhets 已提交
711
  gon (~> 5.0.0)
J
Jeroen van Baarsen 已提交
712
  grape (~> 0.6.1)
D
Dmitriy Zaporozhets 已提交
713
  grape-entity (~> 0.4.2)
714
  growl
R
randx 已提交
715
  guard-rspec
N
Nihad Abbasov 已提交
716
  guard-spinach
717
  haml-rails
C
Chulki Lee 已提交
718
  hipchat (~> 1.5.0)
719
  html-pipeline (~> 1.11.0)
A
Ariejan de Vroom 已提交
720
  httparty
R
Robert Speicher 已提交
721
  jasmine (~> 2.2.0)
R
Robert Speicher 已提交
722
  jasmine-rails
R
Robert Speicher 已提交
723
  jquery-atwho-rails (~> 1.0.0)
724
  jquery-rails
725
  jquery-scrollto-rails
726
  jquery-turbolinks
727
  jquery-ui-rails
D
Dmitriy Zaporozhets 已提交
728
  kaminari (~> 0.15.1)
G
gitlabhq 已提交
729
  launchy
N
Nihad Abbasov 已提交
730
  letter_opener
M
Marin Jankovski 已提交
731
  minitest (~> 5.3.0)
R
Robert Schilling 已提交
732
  mousetrap-rails
D
Dmitriy Zaporozhets 已提交
733
  mysql2
J
Jacob Vosmaer 已提交
734
  newrelic_rpm
735
  nprogress-rails
V
Valery Sizov 已提交
736
  octokit (= 3.7.0)
737
  omniauth (~> 1.1.3)
D
Douwe Maan 已提交
738
  omniauth-bitbucket
D
Dmitriy Zaporozhets 已提交
739
  omniauth-github
V
Valery Sizov 已提交
740
  omniauth-gitlab
D
Dmitriy Zaporozhets 已提交
741
  omniauth-google-oauth2
V
Valery Sizov 已提交
742
  omniauth-kerberos
743
  omniauth-shibboleth
D
Dmitriy Zaporozhets 已提交
744
  omniauth-twitter
C
Chulki Lee 已提交
745
  org-ruby (= 0.9.12)
A
Andrey Kumanyaev 已提交
746
  pg
747
  poltergeist (~> 1.5.1)
748
  pry-rails
R
Riyad Preukschas 已提交
749
  quiet_assets (~> 1.0.1)
M
Marin Jankovski 已提交
750
  rack-attack
751
  rack-cors
R
randx 已提交
752
  rack-mini-profiler
V
Valery Sizov 已提交
753
  rack-oauth2 (~> 1.0.5)
M
Marin Jankovski 已提交
754
  rails (~> 4.1.0)
755
  rails_autolink (~> 1.1)
756
  raphael-rails (~> 2.1.2)
757 758
  rb-fsevent
  rb-inotify
R
Robert Schilling 已提交
759
  rdoc (~> 3.6)
R
Robert Speicher 已提交
760
  redcarpet (~> 3.2.3)
761
  redis-rails
S
skv-headless 已提交
762
  request_store
763
  rspec-rails (= 2.99)
764
  rubocop (= 0.28.0)
765
  rugments
766
  sanitize (~> 2.0)
767
  sass-rails (~> 4.0.2)
768
  sdoc
D
Dmitriy Zaporozhets 已提交
769
  seed-fu
D
Dmitriy Zaporozhets 已提交
770
  select2-rails
771
  settingslogic
R
Robert Speicher 已提交
772
  shoulda-matchers (~> 2.7.0)
V
Vinnie Okada 已提交
773
  sidekiq (~> 3.3)
V
Vinnie Okada 已提交
774
  sidetiq (= 0.6.3)
G
gitlabhq 已提交
775
  simplecov
D
sidekiq  
Dmitriy Zaporozhets 已提交
776
  sinatra
G
gitlabhq 已提交
777
  six
778
  slack-notifier (~> 1.0.0)
D
sidekiq  
Dmitriy Zaporozhets 已提交
779
  slim
780
  spinach-rails
D
Dmitriy Zaporozhets 已提交
781
  spring (~> 1.3.1)
J
Jeroen van Baarsen 已提交
782
  spring-commands-rspec (= 1.0.4)
J
Jeroen van Baarsen 已提交
783
  spring-commands-spinach (= 1.0.0)
G
gitlabhq 已提交
784
  stamp
A
Andrew8xx8 已提交
785
  state_machine
A
Alex Denisov 已提交
786
  test_after_commit
787
  thin
788
  tinder (~> 1.9.2)
789
  turbolinks
D
Dmitriy Zaporozhets 已提交
790
  uglifier
791
  underscore-rails (~> 1.4.4)
792
  unf
793
  unicorn (~> 4.6.3)
794
  unicorn-worker-killer
R
Robert Speicher 已提交
795
  version_sorter
S
skv 已提交
796
  virtus
Z
zzjin 已提交
797
  webmock
R
Robert Schilling 已提交
798
  wikicloth (= 0.8.1)