Sha256: 8ab17a73f023308aaa6f5b9a4645f03f20df7350a7194a407990a0a5f07768e1

Contents?: true

Size: 563 Bytes

Versions: 4

Compression:

Stored size: 563 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'

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
compass-aurora-3.0.0 templates/shared/Gemfile.txt
compass-aurora-3.0.0.alpha.3 templates/shared/Gemfile.txt
compass-aurora-3.0.0.alpha.2 templates/shared/Gemfile.txt
compass-aurora-3.0.0.alpha.1 templates/shared/Gemfile.txt