Skip to content

Commit

Permalink
Sass should now be required explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee daniells committed Aug 28, 2011
1 parent cef03e5 commit 260f372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,6 +2,7 @@ source 'http://rubygems.org'

gem 'sinatra'
gem 'haml'
gem 'sass'

group :development do
gem 'sinatra-reloader'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -41,6 +41,7 @@ GEM
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
rubyzip (0.9.4)
sass (3.1.3)
selenium-webdriver (2.5.0)
childprocess (>= 0.2.1)
ffi (>= 1.0.7)
Expand Down Expand Up @@ -72,5 +73,6 @@ DEPENDENCIES
cucumber
haml
rspec
sass
sinatra
sinatra-reloader

0 comments on commit 260f372

Please sign in to comment.