Skip to content

Commit

Permalink
Bump sass-rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartl committed Mar 9, 2012
1 parent b7aa0e4 commit 50f8cad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -15,7 +15,7 @@ end
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '3.2.3'
gem 'sass-rails', '3.2.4'
gem 'coffee-rails', '3.2.2'
gem 'uglifier', '1.2.3'
end
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -118,8 +118,8 @@ GEM
rspec (~> 2.8.0)
rubyzip (0.9.6.1)
sass (3.1.15)
sass-rails (3.2.3)
railties (~> 3.2.0.beta)
sass-rails (3.2.4)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
selenium-webdriver (2.20.0)
Expand Down Expand Up @@ -161,7 +161,7 @@ DEPENDENCIES
pg (= 0.12.2)
rails (= 3.2.2)
rspec-rails (= 2.8.1)
sass-rails (= 3.2.3)
sass-rails (= 3.2.4)
spork (= 0.9.0)
sqlite3 (= 1.3.5)
uglifier (= 1.2.3)
Expand Down

0 comments on commit 50f8cad

Please sign in to comment.