Gemfile 468 Bytes
Newer Older
1
source 'https://rubygems.org'
2
gem 'rake', '~> 10.0.3'
3
gem 'sass', '3.3.5'
4
gem 'bourbon', '~> 4.0.2'
5
gem 'neat', '~> 1.6.0'
6 7
gem 'colorize', '~> 0.5.8'
gem 'launchy', '~> 2.1.2'
8
gem 'sys-proctable', '~> 0.9.3'
9
gem 'dalli', '~> 2.6.4'
10 11 12
# These gems aren't actually required; they are used by Linux and Mac to
# detect when files change. If these gems are not installed, the system
# will fall back to polling files.
13 14
gem 'rb-inotify', '~> 0.9'
gem 'rb-fsevent', '~> 0.9.3'