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

PLATFORMS
  ruby

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