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

PLATFORMS
  ruby

DEPENDENCIES
R
Robert Schilling 已提交
726
  RedCloth
D
Dmitriy Zaporozhets 已提交
727
  ace-rails-ap
N
Nihad Abbasov 已提交
728
  acts-as-taggable-on (~> 3.4)
729
  addressable
D
Dmitriy Zaporozhets 已提交
730
  annotate (~> 2.6.0.beta2)
J
Jeremy 已提交
731
  asana (~> 0.0.6)
732
  asciidoctor (~> 1.5.2)
D
Dmitriy Zaporozhets 已提交
733
  attr_encrypted (= 1.3.4)
G
gitlabhq 已提交
734
  awesome_print
735 736
  better_errors
  binding_of_caller
D
Dmitriy Zaporozhets 已提交
737
  bootstrap-sass (~> 3.0)
D
Dmitriy Zaporozhets 已提交
738
  brakeman
739
  browser (~> 0.8.0)
D
Douwe Maan 已提交
740
  byebug
741
  cal-heatmap-rails (~> 0.0.1)
R
Robert Speicher 已提交
742
  capybara (~> 2.3.0)
R
Robert Speicher 已提交
743
  capybara-screenshot (~> 1.0.0)
744
  carrierwave
745
  charlock_holmes
D
Dmitriy Zaporozhets 已提交
746
  coffee-rails
747
  colored
748
  coveralls
R
Robert Schilling 已提交
749
  creole (~> 0.3.6)
R
Robert Speicher 已提交
750
  d3_rails (~> 3.5.5)
751
  database_cleaner (~> 1.4.0)
D
Dmitriy Zaporozhets 已提交
752
  default_value_for (~> 3.0.0)
M
Marin Jankovski 已提交
753 754
  devise (= 3.2.4)
  devise-async (= 0.9.0)
755
  devise-two-factor
S
skv-headless 已提交
756
  diffy (~> 3.0.3)
V
Valery Sizov 已提交
757
  doorkeeper (= 2.1.3)
758
  dropzonejs-rails
R
Robert Speicher 已提交
759
  email_spec (~> 1.6.0)
A
Andrew8xx8 已提交
760
  enumerize
R
Robert Speicher 已提交
761
  factory_girl_rails
R
Robert Speicher 已提交
762
  ffaker (~> 2.0.0)
763
  fog (~> 1.25.0)
S
Sullivan SENECHAL 已提交
764
  font-awesome-rails (~> 4.2)
D
Dmitriy Zaporozhets 已提交
765
  foreman
766
  gemnasium-gitlab-service (~> 0.2)
767
  github-markup
768
  gitlab-flowdock-git-hook (~> 0.4.2)
M
Marin Jankovski 已提交
769
  gitlab-grack (~> 2.0.2)
V
Valery Sizov 已提交
770
  gitlab-linguist (~> 3.0.1)
771
  gitlab_emoji (~> 0.1)
J
Jacob Vosmaer 已提交
772
  gitlab_git (~> 7.2.5)
D
Dmitriy Zaporozhets 已提交
773
  gitlab_meta (= 7.0)
D
Douwe Maan 已提交
774
  gitlab_omniauth-ldap (= 1.2.1)
V
Valery Sizov 已提交
775
  gollum-lib (~> 4.0.2)
D
Dmitriy Zaporozhets 已提交
776
  gon (~> 5.0.0)
J
Jeroen van Baarsen 已提交
777
  grape (~> 0.6.1)
D
Dmitriy Zaporozhets 已提交
778
  grape-entity (~> 0.4.2)
779
  haml-rails
C
Chulki Lee 已提交
780
  hipchat (~> 1.5.0)
781
  html-pipeline (~> 1.11.0)
A
Ariejan de Vroom 已提交
782
  httparty
R
Robert Speicher 已提交
783
  jquery-atwho-rails (~> 1.0.0)
R
Robert Speicher 已提交
784
  jquery-rails (= 3.1.3)
785
  jquery-scrollto-rails
786
  jquery-turbolinks
787
  jquery-ui-rails
D
Dmitriy Zaporozhets 已提交
788
  kaminari (~> 0.15.1)
N
Nihad Abbasov 已提交
789
  letter_opener
M
Marin Jankovski 已提交
790
  minitest (~> 5.3.0)
R
Robert Schilling 已提交
791
  mousetrap-rails
D
Dmitriy Zaporozhets 已提交
792
  mysql2
J
Jacob Vosmaer 已提交
793
  newrelic_rpm
794
  nprogress-rails
V
Valery Sizov 已提交
795
  octokit (= 3.7.0)
796
  omniauth (~> 1.2.2)
D
Douwe Maan 已提交
797
  omniauth-bitbucket
D
Dmitriy Zaporozhets 已提交
798
  omniauth-github
V
Valery Sizov 已提交
799
  omniauth-gitlab
D
Dmitriy Zaporozhets 已提交
800
  omniauth-google-oauth2
V
Valery Sizov 已提交
801
  omniauth-kerberos
A
Alex Lossent 已提交
802
  omniauth-saml
803
  omniauth-shibboleth
D
Dmitriy Zaporozhets 已提交
804
  omniauth-twitter
C
Chulki Lee 已提交
805
  org-ruby (= 0.9.12)
A
Andrey Kumanyaev 已提交
806
  pg
R
Robert Speicher 已提交
807
  poltergeist (~> 1.6.0)
808
  pry-rails
R
Riyad Preukschas 已提交
809
  quiet_assets (~> 1.0.1)
810
  rack-attack (~> 4.3.0)
811
  rack-cors
R
randx 已提交
812
  rack-mini-profiler
V
Valery Sizov 已提交
813
  rack-oauth2 (~> 1.0.5)
814
  rails (= 4.1.11)
815
  raphael-rails (~> 2.1.2)
R
Robert Schilling 已提交
816
  rdoc (~> 3.6)
R
Robert Speicher 已提交
817
  redcarpet (~> 3.3.0)
818
  redis-rails
S
skv-headless 已提交
819
  request_store
820
  rerun (~> 0.10.0)
821
  rqrcode-rails3
R
Robert Speicher 已提交
822
  rspec-rails (~> 3.3.0)
823
  rubocop (= 0.28.0)
824
  rugments (~> 1.0.0.beta7)
825
  sanitize (~> 2.0)
826
  sass-rails (~> 4.0.2)
827
  sdoc
D
Dmitriy Zaporozhets 已提交
828
  seed-fu
D
Dmitriy Zaporozhets 已提交
829
  select2-rails
830
  settingslogic
831
  shoulda-matchers (~> 2.8.0)
V
Vinnie Okada 已提交
832
  sidekiq (~> 3.3)
V
Vinnie Okada 已提交
833
  sidetiq (= 0.6.3)
G
gitlabhq 已提交
834
  simplecov
D
sidekiq  
Dmitriy Zaporozhets 已提交
835
  sinatra
G
gitlabhq 已提交
836
  six
837
  slack-notifier (~> 1.0.0)
D
sidekiq  
Dmitriy Zaporozhets 已提交
838
  slim
839
  spinach-rails
D
Dmitriy Zaporozhets 已提交
840
  spring (~> 1.3.1)
841 842 843
  spring-commands-rspec (~> 1.0.0)
  spring-commands-spinach (~> 1.0.0)
  spring-commands-teaspoon (~> 0.0.2)
G
gitlabhq 已提交
844
  stamp
A
Andrew8xx8 已提交
845
  state_machine
846
  task_list (= 1.0.2)
847 848
  teaspoon (~> 1.0.0)
  teaspoon-jasmine
A
Alex Denisov 已提交
849
  test_after_commit
850
  thin
851
  tinder (~> 1.9.2)
R
Robert Speicher 已提交
852
  turbolinks (~> 2.5.0)
D
Dmitriy Zaporozhets 已提交
853
  uglifier
854
  underscore-rails (~> 1.4.4)
855
  unf
856
  unicorn (~> 4.6.3)
857
  unicorn-worker-killer
R
Robert Speicher 已提交
858
  version_sorter
S
skv 已提交
859
  virtus
860
  webmock (~> 1.21.0)
R
Robert Schilling 已提交
861
  wikicloth (= 0.8.1)
862 863 864

BUNDLED WITH
   1.10.3