Skip to content

Commit

Permalink
Resolved Sass to just Sass, not a certain version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstac committed Dec 6, 2012
1 parent 47f4c18 commit 6220864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source :rubygems

gem 'serve'
gem 'haml'
gem 'sass', '~> 3.2.0.alpha.247'
gem 'sass'
gem 'compass'
gem 'maruku'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ DEPENDENCIES
haml
heroku
maruku
sass (~> 3.2.0.alpha.247)
sass
serve

0 comments on commit 6220864

Please sign in to comment.