Gemfile.lock 13.8 KB
Newer Older
1 2
GIT
  remote: https://github.com/ctran/annotate_models.git
D
Dmitriy Zaporozhets 已提交
3
  revision: 8bd159c7a484093fde84beaa9e6398f25ddacf09
4 5 6 7 8 9 10 11 12 13 14
  specs:
    annotate (2.6.0.beta1)
      activerecord (>= 2.3.0)
      rake (>= 0.8.7)

GIT
  remote: https://github.com/gitlabhq/raphael-rails.git
  revision: cb2c92a040b9b941a5f1aa1ea866cc26e944fe58
  specs:
    raphael-rails (2.1.0)

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

PLATFORMS
  ruby

DEPENDENCIES
D
Dmitriy Zaporozhets 已提交
518
  acts-as-taggable-on
G
gitlabhq 已提交
519 520
  annotate!
  awesome_print
521 522
  better_errors
  binding_of_caller
D
Dmitriy Zaporozhets 已提交
523
  bootstrap-sass
524
  capybara
525
  carrierwave
R
Riyad Preukschas 已提交
526
  chosen-rails (= 0.9.8)
D
Dmitriy Zaporozhets 已提交
527
  coffee-rails
528
  colored
529
  coveralls
530
  d3_rails (~> 3.1.4)
531
  database_cleaner
532
  devise
533
  email_spec
A
Andrew8xx8 已提交
534
  enumerize
R
Robert Speicher 已提交
535
  factory_girl_rails
N
Nihad Abbasov 已提交
536
  ffaker
537
  font-awesome-rails (~> 3.1.1)
D
Dmitriy Zaporozhets 已提交
538
  foreman
R
Riyad Preukschas 已提交
539
  gemoji (~> 1.2.1)
D
Dmitriy Zaporozhets 已提交
540
  github-linguist
541
  github-markup (~> 0.7.4)
542
  gitlab-gollum-lib (~> 1.0.0)
543
  gitlab-grack (~> 1.0.1)
D
Dmitriy Zaporozhets 已提交
544
  gitlab-pygments.rb (~> 0.3.2)
545
  gitlab_git (~> 1.3.0)
D
Dmitriy Zaporozhets 已提交
546
  gitlab_meta (= 5.0)
547
  gitlab_omniauth-ldap (= 1.0.2)
548
  gon
549 550
  grape (~> 0.4.1)
  grape-entity (~> 0.3.0)
551
  growl
R
randx 已提交
552
  guard-rspec
N
Nihad Abbasov 已提交
553
  guard-spinach
554
  haml-rails
R
Ronald van Eede 已提交
555
  hipchat (~> 0.9.0)
A
Ariejan de Vroom 已提交
556
  httparty
557
  jasmine
558
  jquery-atwho-rails (= 0.3.0)
R
Riyad Preukschas 已提交
559
  jquery-rails (= 2.1.3)
560
  jquery-turbolinks
R
Riyad Preukschas 已提交
561 562
  jquery-ui-rails (= 2.0.2)
  kaminari (~> 0.14.1)
G
gitlabhq 已提交
563
  launchy
N
Nihad Abbasov 已提交
564
  letter_opener
565
  minitest
R
Riyad Preukschas 已提交
566
  modernizr (= 2.6.2)
D
Dmitriy Zaporozhets 已提交
567
  mysql2
568
  omniauth (~> 1.1.3)
D
Dmitriy Zaporozhets 已提交
569 570 571
  omniauth-github
  omniauth-google-oauth2
  omniauth-twitter
A
Andrey Kumanyaev 已提交
572
  pg
573
  poltergeist (~> 1.3.0)
S
Saito 已提交
574
  pry
D
Dmitriy Zaporozhets 已提交
575
  puma (~> 2.0.1)
R
Riyad Preukschas 已提交
576
  quiet_assets (~> 1.0.1)
R
randx 已提交
577
  rack-mini-profiler
D
Dmitriy Zaporozhets 已提交
578
  rails (= 3.2.13)
579
  rails-dev-tweaks
D
Dmitriy Zaporozhets 已提交
580
  rails_best_practices
K
Koen Punt 已提交
581
  raphael-rails!
582 583
  rb-fsevent
  rb-inotify
R
Riyad Preukschas 已提交
584
  redcarpet (~> 2.2.2)
585
  redis-rails
586
  rspec-rails
D
Dmitriy Zaporozhets 已提交
587
  sass-rails
588
  sdoc
D
Dmitriy Zaporozhets 已提交
589
  seed-fu
D
Dmitriy Zaporozhets 已提交
590
  select2-rails
591
  settingslogic
592
  shoulda-matchers (~> 2.1.0)
593
  sidekiq
G
gitlabhq 已提交
594
  simplecov
D
sidekiq  
Dmitriy Zaporozhets 已提交
595
  sinatra
G
gitlabhq 已提交
596
  six
D
sidekiq  
Dmitriy Zaporozhets 已提交
597
  slim
598
  spinach-rails
A
Andrew8xx8 已提交
599
  spork (~> 1.0rc)
G
gitlabhq 已提交
600
  stamp
A
Andrew8xx8 已提交
601
  state_machine
A
Alex Denisov 已提交
602
  test_after_commit
G
gitlabhq 已提交
603
  therubyracer
604
  thin
605
  tinder (~> 1.9.2)
606
  turbolinks
D
Dmitriy Zaporozhets 已提交
607
  uglifier
608
  underscore-rails (~> 1.4.4)
A
Ariejan de Vroom 已提交
609
  webmock