Skip to content

Commit

Permalink
Update recipes/compass.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Mar 14, 2012
1 parent 705e6d6 commit d914385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/compass.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if config['compass']
gem 'compass', :version => '~> 0.12', :group => [:assets]
gem 'compass', :version => '~> 0.12.1', :group => [:assets]
gem 'compass-rails', :version => '~> 1.0.0', :group => [:assets]
after_bundler do
remove_file 'app/assets/stylesheets/application.css'
Expand Down

0 comments on commit d914385

Please sign in to comment.