File: Gemfile

package info (click to toggle)
compass-toolkit-plugin 2.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 520 kB
  • sloc: ruby: 63; javascript: 49; makefile: 2; sh: 1
file content (11 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# Pull gems from RubyGems
source 'https://rubygems.org'

gem 'sass',               "~>3.3"
gem 'compass',            "~> 1.0"

group :test do
  gem 'rake'
  gem "diffy", "~> 3.0.1"
  gem "colorize", "~> 0.6.0"
end