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

PLATFORMS
  ruby

DEPENDENCIES
Robert Schilling's avatar
Robert Schilling committed
590
  RedCloth
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
591
  ace-rails-ap
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
592
  acts-as-taggable-on
593
  annotate (~> 2.6.0.beta2)
Robert Schilling's avatar
Robert Schilling committed
594
  asciidoctor (= 0.1.4)
gitlabhq's avatar
gitlabhq committed
595
  awesome_print
596 597
  better_errors
  binding_of_caller
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
598
  bootstrap-sass (~> 3.0)
599
  capybara (~> 2.2.1)
600
  carrierwave
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
601
  coffee-rails
602
  colored
603
  coveralls
Robert Schilling's avatar
Robert Schilling committed
604
  creole (~> 0.3.6)
605
  d3_rails (~> 3.1.4)
606
  database_cleaner
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
607
  default_value_for (~> 3.0.0)
Marin Jankovski's avatar
Marin Jankovski committed
608 609
  devise (= 3.2.4)
  devise-async (= 0.9.0)
skv-headless's avatar
skv-headless committed
610
  diffy (~> 3.0.3)
611
  dropzonejs-rails
612
  email_spec
Andrew8xx8's avatar
Andrew8xx8 committed
613
  enumerize
Robert Speicher's avatar
Robert Speicher committed
614
  factory_girl_rails
Nihad Abbasov's avatar
Nihad Abbasov committed
615
  ffaker
616
  fog (~> 1.14)
617
  font-awesome-rails (~> 3.2)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
618
  foreman
619
  gemnasium-gitlab-service (~> 0.2)
620
  github-markup
621
  gitlab-flowdock-git-hook (~> 0.4.2)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
622
  gitlab-grack (~> 2.0.0.pre)
623
  gitlab-linguist (~> 3.0.0)
Marin Jankovski's avatar
Marin Jankovski committed
624
  gitlab_emoji (~> 0.0.1.1)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
625
  gitlab_git (= 7.0.0.rc8)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
626
  gitlab_meta (= 7.0)
627
  gitlab_omniauth-ldap (= 1.1.0)
628
  gollum-lib (~> 3.0.0)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
629
  gon (~> 5.0.0)
Jeroen van Baarsen's avatar
Jeroen van Baarsen committed
630
  grape (~> 0.6.1)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
631
  grape-entity (~> 0.4.2)
632
  growl
randx's avatar
randx committed
633
  guard-rspec
Nihad Abbasov's avatar
Nihad Abbasov committed
634
  guard-spinach
635
  haml-rails
636
  hipchat (~> 0.14.0)
637
  html-pipeline-gitlab (~> 0.1.0)
638
  httparty
Marin Jankovski's avatar
Marin Jankovski committed
639
  jasmine (= 2.0.2)
640
  jquery-atwho-rails (~> 0.3.3)
641
  jquery-rails
642
  jquery-scrollto-rails
643
  jquery-turbolinks
644
  jquery-ui-rails
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
645
  kaminari (~> 0.15.1)
gitlabhq's avatar
gitlabhq committed
646
  launchy
Nihad Abbasov's avatar
Nihad Abbasov committed
647
  letter_opener
Marin Jankovski's avatar
Marin Jankovski committed
648
  minitest (~> 5.3.0)
649
  mousetrap-rails
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
650
  mysql2
Jacob Vosmaer's avatar
Jacob Vosmaer committed
651
  newrelic_rpm
652
  nprogress-rails
653
  omniauth (~> 1.1.3)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
654 655
  omniauth-github
  omniauth-google-oauth2
656
  omniauth-shibboleth
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
657
  omniauth-twitter
Robert Schilling's avatar
Robert Schilling committed
658
  org-ruby (= 0.9.9)
Andrey Kumanyaev's avatar
Andrey Kumanyaev committed
659
  pg
660
  poltergeist (~> 1.5.1)
Saito's avatar
Saito committed
661
  pry
Riyad Preukschas's avatar
Riyad Preukschas committed
662
  quiet_assets (~> 1.0.1)
Marin Jankovski's avatar
Marin Jankovski committed
663
  rack-attack
664
  rack-cors
randx's avatar
randx committed
665
  rack-mini-profiler
Marin Jankovski's avatar
Marin Jankovski committed
666
  rails (~> 4.1.0)
667
  rails_autolink (~> 1.1)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
668
  rails_best_practices
669
  raphael-rails (~> 2.1.2)
670 671
  rb-fsevent
  rb-inotify
Robert Schilling's avatar
Robert Schilling committed
672
  rdoc (~> 3.6)
Andrew Kumanyaev's avatar
Andrew Kumanyaev committed
673
  redcarpet (~> 3.1.2)
674
  redis-rails
675
  request_store
676
  rspec-rails
677
  sanitize (~> 2.0)
678
  sass-rails (~> 4.0.2)
679
  sdoc
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
680
  seed-fu
681
  select2-rails
Job van der Voort's avatar
Job van der Voort committed
682
  semantic-ui-sass (~> 0.16.1.0)
683
  settingslogic
684
  shoulda-matchers (~> 2.1.0)
685
  sidekiq (= 2.17.0)
gitlabhq's avatar
gitlabhq committed
686
  simplecov
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
687
  sinatra
gitlabhq's avatar
gitlabhq committed
688
  six
zzjin's avatar
zzjin committed
689
  slack-notifier (~> 0.3.2)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
690
  slim
691
  spinach-rails
692
  spring (= 1.1.3)
693 694
  spring-commands-rspec (= 1.0.1)
  spring-commands-spinach (= 1.0.0)
gitlabhq's avatar
gitlabhq committed
695
  stamp
Andrew8xx8's avatar
Andrew8xx8 committed
696
  state_machine
Alex Denisov's avatar
Alex Denisov committed
697
  test_after_commit
gitlabhq's avatar
gitlabhq committed
698
  therubyracer
699
  thin
700
  tinder (~> 1.9.2)
701
  turbolinks
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
702
  uglifier
703
  underscore-rails (~> 1.4.4)
704
  unf
705
  unicorn (~> 4.6.3)
706
  unicorn-worker-killer
Robert Speicher's avatar
Robert Speicher committed
707
  version_sorter
skv's avatar
skv committed
708
  virtus
zzjin's avatar
zzjin committed
709
  webmock
Robert Schilling's avatar
Robert Schilling committed
710
  wikicloth (= 0.8.1)