Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix assets precompiling. issue ari#341.
It's due to a regression in rails-sass 3.1.6. Let's use rails-sass 3.15 until 3.1.6 is stable.
rails/sass-rails#100
  • Loading branch information
liufengyun committed Apr 16, 2012
1 parent 42f612e commit eff82f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -24,7 +24,7 @@ gem 'closure-compiler'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails'
gem 'sass-rails', '3.1.5'
gem 'bootstrap-sass'
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -156,7 +156,7 @@ GEM
rufus-scheduler (2.0.16)
tzinfo (>= 0.3.23)
sass (3.1.15)
sass-rails (3.1.6)
sass-rails (3.1.5)
actionpack (~> 3.1.0)
railties (~> 3.1.0)
sass (>= 3.1.10)
Expand Down Expand Up @@ -236,7 +236,7 @@ DEPENDENCIES
rspec-rails
ruby-prof
rufus-scheduler
sass-rails
sass-rails (= 3.1.5)
shoulda
simplecov
spork
Expand Down

0 comments on commit eff82f6

Please sign in to comment.