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

PLATFORMS
  ruby

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