# Pull gems from RubyGems
source 'https://rubygems.org'

gem 'breakpoint',     '2.5.0'
gem 'compass',        '1.0.1'
gem 'sass',           '3.4.1'
gem 'singularitygs',  '1.6.2'
gem 'scss_lint',      '0.38.0'


# Now that you're using Bundler, you need to run `bundle exec compass watch` instead of simply `compass watch`.