Gemfile.lock 12.4 KB
Newer Older
1 2 3 4 5 6 7
GIT
  remote: https://github.com/bmabey/database_cleaner.git
  revision: f89c34300e114be99532f14c115b2799a3380ac6
  ref: f89c34300e114be99532f14c115b2799a3380ac6
  specs:
    database_cleaner (0.9.1)

G
gitlabhq 已提交
8
GIT
S
Shane O'Grady 已提交
9
  remote: https://github.com/ctran/annotate_models.git
R
Riyad Preukschas 已提交
10
  revision: be4e26825b521f0b2d86b181e2dff89901aa9b1e
G
gitlabhq 已提交
11
  specs:
R
Riyad Preukschas 已提交
12 13 14
    annotate (2.6.0.beta1)
      activerecord (>= 2.3.0)
      rake (>= 0.8.7)
G
gitlabhq 已提交
15

S
Saito 已提交
16 17 18
GIT
  remote: https://github.com/gitlabhq/grack.git
  revision: ba46f3b0845c6a09d488ae6abdce6ede37e227e8
19
  ref: ba46f3b0845c6a09d488ae6abdce6ede37e227e8
S
Saito 已提交
20 21 22 23
  specs:
    grack (1.0.0)
      rack (~> 1.4.1)

G
gitlabhq 已提交
24
GIT
S
Shane O'Grady 已提交
25
  remote: https://github.com/gitlabhq/grit.git
W
Wouter D'Haeseleer 已提交
26 27
  revision: 7f35cb98ff17d534a07e3ce6ec3d580f67402837
  ref: 7f35cb98ff17d534a07e3ce6ec3d580f67402837
G
gitlabhq 已提交
28
  specs:
29
    grit (2.5.0)
G
gitlabhq 已提交
30 31 32 33
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
      posix-spawn (~> 0.3.6)

34 35
GIT
  remote: https://github.com/gitlabhq/grit_ext.git
36 37
  revision: 8e6afc2da821354774aa4d1ee8a1aa2082f84a3e
  ref: 8e6afc2da821354774aa4d1ee8a1aa2082f84a3e
38
  specs:
39
    grit_ext (0.6.1)
40 41
      charlock_holmes (~> 0.6.9)

D
Dmitriy Zaporozhets 已提交
42 43
GIT
  remote: https://github.com/gitlabhq/omniauth-ldap.git
44 45
  revision: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e
  ref: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e
D
Dmitriy Zaporozhets 已提交
46 47 48 49 50 51 52
  specs:
    omniauth-ldap (1.0.2)
      net-ldap (~> 0.2.2)
      omniauth (~> 1.0)
      pyu-ruby-sasl (~> 0.0.3.1)
      rubyntlm (~> 0.1.1)

53 54
GIT
  remote: https://github.com/gitlabhq/pygments.rb.git
R
Riyad Preukschas 已提交
55 56
  revision: db1da0343adf86b49bdc3add04d02d2e80438d38
  branch: master
57 58 59 60 61
  specs:
    pygments.rb (0.3.2)
      posix-spawn (~> 0.3.6)
      yajl-ruby (~> 1.1.0)

62 63 64 65 66 67 68 69 70 71 72
GIT
  remote: https://github.com/gitlabhq/resque.git
  revision: 9ef4700306dd946a3ac000612428967ce0c32213
  ref: 9ef4700306dd946a3ac000612428967ce0c32213
  specs:
    resque (2.0.0.pre.1)
      json
      redis-namespace (~> 1.0)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)

D
Dmitriy Zaporozhets 已提交
73 74 75
GIT
  remote: https://github.com/gitlabhq/yaml_db.git
  revision: 98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd
76
  ref: 98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd
D
Dmitriy Zaporozhets 已提交
77 78 79
  specs:
    yaml_db (0.2.2)

80 81 82 83 84 85 86 87 88 89 90 91
GIT
  remote: https://github.com/jonleighton/poltergeist.git
  revision: 5c2e092001074a8cf09f332d3714e9ba150bc8ca
  ref: 5c2e092001074a8cf09f332d3714e9ba150bc8ca
  specs:
    poltergeist (1.0.2)
      capybara (~> 1.1)
      childprocess (~> 0.3)
      faye-websocket (~> 0.4, >= 0.4.4)
      http_parser.rb (~> 0.5.3)
      multi_json (~> 1.0)

G
gitlabhq 已提交
92 93 94
GEM
  remote: http://rubygems.org/
  specs:
D
Dmitriy Zaporozhets 已提交
95 96
    actionmailer (3.2.9)
      actionpack (= 3.2.9)
97
      mail (~> 2.4.4)
D
Dmitriy Zaporozhets 已提交
98 99 100
    actionpack (3.2.9)
      activemodel (= 3.2.9)
      activesupport (= 3.2.9)
G
gitlabhq 已提交
101 102
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
R
randx 已提交
103
      journey (~> 1.0.4)
D
Dmitriy Zaporozhets 已提交
104
      rack (~> 1.4.0)
105
      rack-cache (~> 1.2)
G
gitlabhq 已提交
106
      rack-test (~> 0.6.1)
D
Dmitriy Zaporozhets 已提交
107 108 109
      sprockets (~> 2.2.1)
    activemodel (3.2.9)
      activesupport (= 3.2.9)
G
gitlabhq 已提交
110
      builder (~> 3.0.0)
D
Dmitriy Zaporozhets 已提交
111 112 113
    activerecord (3.2.9)
      activemodel (= 3.2.9)
      activesupport (= 3.2.9)
114
      arel (~> 3.0.2)
G
gitlabhq 已提交
115
      tzinfo (~> 0.3.29)
D
Dmitriy Zaporozhets 已提交
116 117 118 119
    activeresource (3.2.9)
      activemodel (= 3.2.9)
      activesupport (= 3.2.9)
    activesupport (3.2.9)
D
Dmitriy Zaporozhets 已提交
120
      i18n (~> 0.6)
G
gitlabhq 已提交
121
      multi_json (~> 1.0)
R
Riyad Preukschas 已提交
122
    acts-as-taggable-on (2.3.3)
123
      rails (~> 3.0)
R
Riyad Preukschas 已提交
124
    addressable (2.3.2)
125
    arel (3.0.2)
R
Riyad Preukschas 已提交
126 127
    awesome_print (1.1.0)
    backports (2.6.5)
G
gitlabhq 已提交
128
    bcrypt-ruby (3.0.1)
129 130 131 132
    better_errors (0.3.2)
      coderay (>= 1.0.0)
      erubis (>= 2.7.0)
    binding_of_caller (0.6.8)
R
Riyad Preukschas 已提交
133
    blankslate (3.1.2)
D
Dmitriy Zaporozhets 已提交
134 135
    bootstrap-sass (2.2.1.1)
      sass (~> 3.2)
D
Dmitriy Zaporozhets 已提交
136
    builder (3.0.4)
R
Riyad Preukschas 已提交
137
    capybara (1.1.3)
G
gitlabhq 已提交
138 139 140 141 142 143
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      selenium-webdriver (~> 2.0)
      xpath (~> 0.1.4)
R
Riyad Preukschas 已提交
144
    carrierwave (0.7.1)
145 146
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
S
Saito 已提交
147
    charlock_holmes (0.6.9)
R
Riyad Preukschas 已提交
148 149 150
    childprocess (0.3.6)
      ffi (~> 1.0, >= 1.0.6)
    chosen-rails (0.9.8)
N
Nihad Abbasov 已提交
151 152
      railties (~> 3.0)
      thor (~> 0.14)
R
Riyad Preukschas 已提交
153
    coderay (1.0.8)
154
    coffee-rails (3.2.2)
G
gitlabhq 已提交
155
      coffee-script (>= 2.2.0)
156
      railties (~> 3.2.0)
G
gitlabhq 已提交
157 158 159
    coffee-script (2.2.0)
      coffee-script-source
      execjs
R
Riyad Preukschas 已提交
160
    coffee-script-source (1.4.0)
161
    colored (1.2)
N
Nihad Abbasov 已提交
162
    colorize (0.5.8)
A
Ariejan de Vroom 已提交
163
    crack (0.3.1)
164
    daemons (1.1.9)
N
Nihad Abbasov 已提交
165
    devise (2.1.2)
G
gitlabhq 已提交
166
      bcrypt-ruby (~> 3.0)
N
Nihad Abbasov 已提交
167 168 169
      orm_adapter (~> 0.1)
      railties (~> 3.1)
      warden (~> 1.2.1)
G
gitlabhq 已提交
170
    diff-lcs (1.1.3)
R
Riyad Preukschas 已提交
171
    draper (0.18.0)
R
randx 已提交
172 173
      actionpack (~> 3.2)
      activesupport (~> 3.2)
R
Riyad Preukschas 已提交
174 175
    email_spec (1.4.0)
      launchy (~> 2.1)
176
      mail (~> 2.2)
G
gitlabhq 已提交
177
    erubis (2.7.0)
178
    escape_utils (0.2.4)
179
    eventmachine (1.0.0)
A
Andrey Vakarev 已提交
180
    execjs (1.4.0)
G
gitlabhq 已提交
181
      multi_json (~> 1.0)
R
Riyad Preukschas 已提交
182
    factory_girl (4.1.0)
R
Robert Speicher 已提交
183
      activesupport (>= 3.0.0)
R
Riyad Preukschas 已提交
184 185
    factory_girl_rails (4.1.0)
      factory_girl (~> 4.1.0)
R
Robert Speicher 已提交
186
      railties (>= 3.0.0)
D
Dmitriy Zaporozhets 已提交
187 188
    faraday (0.8.4)
      multipart-post (~> 1.1)
189 190
    faye-websocket (0.4.6)
      eventmachine (>= 0.12.0)
R
Riyad Preukschas 已提交
191 192
    ffaker (1.15.0)
    ffi (1.1.5)
R
Riyad Preukschas 已提交
193 194 195
    font-awesome-sass-rails (2.0.0.0)
      railties (>= 3.1.1)
      sass-rails (>= 3.1.1)
R
Riyad Preukschas 已提交
196
    foreman (0.60.2)
D
Dmitriy Zaporozhets 已提交
197
      thor (>= 0.13.6)
R
Riyad Preukschas 已提交
198
    gemoji (1.2.1)
N
Nihad Abbasov 已提交
199
    gherkin-ruby (0.2.1)
V
Valera Sizov 已提交
200
    git (1.2.5)
V
Valeriy Sizov 已提交
201 202 203 204 205
    github-linguist (2.3.4)
      charlock_holmes (~> 0.6.6)
      escape_utils (~> 0.2.3)
      mime-types (~> 1.19)
      pygments.rb (>= 0.2.13)
R
Robert Speicher 已提交
206
    github-markup (0.7.4)
D
Dmitriy Zaporozhets 已提交
207
    gitlab_meta (4.0)
208 209 210 211
    gitolite (1.1.0)
      gratr19 (~> 0.4.4.1)
      grit (~> 2.5.0)
      hashery (~> 1.5.0)
R
Riyad Preukschas 已提交
212 213
    grape (0.2.2)
      activesupport
214
      hashie (~> 1.2)
R
Riyad Preukschas 已提交
215
      multi_json (>= 1.3.2)
216 217
      multi_xml
      rack
R
Riyad Preukschas 已提交
218
      rack-accept
219
      rack-mount
R
Riyad Preukschas 已提交
220
      virtus
221
    gratr19 (0.4.4.1)
222
    growl (1.0.3)
R
Riyad Preukschas 已提交
223
    guard (1.5.4)
R
randx 已提交
224
      listen (>= 0.4.2)
R
Riyad Preukschas 已提交
225 226
      lumberjack (>= 1.0.2)
      pry (>= 0.9.10)
R
randx 已提交
227
      thor (>= 0.14.6)
R
Riyad Preukschas 已提交
228
    guard-rspec (2.1.2)
R
randx 已提交
229
      guard (>= 1.1)
R
Riyad Preukschas 已提交
230
      rspec (~> 2.11)
N
Nihad Abbasov 已提交
231 232 233
    guard-spinach (0.0.2)
      guard (>= 1.1)
      spinach
R
Riyad Preukschas 已提交
234 235 236 237 238 239
    haml (3.1.7)
    haml-rails (0.3.5)
      actionpack (>= 3.1, < 4.1)
      activesupport (>= 3.1, < 4.1)
      haml (~> 3.1)
      railties (>= 3.1, < 4.1)
240 241
    hashery (1.5.0)
      blankslate
V
Valery Sizov 已提交
242
    hashie (1.2.0)
G
gitlabhq 已提交
243
    hike (1.2.1)
244
    http_parser.rb (0.5.3)
R
Riyad Preukschas 已提交
245
    httparty (0.9.0)
246
      multi_json (~> 1.0)
A
Ariejan de Vroom 已提交
247
      multi_xml
R
Riyad Preukschas 已提交
248
    httpauth (0.2.0)
N
Nihad Abbasov 已提交
249
    i18n (0.6.1)
R
randx 已提交
250
    journey (1.0.4)
R
Riyad Preukschas 已提交
251
    jquery-atwho-rails (0.1.7)
R
Riyad Preukschas 已提交
252 253
    jquery-rails (2.1.3)
      railties (>= 3.1.0, < 5.0)
G
gitlabhq 已提交
254
      thor (~> 0.14)
R
Riyad Preukschas 已提交
255
    jquery-ui-rails (2.0.2)
256 257
      jquery-rails
      railties (>= 3.1.0)
N
Nihad Abbasov 已提交
258
    json (1.7.5)
D
Dmitriy Zaporozhets 已提交
259 260
    jwt (0.1.5)
      multi_json (>= 1.0)
R
Riyad Preukschas 已提交
261
    kaminari (0.14.1)
D
Dmitriy Zaporozhets 已提交
262 263
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
264
    kgio (2.7.4)
R
Riyad Preukschas 已提交
265 266 267 268
    launchy (2.1.2)
      addressable (~> 2.3)
    letter_opener (1.0.0)
      launchy (>= 2.0.4)
269
    libv8 (3.3.10.4)
R
Riyad Preukschas 已提交
270 271 272 273
    libwebsocket (0.1.6)
      websocket
    listen (0.5.3)
    lumberjack (1.0.2)
274
    mail (2.4.4)
G
gitlabhq 已提交
275 276 277
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
R
Riyad Preukschas 已提交
278
    method_source (0.8.1)
R
randx 已提交
279
    mime-types (1.19)
R
Riyad Preukschas 已提交
280
    modernizr (2.6.2)
281
      sprockets (~> 2.0)
D
Dmitriy Zaporozhets 已提交
282
    multi_json (1.3.7)
283
    multi_xml (0.5.1)
D
Dmitriy Zaporozhets 已提交
284
    multipart-post (1.1.5)
D
Dmitriy Zaporozhets 已提交
285
    mysql2 (0.3.11)
V
Valery Sizov 已提交
286
    net-ldap (0.2.2)
R
Riyad Preukschas 已提交
287
    nokogiri (1.5.5)
D
Dmitriy Zaporozhets 已提交
288 289 290 291 292 293 294
    oauth (0.4.7)
    oauth2 (0.8.0)
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
R
Riyad Preukschas 已提交
295
    omniauth (1.1.1)
V
Valery Sizov 已提交
296 297
      hashie (~> 1.2)
      rack
D
Dmitriy Zaporozhets 已提交
298 299 300 301 302 303 304 305 306
    omniauth-github (1.0.3)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
    omniauth-google-oauth2 (0.1.13)
      omniauth (~> 1.0)
      omniauth-oauth2
    omniauth-oauth (1.0.1)
      oauth
      omniauth (~> 1.0)
R
Riyad Preukschas 已提交
307
    omniauth-oauth2 (1.1.1)
D
Dmitriy Zaporozhets 已提交
308 309
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
R
Riyad Preukschas 已提交
310
    omniauth-twitter (0.0.14)
D
Dmitriy Zaporozhets 已提交
311 312
      multi_json (~> 1.3)
      omniauth-oauth (~> 1.0)
R
Riyad Preukschas 已提交
313 314
    orm_adapter (0.4.0)
    pg (0.14.1)
315
    polyglot (0.3.3)
G
gitlabhq 已提交
316
    posix-spawn (0.3.6)
R
Riyad Preukschas 已提交
317
    pry (0.9.10)
S
Saito 已提交
318
      coderay (~> 1.0.5)
R
Riyad Preukschas 已提交
319 320
      method_source (~> 0.8)
      slop (~> 3.3.1)
V
Valery Sizov 已提交
321
    pyu-ruby-sasl (0.0.3.3)
322 323
    quiet_assets (1.0.1)
      railties (~> 3.1)
D
Dmitriy Zaporozhets 已提交
324
    rack (1.4.1)
R
Riyad Preukschas 已提交
325 326
    rack-accept (0.4.5)
      rack (>= 0.4)
327
    rack-cache (1.2)
G
gitlabhq 已提交
328
      rack (>= 0.4)
R
Riyad Preukschas 已提交
329
    rack-mini-profiler (0.1.23)
R
randx 已提交
330
      rack (>= 1.1.3)
331 332
    rack-mount (0.8.3)
      rack (>= 1.0.0)
D
Dmitriy Zaporozhets 已提交
333
    rack-protection (1.3.2)
A
Ariejan de Vroom 已提交
334
      rack
G
gitlabhq 已提交
335 336
    rack-ssl (1.3.2)
      rack
D
Dmitriy Zaporozhets 已提交
337
    rack-test (0.6.2)
G
gitlabhq 已提交
338
      rack (>= 1.0)
D
Dmitriy Zaporozhets 已提交
339 340 341 342 343 344
    rails (3.2.9)
      actionmailer (= 3.2.9)
      actionpack (= 3.2.9)
      activerecord (= 3.2.9)
      activeresource (= 3.2.9)
      activesupport (= 3.2.9)
G
gitlabhq 已提交
345
      bundler (~> 1.0)
D
Dmitriy Zaporozhets 已提交
346
      railties (= 3.2.9)
347 348 349
    rails-dev-tweaks (0.6.1)
      actionpack (~> 3.1)
      railties (~> 3.1)
D
Dmitriy Zaporozhets 已提交
350 351 352
    railties (3.2.9)
      actionpack (= 3.2.9)
      activesupport (= 3.2.9)
G
gitlabhq 已提交
353 354 355
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
A
Andrey Vakarev 已提交
356
      thor (>= 0.14.6, < 2.0)
R
Riyad Preukschas 已提交
357 358
    raindrops (0.10.0)
    rake (10.0.1)
359
    raphael-rails (1.5.2)
R
Riyad Preukschas 已提交
360
    rb-fsevent (0.9.2)
361 362
    rb-inotify (0.8.8)
      ffi (>= 0.5.0)
D
Dmitriy Zaporozhets 已提交
363
    rdoc (3.12)
364
      json (~> 1.4)
R
Riyad Preukschas 已提交
365 366 367 368 369 370 371
    redcarpet (2.2.2)
    redis (3.0.2)
    redis-namespace (1.2.1)
      redis (~> 3.0.0)
    resque_mailer (2.1.0)
      actionmailer (~> 3.0)
    resque_spec (0.12.5)
372 373
      resque (>= 1.19.0)
      rspec (>= 2.5.0)
R
Riyad Preukschas 已提交
374 375 376 377 378 379
    rspec (2.12.0)
      rspec-core (~> 2.12.0)
      rspec-expectations (~> 2.12.0)
      rspec-mocks (~> 2.12.0)
    rspec-core (2.12.0)
    rspec-expectations (2.12.0)
D
Dmitriy Zaporozhets 已提交
380
      diff-lcs (~> 1.1.3)
R
Riyad Preukschas 已提交
381 382
    rspec-mocks (2.12.0)
    rspec-rails (2.12.0)
D
Dmitriy Zaporozhets 已提交
383 384 385
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
R
Riyad Preukschas 已提交
386 387 388
      rspec-core (~> 2.12.0)
      rspec-expectations (~> 2.12.0)
      rspec-mocks (~> 2.12.0)
V
Valery Sizov 已提交
389
    rubyntlm (0.1.1)
R
Riyad Preukschas 已提交
390 391
    rubyzip (0.9.9)
    sass (3.2.3)
A
Andrey Vakarev 已提交
392 393
    sass-rails (3.2.5)
      railties (~> 3.2.0)
D
Dmitriy Zaporozhets 已提交
394 395
      sass (>= 3.1.10)
      tilt (~> 1.3)
396 397 398
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
D
Dmitriy Zaporozhets 已提交
399 400 401
    seed-fu (2.2.0)
      activerecord (~> 3.1)
      activesupport (~> 3.1)
R
Riyad Preukschas 已提交
402
    selenium-webdriver (2.26.0)
D
Dmitriy Zaporozhets 已提交
403
      childprocess (>= 0.2.5)
404 405
      libwebsocket (~> 0.1.3)
      multi_json (~> 1.0)
G
gitlabhq 已提交
406
      rubyzip
407
    settingslogic (2.0.8)
N
Nihad Abbasov 已提交
408
    shoulda-matchers (1.3.0)
A
Andrey Vakarev 已提交
409
      activesupport (>= 3.0.0)
R
Riyad Preukschas 已提交
410
    simplecov (0.7.1)
411
      multi_json (~> 1.0)
R
Riyad Preukschas 已提交
412 413 414
      simplecov-html (~> 0.7.1)
    simplecov-html (0.7.1)
    sinatra (1.3.3)
D
Dmitriy Zaporozhets 已提交
415 416
      rack (~> 1.3, >= 1.3.6)
      rack-protection (~> 1.2)
A
Ariejan de Vroom 已提交
417
      tilt (~> 1.3, >= 1.3.3)
G
gitlabhq 已提交
418
    six (0.2.0)
R
Riyad Preukschas 已提交
419
    slop (3.3.3)
N
Nihad Abbasov 已提交
420 421 422 423 424 425 426
    spinach (0.5.2)
      colorize
      gherkin-ruby (~> 0.2.0)
    spinach-rails (0.1.8)
      capybara (~> 1)
      railties (>= 3)
      spinach (>= 0.4)
D
Dmitriy Zaporozhets 已提交
427
    sprockets (2.2.1)
G
gitlabhq 已提交
428
      hike (~> 1.2)
D
Dmitriy Zaporozhets 已提交
429
      multi_json (~> 1.0)
G
gitlabhq 已提交
430 431
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
R
Riyad Preukschas 已提交
432
    stamp (0.3.0)
A
Alex Denisov 已提交
433
    test_after_commit (0.0.1)
R
Riyad Preukschas 已提交
434
    therubyracer (0.10.2)
G
gitlabhq 已提交
435
      libv8 (~> 3.3.10)
436
    thin (1.5.0)
V
Valera Sizov 已提交
437 438 439
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
N
Nihad Abbasov 已提交
440
    thor (0.16.0)
G
gitlabhq 已提交
441
    tilt (1.3.3)
D
Dmitriy Zaporozhets 已提交
442
    treetop (1.4.12)
G
gitlabhq 已提交
443 444
      polyglot
      polyglot (>= 0.3.1)
D
Dmitriy Zaporozhets 已提交
445
    tzinfo (0.3.35)
R
Riyad Preukschas 已提交
446
    uglifier (1.3.0)
G
gitlabhq 已提交
447
      execjs (>= 0.3.0)
R
Riyad Preukschas 已提交
448 449
      multi_json (~> 1.0, >= 1.0.2)
    unicorn (4.4.0)
V
Valery Sizov 已提交
450 451 452
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
D
Dmitriy Zaporozhets 已提交
453
    vegas (0.1.11)
A
Ariejan de Vroom 已提交
454
      rack (>= 1.0.0)
R
Riyad Preukschas 已提交
455 456
    virtus (0.5.2)
      backports (~> 2.6.1)
N
Nihad Abbasov 已提交
457
    warden (1.2.1)
G
gitlabhq 已提交
458
      rack (>= 1.0)
R
Riyad Preukschas 已提交
459
    webmock (1.9.0)
460
      addressable (>= 2.2.7)
A
Ariejan de Vroom 已提交
461
      crack (>= 0.1.7)
R
Riyad Preukschas 已提交
462
    websocket (1.0.2)
G
gitlabhq 已提交
463 464
    xpath (0.1.4)
      nokogiri (~> 1.3)
V
Valeriy Sizov 已提交
465
    yajl-ruby (1.1.0)
G
gitlabhq 已提交
466 467 468 469 470

PLATFORMS
  ruby

DEPENDENCIES
R
Riyad Preukschas 已提交
471
  acts-as-taggable-on (= 2.3.3)
G
gitlabhq 已提交
472 473
  annotate!
  awesome_print
474 475
  better_errors
  binding_of_caller
D
Dmitriy Zaporozhets 已提交
476
  bootstrap-sass (= 2.2.1.1)
G
gitlabhq 已提交
477
  capybara
R
Riyad Preukschas 已提交
478 479 480
  carrierwave (~> 0.7.1)
  chosen-rails (= 0.9.8)
  coffee-rails (~> 3.2.2)
481
  colored
482
  database_cleaner!
N
Nihad Abbasov 已提交
483
  devise (~> 2.1.0)
R
Riyad Preukschas 已提交
484
  draper (~> 0.18.0)
485
  email_spec
R
Robert Speicher 已提交
486
  factory_girl_rails
N
Nihad Abbasov 已提交
487
  ffaker
R
Riyad Preukschas 已提交
488
  font-awesome-sass-rails (~> 2.0.0)
D
Dmitriy Zaporozhets 已提交
489
  foreman
R
Riyad Preukschas 已提交
490
  gemoji (~> 1.2.1)
V
Valera Sizov 已提交
491
  git
V
Valeriy Sizov 已提交
492
  github-linguist (~> 2.3.4)
493
  github-markup (~> 0.7.4)
D
Dmitriy Zaporozhets 已提交
494
  gitlab_meta (= 4.0)
495
  gitolite (= 1.1.0)
496
  grack!
497
  grape (~> 0.2.1)
G
gitlabhq 已提交
498
  grit!
S
Saito 已提交
499
  grit_ext!
500
  growl
R
randx 已提交
501
  guard-rspec
N
Nihad Abbasov 已提交
502
  guard-spinach
R
Riyad Preukschas 已提交
503
  haml-rails (~> 0.3.5)
A
Ariejan de Vroom 已提交
504
  httparty
R
Riyad Preukschas 已提交
505
  jquery-atwho-rails (= 0.1.7)
R
Riyad Preukschas 已提交
506 507 508
  jquery-rails (= 2.1.3)
  jquery-ui-rails (= 2.0.2)
  kaminari (~> 0.14.1)
G
gitlabhq 已提交
509
  launchy
N
Nihad Abbasov 已提交
510
  letter_opener
R
Riyad Preukschas 已提交
511
  modernizr (= 2.6.2)
D
Dmitriy Zaporozhets 已提交
512
  mysql2
R
Riyad Preukschas 已提交
513
  omniauth (~> 1.1.1)
D
Dmitriy Zaporozhets 已提交
514 515
  omniauth-github
  omniauth-google-oauth2
D
Dmitriy Zaporozhets 已提交
516
  omniauth-ldap!
D
Dmitriy Zaporozhets 已提交
517
  omniauth-twitter
A
Andrey Kumanyaev 已提交
518
  pg
519
  poltergeist!
S
Saito 已提交
520
  pry
521
  pygments.rb!
R
Riyad Preukschas 已提交
522
  quiet_assets (~> 1.0.1)
R
randx 已提交
523
  rack-mini-profiler
D
Dmitriy Zaporozhets 已提交
524
  rails (= 3.2.9)
525
  rails-dev-tweaks
526
  raphael-rails (= 1.5.2)
527 528
  rb-fsevent
  rb-inotify
R
Riyad Preukschas 已提交
529
  redcarpet (~> 2.2.2)
D
Dmitriy Zaporozhets 已提交
530
  resque!
531
  resque_mailer
532
  resque_spec
G
gitlabhq 已提交
533
  rspec-rails
R
Riyad Preukschas 已提交
534
  sass-rails (~> 3.2.5)
535
  sdoc
D
Dmitriy Zaporozhets 已提交
536
  seed-fu
537
  settingslogic
R
Riyad Preukschas 已提交
538
  shoulda-matchers (= 1.3.0)
G
gitlabhq 已提交
539 540
  simplecov
  six
N
Nihad Abbasov 已提交
541
  spinach-rails
G
gitlabhq 已提交
542
  stamp
A
Alex Denisov 已提交
543
  test_after_commit
G
gitlabhq 已提交
544
  therubyracer
545
  thin (~> 1.5.0)
R
Riyad Preukschas 已提交
546 547
  uglifier (~> 1.3.0)
  unicorn (~> 4.4.0)
A
Ariejan de Vroom 已提交
548
  webmock
D
Dmitriy Zaporozhets 已提交
549
  yaml_db!