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

PLATFORMS
  ruby

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