Sha256: 279a3ed2d8b221ec25735a09b80a24bb96edb776898211a5cea0456eefe1f58f
Contents?: true
Size: 591 Bytes
Versions: 7
Compression:
Stored size: 591 Bytes
Contents
# Pull gems from RubyGems source 'https://rubygems.org' # ~> Refers to all versions of the given gem on the current full version number, so it will be able to use any version of Compass Aurora until Compass Aurora 4.x.x. For a specific version of a gem, remove the ~> gem 'compass-aurora', '~>3.0.0' gem 'toolkit', '~>1.0.0' gem 'singularitygs', '~>1.0.7' gem 'breakpoint', '~>2.0.2' gem 'sassy-buttons', '~>0.1.4' gem 'compass-normalize', '~>1.4.3' 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`.
Version data entries
7 entries across 7 versions & 1 rubygems