Skip to content

Commit 2ebc564

Browse files
committed
Depend on edge version of sass-rails
1 parent fb44101 commit 2ebc564

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source 'http://rubygems.org'
1010
# Gems used only for assets and not required
1111
# in production environments by default.
1212
group :assets do
13-
gem 'sass-rails'
13+
gem 'sass-rails', :git => 'git://github.com/rails/sass-rails'
1414
gem 'coffee-rails', :git => 'git://github.com/rails/coffee-rails'
1515
gem 'uglifier'
1616
end

0 commit comments

Comments
 (0)