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

PLATFORMS
  ruby

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

BUNDLED WITH
   1.10.6