compass/doc-src/Gemfile
2010-04-20 11:16:43 -07:00

19 lines
478 B
Ruby

source :gemcutter
# We can switch nanoc to a normal gem when 3.1.3 is released.
gem 'nanoc3', :require => false, :git => "git@github.com:chriseppstein/nanoc.git", :branch => "3.1.x"
gem 'rdiscount'
gem 'thor'
gem 'rack'
gem 'mime-types'
gem 'fssm'
gem 'serve'
gem 'nokogiri'
gem 'coderay'
gem 'haml', ">=3.0.0.beta.3", :require => 'sass'
gem 'rake'
gem 'compass', :path => File.dirname(__FILE__) + "/../.."
gem 'compass-susy-plugin', "0.7.0.pre8"
gem 'css-slideshow', "0.2.0"