# Pull gems from RubyGems source 'https://rubygems.org' # We declare depdendencies at less than their next full version to ensure # we don't get any breaking changes. gem 'compass-aurora-os', '<1.0.0' gem 'toolkit', '<2.0.0' gem 'singularitygs', '<2.0.0' # breakpoint 2.2.0 introduces a compass 0.13.alpha dependency, which # we dont want right now. gem 'breakpoint', '<2.2.0' gem 'sassy-buttons', '<1.0.0' gem 'compass-normalize', '<2.0.0' gem 'css_parser', '~>1.3.4' # Now that you're using Bundler, you need to run `bundle exec compass watch` instead of simply `compass watch`.