Gemfile.lock 674 Bytes
Newer Older
1 2 3 4 5 6 7 8
GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.3.5)
    bourbon (3.1.8)
      sass (>= 3.2.0)
      thor
    colorize (0.5.8)
9
    dalli (2.6.4)
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
    ffi (1.9.0)
    launchy (2.1.2)
      addressable (~> 2.3)
    neat (1.4.0)
      bourbon (>= 2.1)
      sass (>= 3.2)
    rake (10.0.4)
    rb-fsevent (0.9.3)
    rb-inotify (0.9.2)
      ffi (>= 0.5.0)
    sass (3.2.12)
    sys-proctable (0.9.3)
    thor (0.18.1)

PLATFORMS
  ruby

DEPENDENCIES
  bourbon (~> 3.1.8)
  colorize (~> 0.5.8)
30
  dalli (~> 2.6.4)
31 32 33 34 35 36 37
  launchy (~> 2.1.2)
  neat (~> 1.4.0)
  rake (~> 10.0.3)
  rb-fsevent (~> 0.9.3)
  rb-inotify (~> 0.9)
  sass (= 3.2.12)
  sys-proctable (~> 0.9.3)