Gemfile.lock 14.7 KB
Newer Older
G
gitlabhq 已提交
1
GEM
2
  remote: https://rubygems.org/
G
gitlabhq 已提交
3
  specs:
D
Dmitriy Zaporozhets 已提交
4 5 6 7 8 9
    actionmailer (3.2.13)
      actionpack (= 3.2.13)
      mail (~> 2.5.3)
    actionpack (3.2.13)
      activemodel (= 3.2.13)
      activesupport (= 3.2.13)
G
gitlabhq 已提交
10 11
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
R
randx 已提交
12
      journey (~> 1.0.4)
D
Dmitriy Zaporozhets 已提交
13
      rack (~> 1.4.5)
14
      rack-cache (~> 1.2)
G
gitlabhq 已提交
15
      rack-test (~> 0.6.1)
D
Dmitriy Zaporozhets 已提交
16
      sprockets (~> 2.2.1)
D
Dmitriy Zaporozhets 已提交
17 18
    activemodel (3.2.13)
      activesupport (= 3.2.13)
G
gitlabhq 已提交
19
      builder (~> 3.0.0)
D
Dmitriy Zaporozhets 已提交
20 21 22
    activerecord (3.2.13)
      activemodel (= 3.2.13)
      activesupport (= 3.2.13)
23
      arel (~> 3.0.2)
G
gitlabhq 已提交
24
      tzinfo (~> 0.3.29)
D
Dmitriy Zaporozhets 已提交
25 26 27 28 29
    activeresource (3.2.13)
      activemodel (= 3.2.13)
      activesupport (= 3.2.13)
    activesupport (3.2.13)
      i18n (= 0.6.1)
G
gitlabhq 已提交
30
      multi_json (~> 1.0)
31 32
    acts-as-taggable-on (2.4.1)
      rails (>= 3, < 5)
D
Dmitriy Zaporozhets 已提交
33
    addressable (2.3.4)
D
Dmitriy Zaporozhets 已提交
34 35 36
    annotate (2.6.0.beta2)
      activerecord (>= 2.3.0)
      rake (>= 0.8.7)
37
    arel (3.0.2)
M
Manuel Mendez 已提交
38
    asciidoctor (0.1.3)
39
    awesome_print (1.2.0)
40
    backports (3.3.2)
D
Dmitriy Zaporozhets 已提交
41
    bcrypt-ruby (3.1.1)
42
    better_errors (1.0.1)
43
      coderay (>= 1.0.0)
D
Dmitriy Zaporozhets 已提交
44
      erubis (>= 2.6.6)
45
    binding_of_caller (0.7.2)
46
      debug_inspector (>= 0.0.1)
47
    bootstrap-sass (2.3.2.2)
D
Dmitriy Zaporozhets 已提交
48
      sass (~> 3.2)
D
Dmitriy Zaporozhets 已提交
49
    builder (3.0.4)
50
    capybara (2.1.0)
G
gitlabhq 已提交
51 52 53 54
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
55
      xpath (~> 2.0)
56
    carrierwave (0.8.0)
57 58
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
59
    celluloid (0.14.1)
D
sidekiq  
Dmitriy Zaporozhets 已提交
60
      timers (>= 1.0.0)
D
Dmitriy Zaporozhets 已提交
61
    charlock_holmes (0.6.9.4)
62 63
    childprocess (0.3.9)
      ffi (~> 1.0, >= 1.0.11)
64 65 66 67 68 69
    chosen-rails (1.0.0)
      coffee-rails (>= 3.2)
      compass-rails (>= 1.0)
      railties (>= 3.0)
      sass-rails (>= 3.2)
    chunky_png (1.2.8)
70
    cliver (0.2.1)
71
    code_analyzer (0.4.3)
D
Dmitriy Zaporozhets 已提交
72
      sexp_processor
73
    coderay (1.0.9)
74
    coffee-rails (3.2.2)
G
gitlabhq 已提交
75
      coffee-script (>= 2.2.0)
76
      railties (~> 3.2.0)
G
gitlabhq 已提交
77 78 79
    coffee-script (2.2.0)
      coffee-script-source
      execjs
D
Dmitriy Zaporozhets 已提交
80
    coffee-script-source (1.6.2)
81
    colored (1.2)
N
Nihad Abbasov 已提交
82
    colorize (0.5.8)
83 84 85 86 87 88
    compass (0.12.2)
      chunky_png (~> 1.2)
      fssm (>= 0.2.7)
      sass (~> 3.1)
    compass-rails (1.0.3)
      compass (>= 0.12.2, < 0.14)
89
    connection_pool (1.1.0)
90
    coveralls (0.7.0)
91 92 93
      multi_json (~> 1.3)
      rest-client
      simplecov (>= 0.7)
94
      term-ansicolor
95
      thor
96 97 98
    crack (0.4.0)
      safe_yaml (~> 0.9.0)
    d3_rails (3.1.10)
99
      railties (>= 3.1.0)
100
    daemons (1.1.9)
101
    database_cleaner (1.1.1)
102
    debug_inspector (0.0.2)
103
    descendants_tracker (0.0.1)
D
Dmitriy Zaporozhets 已提交
104
    devise (2.2.5)
G
gitlabhq 已提交
105
      bcrypt-ruby (~> 3.0)
N
Nihad Abbasov 已提交
106 107 108
      orm_adapter (~> 0.1)
      railties (~> 3.1)
      warden (~> 1.2.1)
D
Dmitriy Zaporozhets 已提交
109 110
    devise-async (0.8.0)
      devise (>= 2.2, < 3.2)
D
Dmitriy Zaporozhets 已提交
111
    diff-lcs (1.2.4)
112
    dotenv (0.8.0)
R
Riyad Preukschas 已提交
113 114
    email_spec (1.4.0)
      launchy (~> 2.1)
115
      mail (~> 2.2)
116
    enumerize (0.6.1)
A
Andrew8xx8 已提交
117
      activesupport (>= 3.2)
G
gitlabhq 已提交
118
    erubis (2.7.0)
119
    escape_utils (0.2.4)
D
Dmitriy Zaporozhets 已提交
120
    eventmachine (1.0.3)
121
    excon (0.13.4)
A
Andrey Vakarev 已提交
122
    execjs (1.4.0)
G
gitlabhq 已提交
123
      multi_json (~> 1.0)
D
Dmitriy Zaporozhets 已提交
124
    factory_girl (4.2.0)
R
Robert Speicher 已提交
125
      activesupport (>= 3.0.0)
D
Dmitriy Zaporozhets 已提交
126 127
    factory_girl_rails (4.2.1)
      factory_girl (~> 4.2.0)
R
Robert Speicher 已提交
128
      railties (>= 3.0.0)
D
Dmitriy Zaporozhets 已提交
129
    faraday (0.8.7)
D
Dmitriy Zaporozhets 已提交
130
      multipart-post (~> 1.1)
131 132
    faraday_middleware (0.9.0)
      faraday (>= 0.7.4, < 0.9)
133
    ffaker (1.18.0)
134
    ffi (1.9.0)
135 136 137 138 139 140 141 142 143 144
    fog (1.3.1)
      builder
      excon (~> 0.13.0)
      formatador (~> 0.2.0)
      mime-types
      multi_json (~> 1.0)
      net-scp (~> 1.0.4)
      net-ssh (>= 2.1.3)
      nokogiri (~> 1.5.0)
      ruby-hmac
145
    font-awesome-rails (3.2.1.3)
146
      railties (>= 3.2, < 5.0)
D
Dmitriy Zaporozhets 已提交
147 148
    foreman (0.63.0)
      dotenv (>= 0.7)
D
Dmitriy Zaporozhets 已提交
149
      thor (>= 0.13.6)
D
Dmitriy Zaporozhets 已提交
150
    formatador (0.2.4)
151
    fssm (0.2.10)
R
Riyad Preukschas 已提交
152
    gemoji (1.2.1)
D
Dmitriy Zaporozhets 已提交
153
    gherkin-ruby (0.3.0)
V
Valeriy Sizov 已提交
154 155 156 157 158
    github-linguist (2.3.4)
      charlock_holmes (~> 0.6.6)
      escape_utils (~> 0.2.3)
      mime-types (~> 1.19)
      pygments.rb (>= 0.2.13)
159
    github-markdown (0.5.3)
160
    github-markup (0.7.5)
161 162 163
    gitlab-flowdock-git-hook (0.4.2.2)
      gitlab-grit (>= 2.4.1)
      multi_json
D
Dmitriy Zaporozhets 已提交
164
    gitlab-gollum-lib (1.0.1)
165 166
      github-markdown (~> 0.5.3)
      github-markup (>= 0.7.5, < 1.0.0)
D
Dmitriy Zaporozhets 已提交
167
      gitlab-grit (>= 2.5.1)
168 169 170 171
      nokogiri (~> 1.5.9)
      pygments.rb (~> 0.4.2)
      sanitize (~> 2.0.3)
      stringex (~> 1.5.1)
172
    gitlab-grack (1.0.1)
D
Dmitriy Zaporozhets 已提交
173
      rack (~> 1.4.1)
D
Dmitriy Zaporozhets 已提交
174
    gitlab-grit (2.6.0)
175 176 177 178
      charlock_holmes (~> 0.6.9)
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
      posix-spawn (~> 0.3.6)
D
Dmitriy Zaporozhets 已提交
179 180 181
    gitlab-pygments.rb (0.3.2)
      posix-spawn (~> 0.3.6)
      yajl-ruby (~> 1.1.0)
D
Dmitriy Zaporozhets 已提交
182
    gitlab_git (3.0.0.rc1)
183 184 185
      activesupport (~> 3.2.13)
      github-linguist (~> 2.3.4)
      gitlab-grit (~> 2.6.0)
D
Dmitriy Zaporozhets 已提交
186
    gitlab_meta (6.0)
D
Dmitriy Zaporozhets 已提交
187 188
    gitlab_omniauth-ldap (1.0.3)
      net-ldap (~> 0.3.1)
189 190 191
      omniauth (~> 1.0)
      pyu-ruby-sasl (~> 0.0.3.1)
      rubyntlm (~> 0.1.1)
192
    gon (4.1.1)
D
Dmitriy Zaporozhets 已提交
193 194
      actionpack (>= 2.3.0)
      json
195
    grape (0.4.1)
R
Riyad Preukschas 已提交
196
      activesupport
197 198
      builder
      hashie (>= 1.2.0)
R
Riyad Preukschas 已提交
199
      multi_json (>= 1.3.2)
200
      multi_xml (>= 0.5.2)
D
Dmitriy Zaporozhets 已提交
201
      rack (>= 1.3.0)
R
Riyad Preukschas 已提交
202
      rack-accept
203
      rack-mount
R
Riyad Preukschas 已提交
204
      virtus
205
    grape-entity (0.3.0)
206 207
      activesupport
      multi_json (>= 1.3.2)
208
    growl (1.0.3)
209
    guard (1.8.1)
D
Dmitriy Zaporozhets 已提交
210 211
      formatador (>= 0.2.4)
      listen (>= 1.0.0)
R
Riyad Preukschas 已提交
212 213
      lumberjack (>= 1.0.2)
      pry (>= 0.9.10)
R
randx 已提交
214
      thor (>= 0.14.6)
215
    guard-rspec (3.0.2)
D
Dmitriy Zaporozhets 已提交
216 217
      guard (>= 1.8)
      rspec (~> 2.13)
N
Nihad Abbasov 已提交
218 219 220
    guard-spinach (0.0.2)
      guard (>= 1.1)
      spinach
221
    haml (4.0.3)
222 223
      tilt
    haml-rails (0.4)
R
Riyad Preukschas 已提交
224 225
      actionpack (>= 3.1, < 4.1)
      activesupport (>= 3.1, < 4.1)
226
      haml (>= 3.1, < 4.1)
R
Riyad Preukschas 已提交
227
      railties (>= 3.1, < 4.1)
228
    hashie (1.2.0)
229
    hike (1.2.3)
R
Ronald van Eede 已提交
230 231
    hipchat (0.9.0)
      httparty
232
      httparty
233
    http_parser.rb (0.5.3)
D
Dmitriy Zaporozhets 已提交
234
    httparty (0.11.0)
235
      multi_json (~> 1.0)
D
Dmitriy Zaporozhets 已提交
236
      multi_xml (>= 0.5.2)
R
Riyad Preukschas 已提交
237
    httpauth (0.2.0)
D
Dmitriy Zaporozhets 已提交
238
    i18n (0.6.1)
239 240 241 242 243 244
    jasmine (1.3.2)
      jasmine-core (~> 1.3.1)
      rack (~> 1.0)
      rspec (>= 1.3.1)
      selenium-webdriver (>= 0.1.3)
    jasmine-core (1.3.1)
R
randx 已提交
245
    journey (1.0.4)
246
    jquery-atwho-rails (0.3.0)
R
Riyad Preukschas 已提交
247 248
    jquery-rails (2.1.3)
      railties (>= 3.1.0, < 5.0)
G
gitlabhq 已提交
249
      thor (~> 0.14)
250 251 252
    jquery-turbolinks (1.0.0)
      railties (>= 3.1.0)
      turbolinks
R
Riyad Preukschas 已提交
253
    jquery-ui-rails (2.0.2)
254 255
      jquery-rails
      railties (>= 3.1.0)
D
Dmitriy Zaporozhets 已提交
256
    json (1.7.7)
D
Dmitriy Zaporozhets 已提交
257 258
    jwt (0.1.8)
      multi_json (>= 1.5)
R
Riyad Preukschas 已提交
259
    kaminari (0.14.1)
D
Dmitriy Zaporozhets 已提交
260 261
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
262
    kgio (2.8.0)
263
    launchy (2.3.0)
R
Riyad Preukschas 已提交
264
      addressable (~> 2.3)
265 266
    letter_opener (1.1.1)
      launchy (~> 2.2)
267
    libv8 (3.11.8.17)
268
    listen (1.2.2)
D
Dmitriy Zaporozhets 已提交
269 270 271
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
      rb-kqueue (>= 0.2)
272
    lumberjack (1.0.3)
273
    mail (2.5.4)
G
gitlabhq 已提交
274 275
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
R
Riyad Preukschas 已提交
276
    method_source (0.8.1)
277
    mime-types (1.25)
278
    minitest (4.7.4)
R
Riyad Preukschas 已提交
279
    modernizr (2.6.2)
280
      sprockets (~> 2.0)
281
    multi_json (1.8.0)
282
    multi_xml (0.5.4)
D
Dmitriy Zaporozhets 已提交
283
    multipart-post (1.2.0)
D
Dmitriy Zaporozhets 已提交
284
    mysql2 (0.3.11)
D
Dmitriy Zaporozhets 已提交
285
    net-ldap (0.3.1)
286 287 288
    net-scp (1.0.4)
      net-ssh (>= 1.99.1)
    net-ssh (2.6.8)
289
    nokogiri (1.5.10)
D
Dmitriy Zaporozhets 已提交
290
    oauth (0.4.7)
291
    oauth2 (0.8.1)
D
Dmitriy Zaporozhets 已提交
292 293 294 295 296
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
D
Dmitriy Zaporozhets 已提交
297 298
    omniauth (1.1.4)
      hashie (>= 1.2, < 3)
V
Valery Sizov 已提交
299
      rack
300
    omniauth-github (1.1.0)
D
Dmitriy Zaporozhets 已提交
301 302
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
303
    omniauth-google-oauth2 (0.1.19)
D
Dmitriy Zaporozhets 已提交
304 305 306 307 308
      omniauth (~> 1.0)
      omniauth-oauth2
    omniauth-oauth (1.0.1)
      oauth
      omniauth (~> 1.0)
R
Riyad Preukschas 已提交
309
    omniauth-oauth2 (1.1.1)
D
Dmitriy Zaporozhets 已提交
310 311
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
312
    omniauth-twitter (0.0.17)
D
Dmitriy Zaporozhets 已提交
313 314
      multi_json (~> 1.3)
      omniauth-oauth (~> 1.0)
R
Riyad Preukschas 已提交
315
    orm_adapter (0.4.0)
D
Dmitriy Zaporozhets 已提交
316
    pg (0.15.1)
317
    poltergeist (1.4.1)
318
      capybara (~> 2.1.0)
319 320 321
      cliver (~> 0.2.1)
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
322
    polyglot (0.3.3)
G
gitlabhq 已提交
323
    posix-spawn (0.3.6)
324
    pry (0.9.12.2)
S
Saito 已提交
325
      coderay (~> 1.0.5)
R
Riyad Preukschas 已提交
326
      method_source (~> 0.8)
327
      slop (~> 3.4)
D
Dmitriy Zaporozhets 已提交
328 329 330
    pygments.rb (0.4.2)
      posix-spawn (~> 0.3.6)
      yajl-ruby (~> 1.1.0)
V
Valery Sizov 已提交
331
    pyu-ruby-sasl (0.0.3.3)
D
Dmitriy Zaporozhets 已提交
332 333
    quiet_assets (1.0.2)
      railties (>= 3.1, < 5.0)
D
Dmitriy Zaporozhets 已提交
334
    rack (1.4.5)
R
Riyad Preukschas 已提交
335 336
    rack-accept (0.4.5)
      rack (>= 0.4)
M
Marin Jankovski 已提交
337 338
    rack-attack (2.2.1)
      rack
339
    rack-cache (1.2)
G
gitlabhq 已提交
340
      rack (>= 0.4)
341
    rack-mini-profiler (0.1.31)
R
randx 已提交
342
      rack (>= 1.1.3)
343 344
    rack-mount (0.8.3)
      rack (>= 1.0.0)
345
    rack-protection (1.5.0)
A
Ariejan de Vroom 已提交
346
      rack
D
Dmitriy Zaporozhets 已提交
347
    rack-ssl (1.3.3)
G
gitlabhq 已提交
348
      rack
D
Dmitriy Zaporozhets 已提交
349
    rack-test (0.6.2)
G
gitlabhq 已提交
350
      rack (>= 1.0)
D
Dmitriy Zaporozhets 已提交
351 352 353 354 355 356
    rails (3.2.13)
      actionmailer (= 3.2.13)
      actionpack (= 3.2.13)
      activerecord (= 3.2.13)
      activeresource (= 3.2.13)
      activesupport (= 3.2.13)
G
gitlabhq 已提交
357
      bundler (~> 1.0)
D
Dmitriy Zaporozhets 已提交
358
      railties (= 3.2.13)
359 360 361
    rails-dev-tweaks (0.6.1)
      actionpack (~> 3.1)
      railties (~> 3.1)
362
    rails_best_practices (1.14.4)
D
Dmitriy Zaporozhets 已提交
363 364
      activesupport
      awesome_print
365
      code_analyzer (>= 0.4.3)
D
Dmitriy Zaporozhets 已提交
366 367 368
      colored
      erubis
      i18n
369
      require_all
370
      ruby-progressbar
D
Dmitriy Zaporozhets 已提交
371 372 373
    railties (3.2.13)
      actionpack (= 3.2.13)
      activesupport (= 3.2.13)
G
gitlabhq 已提交
374 375 376
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
A
Andrey Vakarev 已提交
377
      thor (>= 0.14.6, < 2.0)
378
    raindrops (0.11.0)
379
    rake (10.1.0)
380
    raphael-rails (2.1.2)
D
Dmitriy Zaporozhets 已提交
381 382 383 384
    rb-fsevent (0.9.3)
    rb-inotify (0.9.0)
      ffi (>= 0.5.0)
    rb-kqueue (0.2.0)
385
      ffi (>= 0.5.0)
D
Dmitriy Zaporozhets 已提交
386
    rdoc (3.12.2)
387
      json (~> 1.4)
R
Riyad Preukschas 已提交
388
    redcarpet (2.2.2)
D
Dmitriy Zaporozhets 已提交
389
    redis (3.0.4)
390 391 392 393 394 395
    redis-actionpack (3.2.4)
      actionpack (~> 3.2.0)
      redis-rack (~> 1.4.4)
      redis-store (~> 1.1.4)
    redis-activesupport (3.2.4)
      activesupport (~> 3.2.0)
396
      redis-store (~> 1.1.0)
397
    redis-namespace (1.3.1)
R
Riyad Preukschas 已提交
398
      redis (~> 3.0.0)
399 400 401 402 403 404 405 406 407
    redis-rack (1.4.4)
      rack (~> 1.4.0)
      redis-store (~> 1.1.4)
    redis-rails (3.2.4)
      redis-actionpack (~> 3.2.4)
      redis-activesupport (~> 3.2.4)
      redis-store (~> 1.1.4)
    redis-store (1.1.4)
      redis (>= 2.2)
408
    ref (1.0.5)
409
    require_all (1.3.1)
410 411
    rest-client (1.6.7)
      mime-types (>= 1.16)
412 413 414 415 416 417 418
    rspec (2.13.0)
      rspec-core (~> 2.13.0)
      rspec-expectations (~> 2.13.0)
      rspec-mocks (~> 2.13.0)
    rspec-core (2.13.1)
    rspec-expectations (2.13.0)
      diff-lcs (>= 1.1.3, < 2.0)
D
Dmitriy Zaporozhets 已提交
419
    rspec-mocks (2.13.1)
420
    rspec-rails (2.13.2)
D
Dmitriy Zaporozhets 已提交
421 422 423
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
424 425 426
      rspec-core (~> 2.13.0)
      rspec-expectations (~> 2.13.0)
      rspec-mocks (~> 2.13.0)
427
    ruby-hmac (0.4.0)
428
    ruby-progressbar (1.2.0)
V
Valery Sizov 已提交
429
    rubyntlm (0.1.1)
430
    rubyzip (0.9.9)
431
    safe_yaml (0.9.3)
432 433
    sanitize (2.0.3)
      nokogiri (>= 1.4.4, < 1.6)
434
    sass (3.2.11)
435
    sass-rails (3.2.6)
A
Andrey Vakarev 已提交
436
      railties (~> 3.2.0)
D
Dmitriy Zaporozhets 已提交
437 438
      sass (>= 3.1.10)
      tilt (~> 1.3)
439 440 441
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
D
Dmitriy Zaporozhets 已提交
442 443 444
    seed-fu (2.2.0)
      activerecord (~> 3.1)
      activesupport (~> 3.1)
445 446
    select2-rails (3.4.2)
      sass-rails
D
Dmitriy Zaporozhets 已提交
447
      thor (~> 0.14)
448
    selenium-webdriver (2.33.0)
449 450 451 452
      childprocess (>= 0.2.5)
      multi_json (~> 1.0)
      rubyzip
      websocket (~> 1.0.4)
453
    settingslogic (2.0.9)
454
    sexp_processor (4.3.0)
455
    shoulda-matchers (2.1.0)
A
Andrey Vakarev 已提交
456
      activesupport (>= 3.0.0)
457
    sidekiq (2.14.0)
458
      celluloid (>= 0.14.1)
D
Dmitriy Zaporozhets 已提交
459 460
      connection_pool (>= 1.0.0)
      json
461
      redis (>= 3.0.4)
D
sidekiq  
Dmitriy Zaporozhets 已提交
462
      redis-namespace
463
    simple_oauth (0.1.9)
R
Riyad Preukschas 已提交
464
    simplecov (0.7.1)
465
      multi_json (~> 1.0)
R
Riyad Preukschas 已提交
466 467
      simplecov-html (~> 0.7.1)
    simplecov-html (0.7.1)
468
    sinatra (1.4.3)
469
      rack (~> 1.4)
470 471
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
G
gitlabhq 已提交
472
    six (0.2.0)
473 474 475
    slim (2.0.0)
      temple (~> 0.6.5)
      tilt (~> 1.3, >= 1.3.3)
476
    slop (3.4.5)
477
    spinach (0.8.3)
478
      colorize (= 0.5.8)
D
Dmitriy Zaporozhets 已提交
479 480 481
      gherkin-ruby (~> 0.3.0)
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
N
Nihad Abbasov 已提交
482 483
      railties (>= 3)
      spinach (>= 0.4)
484
    spork (1.0.0rc2)
485
    sprockets (2.2.2)
G
gitlabhq 已提交
486
      hike (~> 1.2)
D
Dmitriy Zaporozhets 已提交
487
      multi_json (~> 1.0)
G
gitlabhq 已提交
488 489
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
D
Dmitriy Zaporozhets 已提交
490
    stamp (0.5.0)
D
Dmitriy Zaporozhets 已提交
491
    state_machine (1.2.0)
492
    stringex (1.5.1)
493
    temple (0.6.5)
494 495 496
    term-ansicolor (1.2.2)
      tins (~> 0.8)
    test_after_commit (0.2.1)
497
    therubyracer (0.11.4)
498 499
      libv8 (~> 3.11.8.12)
      ref
D
Dmitriy Zaporozhets 已提交
500
    thin (1.5.1)
501 502 503
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
504
    thor (0.18.1)
505
    tilt (1.4.1)
D
Dmitriy Zaporozhets 已提交
506
    timers (1.1.0)
507 508 509 510 511 512 513 514 515
    tinder (1.9.2)
      eventmachine (~> 1.0)
      faraday (~> 0.8)
      faraday_middleware (~> 0.9)
      hashie (~> 1.0)
      json (~> 1.7.5)
      mime-types (~> 1.19)
      multi_json (~> 1.5)
      twitter-stream (~> 0.1)
516
    tins (0.11.0)
517
    treetop (1.4.14)
G
gitlabhq 已提交
518 519
      polyglot
      polyglot (>= 0.3.1)
520
    turbolinks (1.2.0)
521
      coffee-rails
522 523 524 525
    twitter-stream (0.1.16)
      eventmachine (>= 0.12.8)
      http_parser.rb (~> 0.5.1)
      simple_oauth (~> 0.1.4)
D
Dmitriy Zaporozhets 已提交
526
    tzinfo (0.3.37)
527
    uglifier (2.1.1)
G
gitlabhq 已提交
528
      execjs (>= 0.3.0)
R
Riyad Preukschas 已提交
529
      multi_json (~> 1.0, >= 1.0.2)
530
    underscore-rails (1.4.4)
531 532 533 534
    unicorn (4.6.3)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
535 536
    virtus (0.5.5)
      backports (~> 3.3)
537
      descendants_tracker (~> 0.0.1)
D
Dmitriy Zaporozhets 已提交
538
    warden (1.2.3)
G
gitlabhq 已提交
539
      rack (>= 1.0)
D
Dmitriy Zaporozhets 已提交
540
    webmock (1.11.0)
541
      addressable (>= 2.2.7)
D
Dmitriy Zaporozhets 已提交
542
      crack (>= 0.3.2)
543
    websocket (1.0.7)
544
    websocket-driver (0.3.0)
545
    xpath (2.0.0)
G
gitlabhq 已提交
546
      nokogiri (~> 1.3)
V
Valeriy Sizov 已提交
547
    yajl-ruby (1.1.0)
G
gitlabhq 已提交
548 549 550 551 552

PLATFORMS
  ruby

DEPENDENCIES
D
Dmitriy Zaporozhets 已提交
553
  acts-as-taggable-on
D
Dmitriy Zaporozhets 已提交
554
  annotate (~> 2.6.0.beta2)
M
Manuel Mendez 已提交
555
  asciidoctor
G
gitlabhq 已提交
556
  awesome_print
557 558
  better_errors
  binding_of_caller
D
Dmitriy Zaporozhets 已提交
559
  bootstrap-sass
560
  capybara
561
  carrierwave
562
  chosen-rails (= 1.0.0)
D
Dmitriy Zaporozhets 已提交
563
  coffee-rails
564
  colored
565
  coveralls
566
  d3_rails (~> 3.1.4)
567
  database_cleaner
D
Dmitriy Zaporozhets 已提交
568
  devise (~> 2.2)
D
Dmitriy Zaporozhets 已提交
569
  devise-async
570
  email_spec
A
Andrew8xx8 已提交
571
  enumerize
R
Robert Speicher 已提交
572
  factory_girl_rails
N
Nihad Abbasov 已提交
573
  ffaker
574
  fog (~> 1.3.1)
575
  font-awesome-rails
D
Dmitriy Zaporozhets 已提交
576
  foreman
R
Riyad Preukschas 已提交
577
  gemoji (~> 1.2.1)
D
Dmitriy Zaporozhets 已提交
578
  github-linguist
579
  github-markup (~> 0.7.4)
580
  gitlab-flowdock-git-hook (~> 0.4.2)
D
Dmitriy Zaporozhets 已提交
581
  gitlab-gollum-lib (~> 1.0.1)
582
  gitlab-grack (~> 1.0.1)
D
Dmitriy Zaporozhets 已提交
583
  gitlab-pygments.rb (~> 0.3.2)
D
Dmitriy Zaporozhets 已提交
584
  gitlab_git (~> 3.0.0.rc1)
D
Dmitriy Zaporozhets 已提交
585
  gitlab_meta (= 6.0)
D
Dmitriy Zaporozhets 已提交
586
  gitlab_omniauth-ldap (= 1.0.3)
587
  gon
588 589
  grape (~> 0.4.1)
  grape-entity (~> 0.3.0)
590
  growl
R
randx 已提交
591
  guard-rspec
N
Nihad Abbasov 已提交
592
  guard-spinach
593
  haml-rails
R
Ronald van Eede 已提交
594
  hipchat (~> 0.9.0)
A
Ariejan de Vroom 已提交
595
  httparty
596
  jasmine
597
  jquery-atwho-rails (= 0.3.0)
R
Riyad Preukschas 已提交
598
  jquery-rails (= 2.1.3)
599
  jquery-turbolinks
R
Riyad Preukschas 已提交
600 601
  jquery-ui-rails (= 2.0.2)
  kaminari (~> 0.14.1)
G
gitlabhq 已提交
602
  launchy
N
Nihad Abbasov 已提交
603
  letter_opener
604
  minitest (~> 4.7.0)
R
Riyad Preukschas 已提交
605
  modernizr (= 2.6.2)
D
Dmitriy Zaporozhets 已提交
606
  mysql2
607
  omniauth (~> 1.1.3)
D
Dmitriy Zaporozhets 已提交
608 609 610
  omniauth-github
  omniauth-google-oauth2
  omniauth-twitter
A
Andrey Kumanyaev 已提交
611
  pg
612
  poltergeist (~> 1.4.1)
S
Saito 已提交
613
  pry
R
Riyad Preukschas 已提交
614
  quiet_assets (~> 1.0.1)
M
Marin Jankovski 已提交
615
  rack-attack
R
randx 已提交
616
  rack-mini-profiler
D
Dmitriy Zaporozhets 已提交
617
  rails (= 3.2.13)
618
  rails-dev-tweaks
D
Dmitriy Zaporozhets 已提交
619
  rails_best_practices
620
  raphael-rails (~> 2.1.2)
621 622
  rb-fsevent
  rb-inotify
R
Riyad Preukschas 已提交
623
  redcarpet (~> 2.2.2)
624
  redis-rails
625
  rspec-rails
626
  sanitize
D
Dmitriy Zaporozhets 已提交
627
  sass-rails
628
  sdoc
D
Dmitriy Zaporozhets 已提交
629
  seed-fu
D
Dmitriy Zaporozhets 已提交
630
  select2-rails
631
  settingslogic
632
  shoulda-matchers (~> 2.1.0)
633
  sidekiq
G
gitlabhq 已提交
634
  simplecov
D
sidekiq  
Dmitriy Zaporozhets 已提交
635
  sinatra
G
gitlabhq 已提交
636
  six
D
sidekiq  
Dmitriy Zaporozhets 已提交
637
  slim
638
  spinach-rails
A
Andrew8xx8 已提交
639
  spork (~> 1.0rc)
G
gitlabhq 已提交
640
  stamp
A
Andrew8xx8 已提交
641
  state_machine
A
Alex Denisov 已提交
642
  test_after_commit
G
gitlabhq 已提交
643
  therubyracer
644
  thin
645
  tinder (~> 1.9.2)
646
  turbolinks
D
Dmitriy Zaporozhets 已提交
647
  uglifier
648
  underscore-rails (~> 1.4.4)
649
  unicorn (~> 4.6.3)
A
Ariejan de Vroom 已提交
650
  webmock