Gemfile.lock 20.4 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.4.4)
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 117 118 119 120 121
    coveralls (0.8.2)
      json (~> 1.8)
      rest-client (>= 1.6.8, < 2)
      simplecov (~> 0.10.0)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.1)
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)
152 153
    domain_name (0.5.24)
      unf (>= 0.0.5, < 1.0.0)
V
Valery Sizov 已提交
154 155
    doorkeeper (2.1.3)
      railties (>= 3.2)
156
    dotenv (0.9.0)
N
Nikita Verkhovin 已提交
157
    dropzonejs-rails (0.7.1)
158
      rails (> 3.1)
R
Robert Speicher 已提交
159
    email_spec (1.6.0)
R
Riyad Preukschas 已提交
160
      launchy (~> 2.1)
161
      mail (~> 2.2)
162
    encryptor (1.3.0)
163
    enumerize (0.7.0)
A
Andrew8xx8 已提交
164
      activesupport (>= 3.2)
165
    equalizer (0.0.8)
G
gitlabhq 已提交
166
    erubis (2.7.0)
167
    escape_utils (0.2.4)
C
Chulki Lee 已提交
168
    eventmachine (1.0.4)
169
    excon (0.45.3)
S
Sullivan SENECHAL 已提交
170
    execjs (2.5.2)
R
Robert Schilling 已提交
171
    expression_parser (0.9.0)
172
    factory_girl (4.3.0)
R
Robert Speicher 已提交
173
      activesupport (>= 3.0.0)
174 175
    factory_girl_rails (4.3.0)
      factory_girl (~> 4.3.0)
R
Robert Speicher 已提交
176
      railties (>= 3.0.0)
177
    faraday (0.8.9)
178
      multipart-post (~> 1.2.0)
179 180
    faraday_middleware (0.9.0)
      faraday (>= 0.7.4, < 0.9)
D
Dmitriy Zaporozhets 已提交
181
    fastercsv (1.5.5)
R
Robert Speicher 已提交
182
    ffaker (2.0.0)
183
    ffi (1.9.8)
184 185 186 187 188
    fission (0.5.0)
      CFPropertyList (~> 2.2)
    fog (1.25.0)
      fog-brightbox (~> 0.4)
      fog-core (~> 1.25)
189
      fog-json
190 191 192 193 194 195 196 197 198
      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)
199
      nokogiri (~> 1.5, >= 1.5.11)
200 201 202
      opennebula
    fog-brightbox (0.7.1)
      fog-core (~> 1.22)
203
      fog-json
204 205
      inflecto (~> 0.0.2)
    fog-core (1.30.0)
206
      builder
207 208
      excon (~> 0.45)
      formatador (~> 0.2)
209
      mime-types
210
      net-scp (~> 1.1)
211
      net-ssh (>= 2.1.3)
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 239 240
    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 已提交
241
    font-awesome-rails (4.2.0.0)
242
      railties (>= 3.2, < 5.0)
D
Dmitriy Zaporozhets 已提交
243 244
    foreman (0.63.0)
      dotenv (>= 0.7)
D
Dmitriy Zaporozhets 已提交
245
      thor (>= 0.13.6)
246
    formatador (0.2.5)
R
Robert Speicher 已提交
247 248 249
    fuubar (2.0.0)
      rspec (~> 3.0)
      ruby-progressbar (~> 1.4)
250
    gemnasium-gitlab-service (0.2.6)
251
      rugged (~> 0.21)
252 253
    gemojione (2.0.0)
      json
254 255
    gherkin-ruby (0.3.1)
      racc
S
Stefan Tatschner 已提交
256 257
    github-markup (1.3.1)
      posix-spawn (~> 0.3.8)
258 259 260
    gitlab-flowdock-git-hook (0.4.2.2)
      gitlab-grit (>= 2.4.1)
      multi_json
M
Marin Jankovski 已提交
261
    gitlab-grack (2.0.2)
D
Dmitriy Zaporozhets 已提交
262
      rack (~> 1.5.1)
S
Stefan Tatschner 已提交
263
    gitlab-grit (2.7.2)
264
      charlock_holmes (~> 0.6)
265 266
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
267
      posix-spawn (~> 0.3)
V
Valery Sizov 已提交
268
    gitlab-linguist (3.0.1)
D
Dmitriy Zaporozhets 已提交
269 270 271
      charlock_holmes (~> 0.6.6)
      escape_utils (~> 0.2.4)
      mime-types (~> 1.19)
272 273
    gitlab_emoji (0.1.0)
      gemojione (~> 2.0)
V
Valery Sizov 已提交
274 275 276 277 278
    gitlab_git (7.2.12)
      activesupport (~> 4.0)
      charlock_holmes (~> 0.6)
      gitlab-linguist (~> 3.0)
      rugged (~> 0.22.2)
D
Dmitriy Zaporozhets 已提交
279
    gitlab_meta (7.0)
D
Douwe Maan 已提交
280
    gitlab_omniauth-ldap (1.2.1)
281
      net-ldap (~> 0.9)
282 283
      omniauth (~> 1.0)
      pyu-ruby-sasl (~> 0.0.3.1)
284
      rubyntlm (~> 0.3)
V
Valery Sizov 已提交
285 286 287
    gollum-grit_adapter (0.1.3)
      gitlab-grit (~> 2.7, >= 2.7.1)
    gollum-lib (4.0.2)
S
Stefan Tatschner 已提交
288
      github-markup (~> 1.3.1)
V
Valery Sizov 已提交
289
      gollum-grit_adapter (~> 0.1, >= 0.1.1)
S
Stefan Tatschner 已提交
290
      nokogiri (~> 1.6.4)
291
      rouge (~> 1.9)
292 293
      sanitize (~> 2.1.0)
      stringex (~> 2.5.1)
D
Dmitriy Zaporozhets 已提交
294 295 296
    gon (5.0.1)
      actionpack (>= 2.3.0)
      json
J
Jeroen van Baarsen 已提交
297
    grape (0.6.1)
R
Riyad Preukschas 已提交
298
      activesupport
299 300
      builder
      hashie (>= 1.2.0)
R
Riyad Preukschas 已提交
301
      multi_json (>= 1.3.2)
302
      multi_xml (>= 0.5.2)
D
Dmitriy Zaporozhets 已提交
303
      rack (>= 1.3.0)
R
Riyad Preukschas 已提交
304
      rack-accept
305
      rack-mount
J
Jeroen van Baarsen 已提交
306
      virtus (>= 1.0.0)
D
Dmitriy Zaporozhets 已提交
307 308 309
    grape-entity (0.4.2)
      activesupport
      multi_json (>= 1.3.2)
310
    haml (4.0.7)
311
      tilt
M
Marin Jankovski 已提交
312 313 314
    haml-rails (0.5.3)
      actionpack (>= 4.0.1)
      activesupport (>= 4.0.1)
315
      haml (>= 3.1, < 5.0)
M
Marin Jankovski 已提交
316
      railties (>= 4.0.1)
317
    hashie (2.1.2)
D
Dmitriy Zaporozhets 已提交
318
    highline (1.6.21)
319
    hike (1.2.3)
C
Chulki Lee 已提交
320
    hipchat (1.5.0)
321
      httparty
C
Chulki Lee 已提交
322
      mimemagic
V
Vinnie Okada 已提交
323
    hitimes (1.2.2)
324 325 326
    html-pipeline (1.11.0)
      activesupport (>= 2)
      nokogiri (~> 1.4)
327 328
    http-cookie (1.0.2)
      domain_name (~> 0.5)
329
    http_parser.rb (0.5.3)
C
Chulki Lee 已提交
330
    httparty (0.13.3)
331
      json (~> 1.8)
D
Dmitriy Zaporozhets 已提交
332
      multi_xml (>= 0.5.2)
333
    httpauth (0.2.1)
V
Valery Sizov 已提交
334
    httpclient (2.5.3.3)
R
Robert Speicher 已提交
335
    i18n (0.7.0)
V
Vinnie Okada 已提交
336
    ice_cube (0.11.1)
337
    ice_nine (0.10.0)
338 339
    inflecto (0.0.2)
    ipaddress (0.8.0)
R
Robert Speicher 已提交
340
    jquery-atwho-rails (1.0.1)
R
Robert Speicher 已提交
341
    jquery-rails (3.1.3)
342 343
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
344 345
    jquery-scrollto-rails (1.4.3)
      railties (> 3.1, < 5.0)
346
    jquery-turbolinks (2.0.1)
347 348
      railties (>= 3.1.0)
      turbolinks
349 350
    jquery-ui-rails (4.2.1)
      railties (>= 3.2.16)
351
    json (1.8.3)
352
    jwt (0.1.13)
D
Dmitriy Zaporozhets 已提交
353
      multi_json (>= 1.5)
D
Dmitriy Zaporozhets 已提交
354
    kaminari (0.15.1)
D
Dmitriy Zaporozhets 已提交
355 356
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
C
Chulki Lee 已提交
357
    kgio (2.9.2)
R
Robert Speicher 已提交
358
    launchy (2.4.3)
R
Riyad Preukschas 已提交
359
      addressable (~> 2.3)
360
    letter_opener (1.1.2)
361
      launchy (~> 2.2)
362 363
    listen (2.10.0)
      celluloid (~> 0.16.0)
D
Dmitriy Zaporozhets 已提交
364 365
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
A
Alex Lossent 已提交
366 367
    macaddr (1.7.1)
      systemu (~> 2.6.2)
V
Vinnie Okada 已提交
368 369
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
370
    method_source (0.8.2)
371
    mime-types (1.25.1)
C
Chulki Lee 已提交
372
    mimemagic (0.3.0)
373
    mini_portile (0.6.2)
D
Dmitriy Zaporozhets 已提交
374
    minitest (5.3.5)
R
Robert Schilling 已提交
375
    mousetrap-rails (1.4.6)
N
Nikita Verkhovin 已提交
376
    multi_json (1.11.2)
377
    multi_xml (0.5.5)
D
Dmitriy Zaporozhets 已提交
378
    multipart-post (1.2.0)
M
Marin Jankovski 已提交
379
    mysql2 (0.3.16)
D
Douwe Maan 已提交
380
    net-ldap (0.11)
381
    net-scp (1.2.1)
382
      net-ssh (>= 2.6.5)
383
    net-ssh (2.9.2)
384
    netrc (0.10.3)
J
Jacob Vosmaer 已提交
385
    newrelic_rpm (3.9.4.245)
386
    nokogiri (1.6.6.2)
S
Stefan Tatschner 已提交
387
      mini_portile (~> 0.6.0)
388
    nprogress-rails (0.1.2.3)
D
Dmitriy Zaporozhets 已提交
389
    oauth (0.4.7)
390
    oauth2 (0.8.1)
D
Dmitriy Zaporozhets 已提交
391 392 393 394 395
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
V
Valery Sizov 已提交
396 397
    octokit (3.7.0)
      sawyer (~> 0.6.0, >= 0.5.3)
398 399 400
    omniauth (1.2.2)
      hashie (>= 1.2, < 4)
      rack (~> 1.0)
D
Douwe Maan 已提交
401 402 403 404
    omniauth-bitbucket (0.0.2)
      multi_json (~> 1.7)
      omniauth (~> 1.1)
      omniauth-oauth (~> 1.0)
405
    omniauth-github (1.1.1)
D
Dmitriy Zaporozhets 已提交
406 407
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
V
Valery Sizov 已提交
408 409 410
    omniauth-gitlab (1.0.0)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
411 412 413
    omniauth-google-oauth2 (0.2.5)
      omniauth (> 1.0)
      omniauth-oauth2 (~> 1.1)
V
Valery Sizov 已提交
414 415 416 417 418
    omniauth-kerberos (0.2.0)
      omniauth-multipassword
      timfel-krb5-auth (~> 0.8)
    omniauth-multipassword (0.4.1)
      omniauth (~> 1.0)
D
Dmitriy Zaporozhets 已提交
419 420 421
    omniauth-oauth (1.0.1)
      oauth
      omniauth (~> 1.0)
R
Riyad Preukschas 已提交
422
    omniauth-oauth2 (1.1.1)
D
Dmitriy Zaporozhets 已提交
423 424
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
A
Alex Lossent 已提交
425 426 427
    omniauth-saml (1.3.1)
      omniauth (~> 1.1)
      ruby-saml (~> 0.8.1)
428 429
    omniauth-shibboleth (1.1.1)
      omniauth (>= 1.0.0)
430
    omniauth-twitter (1.0.1)
D
Dmitriy Zaporozhets 已提交
431 432
      multi_json (~> 1.3)
      omniauth-oauth (~> 1.0)
433 434 435 436
    opennebula (4.12.1)
      json
      nokogiri
      rbvmomi
C
Chulki Lee 已提交
437
    org-ruby (0.9.12)
R
Robert Schilling 已提交
438
      rubypants (~> 0.2)
439
    orm_adapter (0.5.0)
440 441
    parser (2.2.0.2)
      ast (>= 1.1, < 3.0)
R
Robert Speicher 已提交
442
    pg (0.18.2)
R
Robert Speicher 已提交
443
    poltergeist (1.6.0)
444 445
      capybara (~> 2.1)
      cliver (~> 0.3.1)
446 447
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
D
Dmitriy Zaporozhets 已提交
448
    posix-spawn (0.3.9)
449
    powerpack (0.0.9)
450 451
    pry (0.9.12.4)
      coderay (~> 1.0)
R
Riyad Preukschas 已提交
452
      method_source (~> 0.8)
453
      slop (~> 3.4)
454 455
    pry-rails (0.3.2)
      pry (>= 0.9.10)
V
Valery Sizov 已提交
456
    pyu-ruby-sasl (0.0.3.3)
D
Dmitriy Zaporozhets 已提交
457 458
    quiet_assets (1.0.2)
      railties (>= 3.1, < 5.0)
459
    racc (1.4.10)
R
Robert Speicher 已提交
460
    rack (1.5.5)
R
Riyad Preukschas 已提交
461 462
    rack-accept (0.4.5)
      rack (>= 0.4)
463
    rack-attack (4.3.0)
M
Marin Jankovski 已提交
464
      rack
465
    rack-cors (0.2.9)
D
Dmitriy Zaporozhets 已提交
466
    rack-mini-profiler (0.9.0)
R
randx 已提交
467
      rack (>= 1.1.3)
468 469
    rack-mount (0.8.3)
      rack (>= 1.0.0)
V
Valery Sizov 已提交
470 471 472 473 474 475
    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)
476
    rack-protection (1.5.1)
G
gitlabhq 已提交
477
      rack
V
Vinnie Okada 已提交
478
    rack-test (0.6.3)
G
gitlabhq 已提交
479
      rack (>= 1.0)
480 481 482 483 484 485 486
    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)
487
      bundler (>= 1.3.0, < 2.0)
488
      railties (= 4.1.11)
M
Marin Jankovski 已提交
489
      sprockets-rails (~> 2.0)
J
Jeremy 已提交
490 491
    rails-observers (0.1.2)
      activemodel (~> 4.0)
492 493 494
    railties (4.1.11)
      actionpack (= 4.1.11)
      activesupport (= 4.1.11)
G
gitlabhq 已提交
495
      rake (>= 0.8.7)
496
      thor (>= 0.18.1, < 2.0)
497
    rainbow (2.0.0)
C
Chulki Lee 已提交
498
    raindrops (0.13.0)
V
Vinnie Okada 已提交
499
    rake (10.4.2)
500
    raphael-rails (2.1.2)
501 502
    rb-fsevent (0.9.4)
    rb-inotify (0.9.5)
503
      ffi (>= 0.5.0)
504 505 506 507
    rbvmomi (1.8.2)
      builder
      nokogiri (>= 1.4.1)
      trollop
D
Dmitriy Zaporozhets 已提交
508
    rdoc (3.12.2)
509
      json (~> 1.4)
R
Robert Speicher 已提交
510
    redcarpet (3.3.2)
511
    redis (3.2.1)
512 513 514 515 516 517 518
    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 已提交
519 520
    redis-namespace (1.5.1)
      redis (~> 3.0, >= 3.0.4)
521 522 523 524 525 526
    redis-rack (1.5.0)
      rack (~> 1.5)
      redis-store (~> 1.1.0)
    redis-rails (4.0.0)
      redis-actionpack (~> 4)
      redis-activesupport (~> 4)
527
      redis-store (~> 1.1.0)
528
    redis-store (1.1.6)
529
      redis (>= 2.2)
S
skv-headless 已提交
530
    request_store (1.0.5)
531 532
    rerun (0.10.0)
      listen (~> 2.7, >= 2.7.3)
533 534 535 536
    rest-client (1.8.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 3.0)
      netrc (~> 0.7)
R
Robert Schilling 已提交
537
    rinku (1.7.3)
538
    rotp (1.6.1)
539
    rouge (1.9.1)
540 541 542
    rqrcode (0.4.2)
    rqrcode-rails3 (0.1.7)
      rqrcode (>= 0.4.2)
R
Robert Speicher 已提交
543 544 545 546
    rspec (3.3.0)
      rspec-core (~> 3.3.0)
      rspec-expectations (~> 3.3.0)
      rspec-mocks (~> 3.3.0)
R
Robert Speicher 已提交
547 548 549
    rspec-core (3.3.1)
      rspec-support (~> 3.3.0)
    rspec-expectations (3.3.0)
550
      diff-lcs (>= 1.2.0, < 2.0)
R
Robert Speicher 已提交
551 552 553 554 555 556 557 558 559 560 561 562 563
      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)
564 565 566 567 568 569 570
    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 已提交
571 572 573
    ruby-saml (0.8.2)
      nokogiri (>= 1.5.0)
      uuid (~> 2.3)
D
Dmitriy Zaporozhets 已提交
574 575 576 577 578
    ruby2ruby (2.1.3)
      ruby_parser (~> 3.1)
      sexp_processor (~> 4.0)
    ruby_parser (3.5.0)
      sexp_processor (~> 4.1)
D
Douwe Maan 已提交
579
    rubyntlm (0.5.0)
580
    rubypants (0.2.0)
J
Jeroen van Baarsen 已提交
581
    rugged (0.22.2)
582
    safe_yaml (1.0.4)
583
    sanitize (2.1.0)
584
      nokogiri (>= 1.4.4)
585
    sass (3.2.19)
586
    sass-rails (4.0.5)
587
      railties (>= 4.0.0, < 5.0)
588 589
      sass (~> 3.2.2)
      sprockets (~> 2.8, < 3.0)
590
      sprockets-rails (~> 2.0)
V
Valery Sizov 已提交
591 592 593
    sawyer (0.6.0)
      addressable (~> 2.3.5)
      faraday (~> 0.8, < 0.10)
594 595 596
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
R
Robert Speicher 已提交
597 598 599
    seed-fu (2.3.5)
      activerecord (>= 3.1, < 4.3)
      activesupport (>= 3.1, < 4.3)
R
Robert Speicher 已提交
600
    select2-rails (3.5.9.3)
D
Dmitriy Zaporozhets 已提交
601
      thor (~> 0.14)
602
    settingslogic (2.0.9)
D
Dmitriy Zaporozhets 已提交
603
    sexp_processor (4.4.5)
604
    shoulda-matchers (2.8.0)
A
Andrey Vakarev 已提交
605
      activesupport (>= 3.0.0)
V
Vinnie Okada 已提交
606 607 608
    sidekiq (3.3.0)
      celluloid (>= 0.16.0)
      connection_pool (>= 2.0.0)
D
Dmitriy Zaporozhets 已提交
609
      json
V
Vinnie Okada 已提交
610 611
      redis (>= 3.0.6)
      redis-namespace (>= 1.3.1)
V
Vinnie Okada 已提交
612 613 614 615
    sidetiq (0.6.3)
      celluloid (>= 0.14.1)
      ice_cube (= 0.11.1)
      sidekiq (>= 3.0.0)
616
    simple_oauth (0.1.9)
617
    simplecov (0.10.0)
618
      docile (~> 1.1.0)
619 620 621
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
622
    sinatra (1.4.4)
623
      rack (~> 1.4)
624 625
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
G
gitlabhq 已提交
626
    six (0.2.0)
627
    slack-notifier (1.0.0)
628 629 630
    slim (2.0.2)
      temple (~> 0.6.6)
      tilt (>= 1.3.3, < 2.1)
631
    slop (3.6.0)
632
    spinach (0.8.7)
633
      colorize (= 0.5.8)
634
      gherkin-ruby (>= 0.3.1)
D
Dmitriy Zaporozhets 已提交
635 636
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
N
Nihad Abbasov 已提交
637 638
      railties (>= 3)
      spinach (>= 0.4)
R
Robert Speicher 已提交
639
    spring (1.3.6)
J
Jeroen van Baarsen 已提交
640
    spring-commands-rspec (1.0.4)
J
Jeroen van Baarsen 已提交
641 642 643
      spring (>= 0.9.1)
    spring-commands-spinach (1.0.0)
      spring (>= 0.9.1)
644 645
    spring-commands-teaspoon (0.0.2)
      spring (>= 0.9.1)
646
    sprockets (2.12.4)
G
gitlabhq 已提交
647
      hike (~> 1.2)
D
Dmitriy Zaporozhets 已提交
648
      multi_json (~> 1.0)
G
gitlabhq 已提交
649 650
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
651
    sprockets-rails (2.3.2)
652 653
      actionpack (>= 3.0)
      activesupport (>= 3.0)
V
Vinnie Okada 已提交
654
      sprockets (>= 2.8, < 4.0)
D
Dmitriy Zaporozhets 已提交
655
    stamp (0.5.0)
D
Dmitriy Zaporozhets 已提交
656
    state_machine (1.2.0)
S
Stefan Tatschner 已提交
657
    stringex (2.5.2)
A
Alex Lossent 已提交
658
    systemu (2.6.5)
R
Robert Speicher 已提交
659 660
    task_list (1.0.2)
      html-pipeline
661 662 663 664
    teaspoon (1.0.2)
      railties (>= 3.2.5, < 5)
    teaspoon-jasmine (2.2.0)
      teaspoon (>= 1.0.0)
665
    temple (0.6.7)
666 667
    term-ansicolor (1.3.2)
      tins (~> 1.0)
D
Dmitriy Zaporozhets 已提交
668
    terminal-table (1.4.5)
669 670
    test_after_commit (0.2.2)
    thin (1.6.1)
671
      daemons (>= 1.0.9)
672
      eventmachine (>= 1.0.0)
673
      rack (>= 1.0.0)
674
    thor (0.19.1)
675
    thread_safe (0.3.5)
676
    tilt (1.4.1)
V
Vinnie Okada 已提交
677 678
    timers (4.0.1)
      hitimes
679
    timfel-krb5-auth (0.8.3)
680
    tinder (1.9.3)
681 682 683
      eventmachine (~> 1.0)
      faraday (~> 0.8)
      faraday_middleware (~> 0.9)
684 685
      hashie (>= 1.0, < 3)
      json (~> 1.8.0)
686
      mime-types (~> 1.19)
687
      multi_json (~> 1.7)
688
      twitter-stream (~> 0.1)
689
    tins (1.5.4)
690
    trollop (2.1.2)
R
Robert Speicher 已提交
691
    turbolinks (2.5.3)
692
      coffee-rails
693 694 695 696
    twitter-stream (0.1.16)
      eventmachine (>= 0.12.8)
      http_parser.rb (~> 0.5.1)
      simple_oauth (~> 0.1.4)
D
Dmitriy Zaporozhets 已提交
697
    tzinfo (1.2.2)
M
Marin Jankovski 已提交
698
      thread_safe (~> 0.1)
699
    uglifier (2.3.2)
G
gitlabhq 已提交
700
      execjs (>= 0.3.0)
701
      json (>= 1.8.0)
702
    underscore-rails (1.4.4)
703 704
    unf (0.1.4)
      unf_ext
705
    unf_ext (0.0.7.1)
706 707 708 709
    unicorn (4.6.3)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
710 711
    unicorn-worker-killer (0.4.2)
      unicorn (~> 4)
A
Alex Lossent 已提交
712 713
    uuid (2.3.7)
      macaddr (~> 1.0)
714
    version_sorter (2.0.0)
715
    virtus (1.0.1)
716
      axiom-types (~> 0.0.5)
717
      coercible (~> 1.0)
718
      descendants_tracker (~> 0.0.1)
719
      equalizer (~> 0.0.7)
D
Dmitriy Zaporozhets 已提交
720
    warden (1.2.3)
G
gitlabhq 已提交
721
      rack (>= 1.0)
722 723
    webmock (1.21.0)
      addressable (>= 2.3.6)
D
Dmitriy Zaporozhets 已提交
724
      crack (>= 0.3.2)
R
Robert Speicher 已提交
725 726 727
    websocket-driver (0.5.4)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
R
Robert Schilling 已提交
728 729 730 731
    wikicloth (0.8.1)
      builder
      expression_parser
      rinku
732
    xpath (2.0.0)
G
gitlabhq 已提交
733 734 735 736 737 738
      nokogiri (~> 1.3)

PLATFORMS
  ruby

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

BUNDLED WITH
V
Valery Sizov 已提交
878
   1.10.5