Gemfile.lock 11.9 KB
Newer Older
G
gitlabhq 已提交
1
GIT
S
Shane O'Grady 已提交
2
  remote: https://github.com/ctran/annotate_models.git
R
Riyad Preukschas 已提交
3
  revision: be4e26825b521f0b2d86b181e2dff89901aa9b1e
G
gitlabhq 已提交
4
  specs:
R
Riyad Preukschas 已提交
5 6 7
    annotate (2.6.0.beta1)
      activerecord (>= 2.3.0)
      rake (>= 0.8.7)
G
gitlabhq 已提交
8

S
Saito 已提交
9 10 11
GIT
  remote: https://github.com/gitlabhq/grack.git
  revision: ba46f3b0845c6a09d488ae6abdce6ede37e227e8
12
  ref: ba46f3b0845c6a09d488ae6abdce6ede37e227e8
S
Saito 已提交
13 14 15 16
  specs:
    grack (1.0.0)
      rack (~> 1.4.1)

G
gitlabhq 已提交
17
GIT
S
Shane O'Grady 已提交
18
  remote: https://github.com/gitlabhq/grit.git
W
Wouter D'Haeseleer 已提交
19 20
  revision: 7f35cb98ff17d534a07e3ce6ec3d580f67402837
  ref: 7f35cb98ff17d534a07e3ce6ec3d580f67402837
G
gitlabhq 已提交
21
  specs:
22
    grit (2.5.0)
G
gitlabhq 已提交
23 24 25 26
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
      posix-spawn (~> 0.3.6)

27 28
GIT
  remote: https://github.com/gitlabhq/grit_ext.git
29 30
  revision: 8e6afc2da821354774aa4d1ee8a1aa2082f84a3e
  ref: 8e6afc2da821354774aa4d1ee8a1aa2082f84a3e
31
  specs:
32
    grit_ext (0.6.1)
33 34
      charlock_holmes (~> 0.6.9)

D
Dmitriy Zaporozhets 已提交
35 36
GIT
  remote: https://github.com/gitlabhq/omniauth-ldap.git
37 38
  revision: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e
  ref: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e
D
Dmitriy Zaporozhets 已提交
39 40 41 42 43 44 45
  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)

46 47
GIT
  remote: https://github.com/gitlabhq/pygments.rb.git
R
Riyad Preukschas 已提交
48 49
  revision: db1da0343adf86b49bdc3add04d02d2e80438d38
  branch: master
50 51 52 53 54
  specs:
    pygments.rb (0.3.2)
      posix-spawn (~> 0.3.6)
      yajl-ruby (~> 1.1.0)

D
Dmitriy Zaporozhets 已提交
55 56 57
GIT
  remote: https://github.com/gitlabhq/yaml_db.git
  revision: 98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd
58
  ref: 98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd
D
Dmitriy Zaporozhets 已提交
59 60 61
  specs:
    yaml_db (0.2.2)

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

PLATFORMS
  ruby

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