Skip to content

Commit

Permalink
updated Sass to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Jul 2, 2013
1 parent 1bcfe84 commit dbdf64e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ group :development do
gem 'RedCloth', '~> 4.2.9' gem 'RedCloth', '~> 4.2.9'
gem 'haml', '~> 3.1.7' gem 'haml', '~> 3.1.7'
gem 'compass', '~> 0.12.2' gem 'compass', '~> 0.12.2'
gem 'sass', '~> 3.2'
gem 'sass-globbing', '~> 1.0.0' gem 'sass-globbing', '~> 1.0.0'
gem 'rubypants', '~> 0.2.0' gem 'rubypants', '~> 0.2.0'
gem 'rb-fsevent', '~> 0.9' gem 'rb-fsevent', '~> 0.9'
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ GEM
rack rack
rake (0.9.2.2) rake (0.9.2.2)
rb-fsevent (0.9.1) rb-fsevent (0.9.1)
rdiscount (1.6.8) rdiscount (2.0.7.3)
rubypants (0.2.0) rubypants (0.2.0)
sass (3.1.20) sass (3.2.9)
sass-globbing (1.0.0) sass-globbing (1.0.0)
sass (>= 3.1) sass (>= 3.1)
sinatra (1.4.2) sinatra (1.4.2)
Expand All @@ -59,8 +59,9 @@ DEPENDENCIES
pygments.rb (~> 0.3.4) pygments.rb (~> 0.3.4)
rake (~> 0.9) rake (~> 0.9)
rb-fsevent (~> 0.9) rb-fsevent (~> 0.9)
rdiscount (~> 1.6.8) rdiscount (~> 2.0.7)
rubypants (~> 0.2.0) rubypants (~> 0.2.0)
sass (~> 3.2)
sass-globbing (~> 1.0.0) sass-globbing (~> 1.0.0)
sinatra (~> 1.4.2) sinatra (~> 1.4.2)
stringex (~> 1.4.0) stringex (~> 1.4.0)

0 comments on commit dbdf64e

Please sign in to comment.