Sha256: d23bb3b7f0562eb63efe7e025bc5b294f3eb85d772fe4efdcd98917d979e59bf

Contents?: true

Size: 583 Bytes

Versions: 5

Compression:

Stored size: 583 Bytes

Contents

# 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`.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
compass-aurora-os-0.2.3 templates/shared/Gemfile.txt
compass-aurora-os-0.2.2 templates/shared/Gemfile.txt
compass-aurora-os-0.2.1 templates/shared/Gemfile.txt
compass-aurora-os-0.2.0 templates/shared/Gemfile.txt
compass-aurora-os-0.1.0 templates/shared/Gemfile.txt