Gemfile.lock 22.6 KB
Newer Older
G
gitlabhq 已提交
1
GEM
2
  remote: https://rubygems.org/
G
gitlabhq 已提交
3
  specs:
4
    CFPropertyList (2.3.1)
R
Robert Schilling 已提交
5
    RedCloth (4.2.9)
D
Dmitriy Zaporozhets 已提交
6
    ace-rails-ap (2.0.1)
D
Douwe Maan 已提交
7 8 9
    actionmailer (4.1.12)
      actionpack (= 4.1.12)
      actionview (= 4.1.12)
V
Vinnie Okada 已提交
10
      mail (~> 2.5, >= 2.5.4)
D
Douwe Maan 已提交
11 12 13
    actionpack (4.1.12)
      actionview (= 4.1.12)
      activesupport (= 4.1.12)
14 15
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
D
Douwe Maan 已提交
16 17
    actionview (4.1.12)
      activesupport (= 4.1.12)
M
Marin Jankovski 已提交
18 19
      builder (~> 3.1)
      erubis (~> 2.7.0)
D
Douwe Maan 已提交
20 21
    activemodel (4.1.12)
      activesupport (= 4.1.12)
M
Marin Jankovski 已提交
22
      builder (~> 3.1)
D
Douwe Maan 已提交
23 24 25
    activerecord (4.1.12)
      activemodel (= 4.1.12)
      activesupport (= 4.1.12)
M
Marin Jankovski 已提交
26
      arel (~> 5.0.0)
D
Douwe Maan 已提交
27 28 29 30 31
    activerecord-deprecated_finders (1.0.4)
    activerecord-session_store (0.1.1)
      actionpack (>= 4.0.0, < 5)
      activerecord (>= 4.0.0, < 5)
      railties (>= 4.0.0, < 5)
J
Jeremy 已提交
32 33 34 35
    activeresource (4.0.0)
      activemodel (~> 4.0)
      activesupport (~> 4.0)
      rails-observers (~> 0.1.1)
D
Douwe Maan 已提交
36
    activesupport (4.1.12)
J
Jacob Vosmaer 已提交
37
      i18n (~> 0.6, >= 0.6.9)
M
Marin Jankovski 已提交
38 39
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
40
      thread_safe (~> 0.1)
M
Marin Jankovski 已提交
41
      tzinfo (~> 1.1)
N
Nihad Abbasov 已提交
42 43
    acts-as-taggable-on (3.5.0)
      activerecord (>= 3.2, < 5)
44
    addressable (2.3.8)
45 46
    after_commit_queue (1.1.0)
      rails (>= 3.0)
D
Douwe Maan 已提交
47 48 49
    annotate (2.6.10)
      activerecord (>= 3.2, <= 4.3)
      rake (~> 10.4)
M
Marin Jankovski 已提交
50
    arel (5.0.1.20140414130214)
J
Jeremy 已提交
51 52
    asana (0.0.6)
      activeresource (>= 3.2.3)
53
    asciidoctor (1.5.2)
D
Douwe Maan 已提交
54 55 56
    ast (2.1.0)
    astrolabe (1.3.1)
      parser (~> 2.2)
D
Dmitriy Zaporozhets 已提交
57 58
    attr_encrypted (1.3.4)
      encryptor (>= 1.3.0)
V
Valery Sizov 已提交
59
    attr_required (1.0.0)
D
Douwe Maan 已提交
60
    autoprefixer-rails (5.2.1.2)
D
Dmitriy Zaporozhets 已提交
61 62
      execjs
      json
63
    awesome_print (1.2.0)
D
Douwe Maan 已提交
64 65 66 67 68
    axiom-types (0.1.1)
      descendants_tracker (~> 0.0.4)
      ice_nine (~> 0.11.0)
      thread_safe (~> 0.3, >= 0.3.1)
    bcrypt (3.1.10)
69
    benchmark-ips (2.3.0)
70
    better_errors (1.0.1)
71
      coderay (>= 1.0.0)
D
Dmitriy Zaporozhets 已提交
72
      erubis (>= 2.6.6)
73
    binding_of_caller (0.7.2)
74
      debug_inspector (>= 0.0.1)
D
Douwe Maan 已提交
75
    bootstrap-sass (3.3.5)
D
Dmitriy Zaporozhets 已提交
76 77
      autoprefixer-rails (>= 5.0.0.1)
      sass (>= 3.2.19)
D
Dmitriy Zaporozhets 已提交
78
    brakeman (3.0.1)
D
Dmitriy Zaporozhets 已提交
79 80 81 82 83 84
      erubis (~> 2.6)
      fastercsv (~> 1.5)
      haml (>= 3.0, < 5.0)
      highline (~> 1.6.20)
      multi_json (~> 1.2)
      ruby2ruby (~> 2.1.1)
D
Dmitriy Zaporozhets 已提交
85
      ruby_parser (~> 3.5.0)
D
Dmitriy Zaporozhets 已提交
86 87
      sass (~> 3.0)
      terminal-table (~> 1.4)
88
    browser (1.0.0)
M
Marin Jankovski 已提交
89
    builder (3.2.2)
D
Douwe Maan 已提交
90
    byebug (6.0.2)
91
    cal-heatmap-rails (0.0.1)
R
Robert Speicher 已提交
92
    capybara (2.4.4)
G
gitlabhq 已提交
93 94 95 96
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
97
      xpath (~> 2.0)
D
Douwe Maan 已提交
98
    capybara-screenshot (1.0.11)
R
Robert Speicher 已提交
99 100
      capybara (>= 1.0, < 3)
      launchy
101
    carrierwave (0.9.0)
102 103
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
104
      json (>= 1.7)
V
Vinnie Okada 已提交
105 106
    celluloid (0.16.0)
      timers (~> 4.0.0)
107
    charlock_holmes (0.6.9.4)
D
Douwe Maan 已提交
108 109
    chronic (0.10.2)
    chunky_png (1.3.4)
110
    cliver (0.3.2)
111
    coderay (1.1.0)
112
    coercible (1.0.0)
113
      descendants_tracker (~> 0.0.1)
R
Robert Speicher 已提交
114
    coffee-rails (4.1.0)
G
gitlabhq 已提交
115
      coffee-script (>= 2.2.0)
116
      railties (>= 4.0.0, < 5.0)
R
Robert Speicher 已提交
117
    coffee-script (2.4.1)
G
gitlabhq 已提交
118 119
      coffee-script-source
      execjs
R
Robert Speicher 已提交
120
    coffee-script-source (1.9.1.1)
121
    colored (1.2)
D
Dmitriy Zaporozhets 已提交
122
    colorize (0.5.8)
D
Douwe Maan 已提交
123
    connection_pool (2.2.0)
124 125 126 127 128 129
    coveralls (0.8.2)
      json (~> 1.8)
      rest-client (>= 1.6.8, < 2)
      simplecov (~> 0.10.0)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.1)
130 131
    crack (0.4.2)
      safe_yaml (~> 1.0.0)
R
Robert Schilling 已提交
132
    creole (0.3.8)
D
Douwe Maan 已提交
133
    d3_rails (3.5.6)
134
      railties (>= 3.1.0)
D
Douwe Maan 已提交
135
    daemons (1.2.3)
136
    database_cleaner (1.4.1)
137
    debug_inspector (0.0.2)
D
Douwe Maan 已提交
138
    default_value_for (3.0.1)
D
Dmitriy Zaporozhets 已提交
139
      activerecord (>= 3.2.0, < 5.0)
D
Douwe Maan 已提交
140 141
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
R
Robert Speicher 已提交
142
    devise (3.5.2)
M
Marin Jankovski 已提交
143
      bcrypt (~> 3.0)
N
Nihad Abbasov 已提交
144
      orm_adapter (~> 0.1)
145
      railties (>= 3.2.6, < 5)
R
Robert Speicher 已提交
146
      responders
M
Marin Jankovski 已提交
147
      thread_safe (~> 0.1)
148
      warden (~> 1.2.3)
M
Marin Jankovski 已提交
149 150
    devise-async (0.9.0)
      devise (~> 3.2)
151
    devise-two-factor (2.0.0)
152 153
      activesupport
      attr_encrypted (~> 1.3.2)
R
Robert Speicher 已提交
154
      devise (~> 3.5.0)
D
Douwe Maan 已提交
155
      railties
156
      rotp (~> 2)
157
    diff-lcs (1.2.5)
D
Douwe Maan 已提交
158
    diffy (3.0.7)
D
DJ Mountney 已提交
159
    docile (1.1.5)
160 161
    domain_name (0.5.24)
      unf (>= 0.0.5, < 1.0.0)
D
Douwe Maan 已提交
162
    doorkeeper (2.1.4)
V
Valery Sizov 已提交
163
      railties (>= 3.2)
N
Nikita Verkhovin 已提交
164
    dropzonejs-rails (0.7.1)
165
      rails (> 3.1)
D
Douwe Maan 已提交
166
    email_reply_parser (0.5.8)
R
Robert Speicher 已提交
167
    email_spec (1.6.0)
R
Riyad Preukschas 已提交
168
      launchy (~> 2.1)
169
      mail (~> 2.2)
170
    encryptor (1.3.0)
171
    enumerize (0.7.0)
A
Andrew8xx8 已提交
172
      activesupport (>= 3.2)
D
Douwe Maan 已提交
173
    equalizer (0.0.11)
G
gitlabhq 已提交
174
    erubis (2.7.0)
175
    escape_utils (0.2.4)
D
Douwe Maan 已提交
176 177 178
    eventmachine (1.0.8)
    excon (0.45.4)
    execjs (2.6.0)
R
Robert Schilling 已提交
179
    expression_parser (0.9.0)
180
    factory_girl (4.3.0)
R
Robert Speicher 已提交
181
      activesupport (>= 3.0.0)
182 183
    factory_girl_rails (4.3.0)
      factory_girl (~> 4.3.0)
R
Robert Speicher 已提交
184
      railties (>= 3.0.0)
D
Douwe Maan 已提交
185
    faraday (0.8.10)
186
      multipart-post (~> 1.2.0)
D
Douwe Maan 已提交
187 188
    faraday_middleware (0.10.0)
      faraday (>= 0.7.4, < 0.10)
D
Dmitriy Zaporozhets 已提交
189
    fastercsv (1.5.5)
R
Robert Speicher 已提交
190
    ffaker (2.0.0)
D
Douwe Maan 已提交
191
    ffi (1.9.10)
192 193
    fission (0.5.0)
      CFPropertyList (~> 2.2)
194 195 196
    flowdock (0.7.0)
      httparty (~> 0.7)
      multi_json
197 198 199
    fog (1.25.0)
      fog-brightbox (~> 0.4)
      fog-core (~> 1.25)
200
      fog-json
201 202 203 204 205 206 207 208 209
      fog-profitbricks
      fog-radosgw (>= 0.0.2)
      fog-sakuracloud (>= 0.0.4)
      fog-softlayer
      fog-terremark
      fog-vmfusion
      fog-voxel
      fog-xml (~> 0.1.1)
      ipaddress (~> 0.5)
210
      nokogiri (~> 1.5, >= 1.5.11)
211
      opennebula
D
Douwe Maan 已提交
212
    fog-brightbox (0.9.0)
213
      fog-core (~> 1.22)
214
      fog-json
215
      inflecto (~> 0.0.2)
D
Douwe Maan 已提交
216
    fog-core (1.32.1)
217
      builder
218 219
      excon (~> 0.45)
      formatador (~> 0.2)
220
      mime-types
221
      net-scp (~> 1.1)
222
      net-ssh (>= 2.1.3)
223 224 225
    fog-json (1.0.2)
      fog-core (~> 1.0)
      multi_json (~> 1.10)
D
Douwe Maan 已提交
226
    fog-profitbricks (0.0.5)
227 228 229 230 231 232 233 234 235 236
      fog-core
      fog-xml
      nokogiri
    fog-radosgw (0.0.4)
      fog-core (>= 1.21.0)
      fog-json
      fog-xml (>= 0.0.1)
    fog-sakuracloud (1.0.1)
      fog-core
      fog-json
D
Douwe Maan 已提交
237
    fog-softlayer (0.4.7)
238 239 240 241 242 243 244 245 246 247 248 249 250 251
      fog-core
      fog-json
    fog-terremark (0.1.0)
      fog-core
      fog-xml
    fog-vmfusion (0.1.0)
      fission
      fog-core
    fog-voxel (0.1.0)
      fog-core
      fog-xml
    fog-xml (0.1.2)
      fog-core
      nokogiri (~> 1.5, >= 1.5.11)
D
Douwe Maan 已提交
252
    font-awesome-rails (4.4.0.0)
253
      railties (>= 3.2, < 5.0)
D
Douwe Maan 已提交
254 255
    foreman (0.78.0)
      thor (~> 0.19.1)
256
    formatador (0.2.5)
R
Robert Speicher 已提交
257 258 259
    fuubar (2.0.0)
      rspec (~> 3.0)
      ruby-progressbar (~> 1.4)
260
    gemnasium-gitlab-service (0.2.6)
261
      rugged (~> 0.21)
D
Douwe Maan 已提交
262
    gemojione (2.0.1)
263
      json
D
Douwe Maan 已提交
264 265 266
    get_process_mem (0.2.0)
    gherkin-ruby (0.3.2)
    github-markup (1.3.3)
267 268
    gitlab-flowdock-git-hook (1.0.1)
      flowdock (~> 0.7)
269 270
      gitlab-grit (>= 2.4.1)
      multi_json
D
Douwe Maan 已提交
271
    gitlab-grit (2.7.3)
272
      charlock_holmes (~> 0.6)
273 274
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
275
      posix-spawn (~> 0.3)
V
Valery Sizov 已提交
276
    gitlab-linguist (3.0.1)
D
Dmitriy Zaporozhets 已提交
277 278 279
      charlock_holmes (~> 0.6.6)
      escape_utils (~> 0.2.4)
      mime-types (~> 1.19)
R
Robert Schilling 已提交
280
    gitlab_emoji (0.1.1)
281
      gemojione (~> 2.0)
D
Douwe Maan 已提交
282
    gitlab_git (7.2.17)
V
Valery Sizov 已提交
283 284 285 286
      activesupport (~> 4.0)
      charlock_holmes (~> 0.6)
      gitlab-linguist (~> 3.0)
      rugged (~> 0.22.2)
D
Dmitriy Zaporozhets 已提交
287
    gitlab_meta (7.0)
D
Douwe Maan 已提交
288
    gitlab_omniauth-ldap (1.2.1)
289
      net-ldap (~> 0.9)
290 291
      omniauth (~> 1.0)
      pyu-ruby-sasl (~> 0.0.3.1)
292
      rubyntlm (~> 0.3)
D
Douwe Maan 已提交
293
    gollum-grit_adapter (1.0.0)
V
Valery Sizov 已提交
294
      gitlab-grit (~> 2.7, >= 2.7.1)
D
Douwe Maan 已提交
295 296 297
    gollum-lib (4.0.3)
      github-markup (~> 1.3.3)
      gollum-grit_adapter (~> 1.0)
S
Stefan Tatschner 已提交
298
      nokogiri (~> 1.6.4)
S
Stan Hu 已提交
299
      rouge (~> 1.10.1)
300 301
      sanitize (~> 2.1.0)
      stringex (~> 2.5.1)
D
Douwe Maan 已提交
302
    gon (5.0.4)
D
Dmitriy Zaporozhets 已提交
303 304
      actionpack (>= 2.3.0)
      json
J
Jeroen van Baarsen 已提交
305
    grape (0.6.1)
R
Riyad Preukschas 已提交
306
      activesupport
307 308
      builder
      hashie (>= 1.2.0)
R
Riyad Preukschas 已提交
309
      multi_json (>= 1.3.2)
310
      multi_xml (>= 0.5.2)
D
Dmitriy Zaporozhets 已提交
311
      rack (>= 1.3.0)
R
Riyad Preukschas 已提交
312
      rack-accept
313
      rack-mount
J
Jeroen van Baarsen 已提交
314
      virtus (>= 1.0.0)
D
Douwe Maan 已提交
315
    grape-entity (0.4.8)
D
Dmitriy Zaporozhets 已提交
316 317
      activesupport
      multi_json (>= 1.3.2)
D
Douwe Maan 已提交
318 319 320 321 322 323 324 325 326 327 328 329 330
    growl (1.0.3)
    guard (2.13.0)
      formatador (>= 0.2.4)
      listen (>= 2.7, <= 4.0)
      lumberjack (~> 1.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-rspec (4.2.10)
      guard (~> 2.1)
      rspec (>= 2.14, < 4.0)
331
    haml (4.0.7)
332
      tilt
M
Marin Jankovski 已提交
333 334 335
    haml-rails (0.5.3)
      actionpack (>= 4.0.1)
      activesupport (>= 4.0.1)
336
      haml (>= 3.1, < 5.0)
M
Marin Jankovski 已提交
337
      railties (>= 4.0.1)
338
    hashie (2.1.2)
D
Dmitriy Zaporozhets 已提交
339
    highline (1.6.21)
340
    hike (1.2.3)
D
Douwe Maan 已提交
341
    hipchat (1.5.2)
342
      httparty
C
Chulki Lee 已提交
343
      mimemagic
344
    hitimes (1.2.3)
345 346 347
    html-pipeline (1.11.0)
      activesupport (>= 2)
      nokogiri (~> 1.4)
348 349
    http-cookie (1.0.2)
      domain_name (~> 0.5)
350
    http_parser.rb (0.5.3)
D
Douwe Maan 已提交
351
    httparty (0.13.5)
352
      json (~> 1.8)
D
Dmitriy Zaporozhets 已提交
353
      multi_xml (>= 0.5.2)
D
Douwe Maan 已提交
354
    httpclient (2.6.0.1)
R
Robert Speicher 已提交
355
    i18n (0.7.0)
V
Vinnie Okada 已提交
356
    ice_cube (0.11.1)
D
Douwe Maan 已提交
357
    ice_nine (0.11.1)
358 359
    inflecto (0.0.2)
    ipaddress (0.8.0)
R
Robert Speicher 已提交
360
    jquery-atwho-rails (1.0.1)
R
Robert Speicher 已提交
361
    jquery-rails (3.1.3)
362 363
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
364 365
    jquery-scrollto-rails (1.4.3)
      railties (> 3.1, < 5.0)
D
Douwe Maan 已提交
366
    jquery-turbolinks (2.0.2)
367 368
      railties (>= 3.1.0)
      turbolinks
369 370
    jquery-ui-rails (4.2.1)
      railties (>= 3.2.16)
371
    json (1.8.3)
D
Douwe Maan 已提交
372
    jwt (1.5.1)
373
    kaminari (0.16.3)
D
Dmitriy Zaporozhets 已提交
374 375
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
D
Douwe Maan 已提交
376
    kgio (2.9.3)
R
Robert Speicher 已提交
377
    launchy (2.4.3)
R
Riyad Preukschas 已提交
378
      addressable (~> 2.3)
379
    letter_opener (1.1.2)
380
      launchy (~> 2.2)
D
Douwe Maan 已提交
381
    listen (2.10.1)
382
      celluloid (~> 0.16.0)
D
Dmitriy Zaporozhets 已提交
383 384
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
D
Douwe Maan 已提交
385
    lumberjack (1.0.9)
A
Alex Lossent 已提交
386 387
    macaddr (1.7.1)
      systemu (~> 2.6.2)
V
Vinnie Okada 已提交
388 389
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
D
Douwe Maan 已提交
390
    mail_room (0.5.2)
391
    method_source (0.8.2)
392
    mime-types (1.25.1)
C
Chulki Lee 已提交
393
    mimemagic (0.3.0)
394
    mini_portile (0.6.2)
D
Douwe Maan 已提交
395
    minitest (5.7.0)
R
Robert Schilling 已提交
396
    mousetrap-rails (1.4.6)
N
Nikita Verkhovin 已提交
397
    multi_json (1.11.2)
398
    multi_xml (0.5.5)
D
Dmitriy Zaporozhets 已提交
399
    multipart-post (1.2.0)
D
Douwe Maan 已提交
400 401 402
    mysql2 (0.3.20)
    nenv (0.2.0)
    nested_form (0.3.2)
D
Douwe Maan 已提交
403
    net-ldap (0.11)
404
    net-scp (1.2.1)
405
      net-ssh (>= 2.6.5)
406
    net-ssh (2.9.2)
407
    netrc (0.10.3)
J
Jacob Vosmaer 已提交
408 409 410
    newrelic-grape (2.0.0)
      grape
      newrelic_rpm
J
Jacob Vosmaer 已提交
411
    newrelic_rpm (3.9.4.245)
412
    nokogiri (1.6.6.2)
S
Stefan Tatschner 已提交
413
      mini_portile (~> 0.6.0)
D
Douwe Maan 已提交
414 415 416
    notiffany (0.0.7)
      nenv (~> 0.1)
      shellany (~> 0.0)
417
    nprogress-rails (0.1.2.3)
D
Dmitriy Zaporozhets 已提交
418
    oauth (0.4.7)
D
Douwe Maan 已提交
419 420 421 422 423
    oauth2 (1.0.0)
      faraday (>= 0.8, < 0.10)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
D
Dmitriy Zaporozhets 已提交
424
      rack (~> 1.2)
D
Douwe Maan 已提交
425
    octokit (3.7.1)
V
Valery Sizov 已提交
426
      sawyer (~> 0.6.0, >= 0.5.3)
427 428 429
    omniauth (1.2.2)
      hashie (>= 1.2, < 4)
      rack (~> 1.0)
D
Douwe Maan 已提交
430 431 432 433
    omniauth-bitbucket (0.0.2)
      multi_json (~> 1.7)
      omniauth (~> 1.1)
      omniauth-oauth (~> 1.0)
D
Douwe Maan 已提交
434
    omniauth-github (1.1.2)
D
Dmitriy Zaporozhets 已提交
435 436
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
V
Valery Sizov 已提交
437 438 439
    omniauth-gitlab (1.0.0)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
D
Douwe Maan 已提交
440
    omniauth-google-oauth2 (0.2.6)
441 442
      omniauth (> 1.0)
      omniauth-oauth2 (~> 1.1)
V
Valery Sizov 已提交
443 444 445
    omniauth-kerberos (0.2.0)
      omniauth-multipassword
      timfel-krb5-auth (~> 0.8)
D
Douwe Maan 已提交
446
    omniauth-multipassword (0.4.2)
V
Valery Sizov 已提交
447
      omniauth (~> 1.0)
D
Douwe Maan 已提交
448
    omniauth-oauth (1.1.0)
D
Dmitriy Zaporozhets 已提交
449 450
      oauth
      omniauth (~> 1.0)
D
Douwe Maan 已提交
451 452 453
    omniauth-oauth2 (1.3.1)
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
R
Robert Speicher 已提交
454
    omniauth-saml (1.4.1)
A
Alex Lossent 已提交
455
      omniauth (~> 1.1)
R
Robert Speicher 已提交
456
      ruby-saml (~> 1.0.0)
D
Douwe Maan 已提交
457
    omniauth-shibboleth (1.1.2)
458
      omniauth (>= 1.0.0)
459
    omniauth-twitter (1.0.1)
D
Dmitriy Zaporozhets 已提交
460 461
      multi_json (~> 1.3)
      omniauth-oauth (~> 1.0)
V
Valery Sizov 已提交
462 463 464 465
    omniauth_crowd (2.2.3)
      activesupport
      nokogiri (>= 1.4.4)
      omniauth (~> 1.0)
466 467 468 469
    opennebula (4.12.1)
      json
      nokogiri
      rbvmomi
C
Chulki Lee 已提交
470
    org-ruby (0.9.12)
R
Robert Schilling 已提交
471
      rubypants (~> 0.2)
472
    orm_adapter (0.5.0)
D
Douwe Maan 已提交
473 474 475
    paranoia (2.1.3)
      activerecord (~> 4.0)
    parser (2.2.2.6)
476
      ast (>= 1.1, < 3.0)
R
Robert Speicher 已提交
477
    pg (0.18.2)
R
Robert Speicher 已提交
478
    poltergeist (1.6.0)
479 480
      capybara (~> 2.1)
      cliver (~> 0.3.1)
481 482
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
D
Douwe Maan 已提交
483
    posix-spawn (0.3.11)
484
    powerpack (0.0.9)
D
Douwe Maan 已提交
485 486 487
    pry (0.10.1)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
488
      slop (~> 3.4)
D
Douwe Maan 已提交
489
    pry-rails (0.3.4)
490
      pry (>= 0.9.10)
V
Valery Sizov 已提交
491
    pyu-ruby-sasl (0.0.3.3)
D
Douwe Maan 已提交
492
    quiet_assets (1.0.3)
D
Dmitriy Zaporozhets 已提交
493
      railties (>= 3.1, < 5.0)
R
Robert Speicher 已提交
494
    rack (1.5.5)
R
Riyad Preukschas 已提交
495 496
    rack-accept (0.4.5)
      rack (>= 0.4)
497
    rack-attack (4.3.0)
M
Marin Jankovski 已提交
498
      rack
499
    rack-cors (0.2.9)
D
Douwe Maan 已提交
500
    rack-mini-profiler (0.9.7)
R
randx 已提交
501
      rack (>= 1.1.3)
502 503
    rack-mount (0.8.3)
      rack (>= 1.0.0)
D
Douwe Maan 已提交
504
    rack-oauth2 (1.0.10)
V
Valery Sizov 已提交
505 506
      activesupport (>= 2.3)
      attr_required (>= 0.0.5)
D
Douwe Maan 已提交
507
      httpclient (>= 2.4)
V
Valery Sizov 已提交
508 509
      multi_json (>= 1.3.6)
      rack (>= 1.1)
D
Douwe Maan 已提交
510
    rack-protection (1.5.3)
G
gitlabhq 已提交
511
      rack
V
Vinnie Okada 已提交
512
    rack-test (0.6.3)
G
gitlabhq 已提交
513
      rack (>= 1.0)
D
Douwe Maan 已提交
514 515 516 517 518 519 520
    rails (4.1.12)
      actionmailer (= 4.1.12)
      actionpack (= 4.1.12)
      actionview (= 4.1.12)
      activemodel (= 4.1.12)
      activerecord (= 4.1.12)
      activesupport (= 4.1.12)
521
      bundler (>= 1.3.0, < 2.0)
D
Douwe Maan 已提交
522
      railties (= 4.1.12)
M
Marin Jankovski 已提交
523
      sprockets-rails (~> 2.0)
J
Jeremy 已提交
524 525
    rails-observers (0.1.2)
      activemodel (~> 4.0)
D
Douwe Maan 已提交
526 527 528
    railties (4.1.12)
      actionpack (= 4.1.12)
      activesupport (= 4.1.12)
G
gitlabhq 已提交
529
      rake (>= 0.8.7)
530
      thor (>= 0.18.1, < 2.0)
531
    rainbow (2.0.0)
D
Douwe Maan 已提交
532
    raindrops (0.15.0)
V
Vinnie Okada 已提交
533
    rake (10.4.2)
534
    raphael-rails (2.1.2)
D
Douwe Maan 已提交
535
    rb-fsevent (0.9.5)
536
    rb-inotify (0.9.5)
537
      ffi (>= 0.5.0)
538 539 540 541
    rbvmomi (1.8.2)
      builder
      nokogiri (>= 1.4.1)
      trollop
D
Dmitriy Zaporozhets 已提交
542
    rdoc (3.12.2)
543
      json (~> 1.4)
R
Robert Speicher 已提交
544
    redcarpet (3.3.2)
545
    redis (3.2.1)
546 547 548 549
    redis-actionpack (4.0.0)
      actionpack (~> 4)
      redis-rack (~> 1.5.0)
      redis-store (~> 1.1.0)
D
Douwe Maan 已提交
550
    redis-activesupport (4.1.1)
551 552
      activesupport (~> 4)
      redis-store (~> 1.1.0)
D
Douwe Maan 已提交
553
    redis-namespace (1.5.2)
J
Jacob Vosmaer 已提交
554
      redis (~> 3.0, >= 3.0.4)
555 556 557 558 559 560
    redis-rack (1.5.0)
      rack (~> 1.5)
      redis-store (~> 1.1.0)
    redis-rails (4.0.0)
      redis-actionpack (~> 4)
      redis-activesupport (~> 4)
561
      redis-store (~> 1.1.0)
562
    redis-store (1.1.6)
563
      redis (>= 2.2)
D
Douwe Maan 已提交
564
    request_store (1.2.0)
565 566
    rerun (0.10.0)
      listen (~> 2.7, >= 2.7.3)
R
Robert Speicher 已提交
567 568
    responders (1.1.2)
      railties (>= 3.2, < 4.2)
569 570 571 572
    rest-client (1.8.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 3.0)
      netrc (~> 0.7)
V
Valery Sizov 已提交
573
    rinku (1.7.3)
574
    rotp (2.1.1)
S
Stan Hu 已提交
575
    rouge (1.10.1)
D
Douwe Maan 已提交
576 577
    rqrcode (0.7.0)
      chunky_png
578 579
    rqrcode-rails3 (0.1.7)
      rqrcode (>= 0.4.2)
R
Robert Speicher 已提交
580 581 582 583
    rspec (3.3.0)
      rspec-core (~> 3.3.0)
      rspec-expectations (~> 3.3.0)
      rspec-mocks (~> 3.3.0)
D
Douwe Maan 已提交
584
    rspec-core (3.3.2)
R
Robert Speicher 已提交
585
      rspec-support (~> 3.3.0)
D
Douwe Maan 已提交
586
    rspec-expectations (3.3.1)
587
      diff-lcs (>= 1.2.0, < 2.0)
R
Robert Speicher 已提交
588
      rspec-support (~> 3.3.0)
D
Douwe Maan 已提交
589
    rspec-mocks (3.3.2)
R
Robert Speicher 已提交
590 591
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.3.0)
D
Douwe Maan 已提交
592
    rspec-rails (3.3.3)
R
Robert Speicher 已提交
593 594 595 596 597 598 599 600
      actionpack (>= 3.0, < 4.3)
      activesupport (>= 3.0, < 4.3)
      railties (>= 3.0, < 4.3)
      rspec-core (~> 3.3.0)
      rspec-expectations (~> 3.3.0)
      rspec-mocks (~> 3.3.0)
      rspec-support (~> 3.3.0)
    rspec-support (3.3.0)
601 602 603 604 605 606
    rubocop (0.28.0)
      astrolabe (~> 1.3)
      parser (>= 2.2.0.pre.7, < 3.0)
      powerpack (~> 0.0.6)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.4)
J
Jared Szechy 已提交
607
    ruby-fogbugz (0.2.1)
J
Jared Szechy 已提交
608
      crack (~> 0.4)
D
Douwe Maan 已提交
609
    ruby-progressbar (1.7.5)
R
Robert Speicher 已提交
610 611
    ruby-saml (1.0.0)
      nokogiri (>= 1.5.10)
A
Alex Lossent 已提交
612
      uuid (~> 2.3)
D
Douwe Maan 已提交
613
    ruby2ruby (2.1.4)
D
Dmitriy Zaporozhets 已提交
614 615
      ruby_parser (~> 3.1)
      sexp_processor (~> 4.0)
D
Dmitriy Zaporozhets 已提交
616
    ruby_parser (3.5.0)
D
Dmitriy Zaporozhets 已提交
617
      sexp_processor (~> 4.1)
D
Douwe Maan 已提交
618
    rubyntlm (0.5.2)
619
    rubypants (0.2.0)
J
Jeroen van Baarsen 已提交
620
    rugged (0.22.2)
621
    safe_yaml (1.0.4)
622
    sanitize (2.1.0)
623
      nokogiri (>= 1.4.4)
624
    sass (3.2.19)
625
    sass-rails (4.0.5)
626
      railties (>= 4.0.0, < 5.0)
627 628
      sass (~> 3.2.2)
      sprockets (~> 2.8, < 3.0)
629
      sprockets-rails (~> 2.0)
V
Valery Sizov 已提交
630 631 632
    sawyer (0.6.0)
      addressable (~> 2.3.5)
      faraday (~> 0.8, < 0.10)
633 634 635
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
R
Robert Speicher 已提交
636 637 638
    seed-fu (2.3.5)
      activerecord (>= 3.1, < 4.3)
      activesupport (>= 3.1, < 4.3)
R
Robert Speicher 已提交
639
    select2-rails (3.5.9.3)
D
Dmitriy Zaporozhets 已提交
640
      thor (~> 0.14)
641
    settingslogic (2.0.9)
D
Douwe Maan 已提交
642
    sexp_processor (4.6.0)
J
Jared Szechy 已提交
643 644
    sham_rack (1.3.6)
      rack
D
Douwe Maan 已提交
645
    shellany (0.0.1)
646
    shoulda-matchers (2.8.0)
A
Andrey Vakarev 已提交
647
      activesupport (>= 3.0.0)
648 649 650 651 652 653
    sidekiq (3.3.0)
      celluloid (>= 0.16.0)
      connection_pool (>= 2.0.0)
      json
      redis (>= 3.0.6)
      redis-namespace (>= 1.3.1)
V
Vinnie Okada 已提交
654 655 656 657
    sidetiq (0.6.3)
      celluloid (>= 0.14.1)
      ice_cube (= 0.11.1)
      sidekiq (>= 3.0.0)
658
    simple_oauth (0.1.9)
659
    simplecov (0.10.0)
660
      docile (~> 1.1.0)
661 662 663
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
D
Douwe Maan 已提交
664
    sinatra (1.4.6)
665
      rack (~> 1.4)
666
      rack-protection (~> 1.4)
D
Douwe Maan 已提交
667
      tilt (>= 1.3, < 3)
G
gitlabhq 已提交
668
    six (0.2.0)
669
    slack-notifier (1.0.0)
D
Douwe Maan 已提交
670
    slim (2.0.3)
671 672
      temple (~> 0.6.6)
      tilt (>= 1.3.3, < 2.1)
673
    slop (3.6.0)
D
Douwe Maan 已提交
674 675 676 677
    spinach (0.8.10)
      colorize
      gherkin-ruby (>= 0.3.2)
      json
D
Dmitriy Zaporozhets 已提交
678 679
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
N
Nihad Abbasov 已提交
680 681
      railties (>= 3)
      spinach (>= 0.4)
R
Robert Speicher 已提交
682
    spring (1.3.6)
J
Jeroen van Baarsen 已提交
683
    spring-commands-rspec (1.0.4)
J
Jeroen van Baarsen 已提交
684 685 686
      spring (>= 0.9.1)
    spring-commands-spinach (1.0.0)
      spring (>= 0.9.1)
687 688
    spring-commands-teaspoon (0.0.2)
      spring (>= 0.9.1)
689
    sprockets (2.12.4)
G
gitlabhq 已提交
690
      hike (~> 1.2)
D
Dmitriy Zaporozhets 已提交
691
      multi_json (~> 1.0)
G
gitlabhq 已提交
692 693
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
694
    sprockets-rails (2.3.2)
695 696
      actionpack (>= 3.0)
      activesupport (>= 3.0)
V
Vinnie Okada 已提交
697
      sprockets (>= 2.8, < 4.0)
D
Dmitriy Zaporozhets 已提交
698
    stamp (0.5.0)
D
Dmitriy Zaporozhets 已提交
699
    state_machine (1.2.0)
S
Stefan Tatschner 已提交
700
    stringex (2.5.2)
A
Alex Lossent 已提交
701
    systemu (2.6.5)
R
Robert Speicher 已提交
702 703
    task_list (1.0.2)
      html-pipeline
704 705 706 707
    teaspoon (1.0.2)
      railties (>= 3.2.5, < 5)
    teaspoon-jasmine (2.2.0)
      teaspoon (>= 1.0.0)
D
Douwe Maan 已提交
708
    temple (0.6.10)
709 710
    term-ansicolor (1.3.2)
      tins (~> 1.0)
D
Douwe Maan 已提交
711 712 713 714 715 716 717
    terminal-table (1.5.2)
    test_after_commit (0.2.7)
      activerecord (>= 3.2)
    thin (1.6.3)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0)
      rack (~> 1.0)
718
    thor (0.19.1)
719
    thread_safe (0.3.5)
720
    tilt (1.4.1)
721
    timers (4.0.4)
V
Vinnie Okada 已提交
722
      hitimes
723
    timfel-krb5-auth (0.8.3)
D
Douwe Maan 已提交
724
    tinder (1.9.4)
725
      eventmachine (~> 1.0)
D
Douwe Maan 已提交
726
      faraday (~> 0.8.9)
727
      faraday_middleware (~> 0.9)
728 729
      hashie (>= 1.0, < 3)
      json (~> 1.8.0)
730
      mime-types (~> 1.19)
731
      multi_json (~> 1.7)
732
      twitter-stream (~> 0.1)
D
Douwe Maan 已提交
733
    tins (1.6.0)
734
    trollop (2.1.2)
R
Robert Speicher 已提交
735
    turbolinks (2.5.3)
736
      coffee-rails
737 738 739 740
    twitter-stream (0.1.16)
      eventmachine (>= 0.12.8)
      http_parser.rb (~> 0.5.1)
      simple_oauth (~> 0.1.4)
D
Dmitriy Zaporozhets 已提交
741
    tzinfo (1.2.2)
M
Marin Jankovski 已提交
742
      thread_safe (~> 0.1)
D
Douwe Maan 已提交
743
    uglifier (2.3.3)
G
gitlabhq 已提交
744
      execjs (>= 0.3.0)
745
      json (>= 1.8.0)
746
    underscore-rails (1.4.4)
747 748
    unf (0.1.4)
      unf_ext
749
    unf_ext (0.0.7.1)
D
Douwe Maan 已提交
750
    unicorn (4.8.3)
751 752 753
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
D
Douwe Maan 已提交
754 755
    unicorn-worker-killer (0.4.3)
      get_process_mem (~> 0)
756
      unicorn (~> 4)
R
Robert Speicher 已提交
757
    uuid (2.3.8)
A
Alex Lossent 已提交
758
      macaddr (~> 1.0)
759
    version_sorter (2.0.0)
D
Douwe Maan 已提交
760 761
    virtus (1.0.5)
      axiom-types (~> 0.1)
762
      coercible (~> 1.0)
D
Douwe Maan 已提交
763 764
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
D
Dmitriy Zaporozhets 已提交
765
    warden (1.2.3)
G
gitlabhq 已提交
766
      rack (>= 1.0)
767 768
    webmock (1.21.0)
      addressable (>= 2.3.6)
D
Dmitriy Zaporozhets 已提交
769
      crack (>= 0.3.2)
D
Douwe Maan 已提交
770
    websocket-driver (0.6.2)
R
Robert Speicher 已提交
771 772
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
D
Douwe Maan 已提交
773 774 775
    whenever (0.8.4)
      activesupport (>= 2.3.4)
      chronic (>= 0.6.3)
V
Valery Sizov 已提交
776
    wikicloth (0.8.1)
R
Robert Schilling 已提交
777 778
      builder
      expression_parser
V
Valery Sizov 已提交
779
      rinku
780
    xpath (2.0.0)
G
gitlabhq 已提交
781 782 783 784 785 786
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
D
Douwe Maan 已提交
787 788 789 790
  RedCloth (~> 4.2.9)
  ace-rails-ap (~> 2.0.1)
  activerecord-deprecated_finders (~> 1.0.3)
  activerecord-session_store (~> 0.1.0)
N
Nihad Abbasov 已提交
791
  acts-as-taggable-on (~> 3.4)
D
Douwe Maan 已提交
792
  addressable (~> 2.3.8)
793
  after_commit_queue
D
Douwe Maan 已提交
794
  annotate (~> 2.6.0)
J
Jeremy 已提交
795
  asana (~> 0.0.6)
796
  asciidoctor (~> 1.5.2)
D
Douwe Maan 已提交
797 798
  attr_encrypted (~> 1.3.4)
  awesome_print (~> 1.2.0)
799
  benchmark-ips
D
Douwe Maan 已提交
800 801
  better_errors (~> 1.0.1)
  binding_of_caller (~> 0.7.2)
D
Dmitriy Zaporozhets 已提交
802
  bootstrap-sass (~> 3.0)
D
Dmitriy Zaporozhets 已提交
803
  brakeman (= 3.0.1)
804
  browser (~> 1.0.0)
D
Douwe Maan 已提交
805
  byebug
806
  cal-heatmap-rails (~> 0.0.1)
R
Robert Speicher 已提交
807
  capybara (~> 2.4.0)
R
Robert Speicher 已提交
808
  capybara-screenshot (~> 1.0.0)
D
Douwe Maan 已提交
809 810 811 812
  carrierwave (~> 0.9.0)
  charlock_holmes (~> 0.6.9.4)
  coffee-rails (~> 4.1.0)
  colored (~> 1.2)
D
Dmitriy Zaporozhets 已提交
813
  colorize (~> 0.5.8)
814
  coveralls (~> 0.8.2)
R
Robert Schilling 已提交
815
  creole (~> 0.3.6)
R
Robert Speicher 已提交
816
  d3_rails (~> 3.5.5)
817
  database_cleaner (~> 1.4.0)
D
Dmitriy Zaporozhets 已提交
818
  default_value_for (~> 3.0.0)
R
Robert Speicher 已提交
819
  devise (~> 3.5.2)
D
Douwe Maan 已提交
820
  devise-async (~> 0.9.0)
821
  devise-two-factor (~> 2.0.0)
S
skv-headless 已提交
822
  diffy (~> 3.0.3)
D
Douwe Maan 已提交
823 824 825
  doorkeeper (~> 2.1.3)
  dropzonejs-rails (~> 0.7.1)
  email_reply_parser (~> 0.5.8)
R
Robert Speicher 已提交
826
  email_spec (~> 1.6.0)
D
Douwe Maan 已提交
827 828
  enumerize (~> 0.7.0)
  factory_girl_rails (~> 4.3.0)
R
Robert Speicher 已提交
829
  ffaker (~> 2.0.0)
830
  fog (~> 1.25.0)
S
Sullivan SENECHAL 已提交
831
  font-awesome-rails (~> 4.2)
D
Dmitriy Zaporozhets 已提交
832
  foreman
R
Robert Speicher 已提交
833
  fuubar (~> 2.0.0)
834
  gemnasium-gitlab-service (~> 0.2)
D
Douwe Maan 已提交
835
  github-markup (~> 1.3.1)
836
  gitlab-flowdock-git-hook (~> 1.0.1)
V
Valery Sizov 已提交
837
  gitlab-linguist (~> 3.0.1)
838
  gitlab_emoji (~> 0.1)
D
Douwe Maan 已提交
839
  gitlab_git (~> 7.2.17)
D
Dmitriy Zaporozhets 已提交
840
  gitlab_meta (= 7.0)
D
Douwe Maan 已提交
841
  gitlab_omniauth-ldap (~> 1.2.1)
V
Valery Sizov 已提交
842
  gollum-lib (~> 4.0.2)
D
Dmitriy Zaporozhets 已提交
843
  gon (~> 5.0.0)
J
Jeroen van Baarsen 已提交
844
  grape (~> 0.6.1)
D
Dmitriy Zaporozhets 已提交
845
  grape-entity (~> 0.4.2)
D
Douwe Maan 已提交
846 847 848
  growl
  guard-rspec (~> 4.2.0)
  haml-rails (~> 0.5.3)
C
Chulki Lee 已提交
849
  hipchat (~> 1.5.0)
850
  html-pipeline (~> 1.11.0)
D
Douwe Maan 已提交
851
  httparty (~> 0.13.3)
R
Robert Speicher 已提交
852
  jquery-atwho-rails (~> 1.0.0)
D
Douwe Maan 已提交
853 854 855 856
  jquery-rails (~> 3.1.3)
  jquery-scrollto-rails (~> 1.4.3)
  jquery-turbolinks (~> 2.0.1)
  jquery-ui-rails (~> 4.2.1)
857
  kaminari (~> 0.16.3)
D
Douwe Maan 已提交
858
  letter_opener (~> 1.1.2)
D
Douwe Maan 已提交
859
  mail_room (~> 0.5.2)
D
Douwe Maan 已提交
860 861 862 863
  minitest (~> 5.7.0)
  mousetrap-rails (~> 1.4.6)
  mysql2 (~> 0.3.16)
  nested_form (~> 0.3.2)
J
Jacob Vosmaer 已提交
864
  newrelic-grape
D
Douwe Maan 已提交
865 866 867 868
  newrelic_rpm (~> 3.9.4.245)
  nprogress-rails (~> 0.1.2.3)
  oauth2 (~> 1.0.0)
  octokit (~> 3.7.0)
869
  omniauth (~> 1.2.2)
D
Douwe Maan 已提交
870 871 872 873 874
  omniauth-bitbucket (~> 0.0.2)
  omniauth-github (~> 1.1.1)
  omniauth-gitlab (~> 1.0.0)
  omniauth-google-oauth2 (~> 0.2.5)
  omniauth-kerberos (~> 0.2.0)
R
Robert Speicher 已提交
875
  omniauth-saml (~> 1.4.0)
D
Douwe Maan 已提交
876 877
  omniauth-shibboleth (~> 1.1.1)
  omniauth-twitter (~> 1.0.1)
V
Valery Sizov 已提交
878
  omniauth_crowd
D
Douwe Maan 已提交
879 880 881
  org-ruby (~> 0.9.12)
  paranoia (~> 2.0)
  pg (~> 0.18.2)
R
Robert Speicher 已提交
882
  poltergeist (~> 1.6.0)
883
  pry-rails
D
Douwe Maan 已提交
884
  quiet_assets (~> 1.0.2)
885
  rack-attack (~> 4.3.0)
D
Douwe Maan 已提交
886 887
  rack-cors (~> 0.2.9)
  rack-mini-profiler (~> 0.9.0)
V
Valery Sizov 已提交
888
  rack-oauth2 (~> 1.0.5)
D
Douwe Maan 已提交
889
  rails (= 4.1.12)
890
  raphael-rails (~> 2.1.2)
D
Douwe Maan 已提交
891 892
  rb-fsevent
  rb-inotify
R
Robert Schilling 已提交
893
  rdoc (~> 3.6)
R
Robert Speicher 已提交
894
  redcarpet (~> 3.3.2)
D
Douwe Maan 已提交
895 896
  redis-rails (~> 4.0.0)
  request_store (~> 1.2.0)
897
  rerun (~> 0.10.0)
D
Douwe Maan 已提交
898
  rqrcode-rails3 (~> 0.1.7)
R
Robert Speicher 已提交
899
  rspec-rails (~> 3.3.0)
D
Dmitriy Zaporozhets 已提交
900
  rubocop (~> 0.28.0)
J
Jared Szechy 已提交
901
  ruby-fogbugz (~> 0.2.1)
902
  sanitize (~> 2.0)
903
  sass-rails (~> 4.0.5)
D
Douwe Maan 已提交
904 905
  sdoc (~> 0.3.20)
  seed-fu (~> 2.3.5)
R
Robert Speicher 已提交
906
  select2-rails (~> 3.5.9)
D
Douwe Maan 已提交
907
  settingslogic (~> 2.0.9)
J
Jared Szechy 已提交
908
  sham_rack
909
  shoulda-matchers (~> 2.8.0)
910
  sidekiq (= 3.3.0)
D
Douwe Maan 已提交
911 912 913 914
  sidetiq (~> 0.6.3)
  simplecov (~> 0.10.0)
  sinatra (~> 1.4.4)
  six (~> 0.2.0)
915
  slack-notifier (~> 1.0.0)
D
Douwe Maan 已提交
916 917 918 919
  slim (~> 2.0.2)
  spinach-rails (~> 0.2.1)
  spring (~> 1.3.6)
  spring-commands-rspec (~> 1.0.4)
920 921
  spring-commands-spinach (~> 1.0.0)
  spring-commands-teaspoon (~> 0.0.2)
922
  sprockets (~> 2.12.3)
D
Douwe Maan 已提交
923 924 925
  stamp (~> 0.5.0)
  state_machine (~> 1.2.0)
  task_list (~> 1.0.2)
926
  teaspoon (~> 1.0.0)
D
Douwe Maan 已提交
927 928 929
  teaspoon-jasmine (~> 2.2.0)
  test_after_commit (~> 0.2.2)
  thin (~> 1.6.1)
930
  tinder (~> 1.9.2)
R
Robert Speicher 已提交
931
  turbolinks (~> 2.5.0)
D
Douwe Maan 已提交
932
  uglifier (~> 2.3.2)
933
  underscore-rails (~> 1.4.4)
D
Douwe Maan 已提交
934 935 936 937 938
  unf (~> 0.1.4)
  unicorn (~> 4.8.2)
  unicorn-worker-killer (~> 0.4.2)
  version_sorter (~> 2.0.0)
  virtus (~> 1.0.1)
939
  webmock (~> 1.21.0)
D
Douwe Maan 已提交
940
  whenever (~> 0.8.4)
V
Valery Sizov 已提交
941
  wikicloth (= 0.8.1)
D
Douwe Maan 已提交
942 943 944

BUNDLED WITH
   1.10.6