diff options
author | Brandon Mathis <brandon@imathis.com> | 2013-07-01 22:14:46 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2013-07-01 22:15:26 -0500 |
commit | dbdf64e4dfcb71f110ad9aac6c6f8726f82e9faa (patch) | |
tree | 8dea497467a098c14348e951381f4a3141e146e5 /Gemfile | |
parent | 1bcfe84dedca63ffe5e653e3f7479abc6eef23f2 (diff) | |
download | my_new_personal_website-dbdf64e4dfcb71f110ad9aac6c6f8726f82e9faa.tar.xz my_new_personal_website-dbdf64e4dfcb71f110ad9aac6c6f8726f82e9faa.zip |
updated Sass to 3.2
Diffstat (limited to '')
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 7 |
2 files changed, 5 insertions, 3 deletions
@@ -8,6 +8,7 @@ group :development do gem 'RedCloth', '~> 4.2.9' gem 'haml', '~> 3.1.7' gem 'compass', '~> 0.12.2' + gem 'sass', '~> 3.2' gem 'sass-globbing', '~> 1.0.0' gem 'rubypants', '~> 0.2.0' gem 'rb-fsevent', '~> 0.9' diff --git a/Gemfile.lock b/Gemfile.lock index 82c5dcf9..3ba43eff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,9 +33,9 @@ GEM rack rake (0.9.2.2) rb-fsevent (0.9.1) - rdiscount (1.6.8) + rdiscount (2.0.7.3) rubypants (0.2.0) - sass (3.1.20) + sass (3.2.9) sass-globbing (1.0.0) sass (>= 3.1) sinatra (1.4.2) @@ -59,8 +59,9 @@ DEPENDENCIES pygments.rb (~> 0.3.4) rake (~> 0.9) rb-fsevent (~> 0.9) - rdiscount (~> 1.6.8) + rdiscount (~> 2.0.7) rubypants (~> 0.2.0) + sass (~> 3.2) sass-globbing (~> 1.0.0) sinatra (~> 1.4.2) stringex (~> 1.4.0) |