Gemfile.lock 633 Bytes
Newer Older
1 2 3 4
GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.3.5)
5 6
    bourbon (4.0.2)
      sass (~> 3.3)
7 8
      thor
    colorize (0.5.8)
9
    dalli (2.6.4)
10 11 12
    ffi (1.9.0)
    launchy (2.1.2)
      addressable (~> 2.3)
13 14 15
    neat (1.6.0)
      bourbon (>= 3.1)
      sass (>= 3.3)
16 17 18
    rb-fsevent (0.9.3)
    rb-inotify (0.9.2)
      ffi (>= 0.5.0)
19
    sass (3.3.5)
20
    sys-proctable (0.9.3)
21
    thor (0.19.1)
22 23 24 25 26

PLATFORMS
  ruby

DEPENDENCIES
27
  bourbon (~> 4.0.2)
28
  colorize (~> 0.5.8)
29
  dalli (~> 2.6.4)
30
  launchy (~> 2.1.2)
31
  neat (~> 1.6.0)
32 33
  rb-fsevent (~> 0.9.3)
  rb-inotify (~> 0.9)
34
  sass (= 3.3.5)
35
  sys-proctable (~> 0.9.3)