diff options
| author | XhmikosR <[email protected]> | 2016-03-07 22:22:55 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-03-11 11:10:51 +0200 |
| commit | fcb41c7afddc60e65218eaa7d4c95a76bc22380d (patch) | |
| tree | ff3d0e7f7e52982702ee5d92d8ddff2f44c82ca7 | |
| parent | a3e301cdbe5efa2fbf51602a8e5cd0599e60d666 (diff) | |
| download | bootstrap-fcb41c7afddc60e65218eaa7d4c95a76bc22380d.tar.xz bootstrap-fcb41c7afddc60e65218eaa7d4c95a76bc22380d.zip | |
Remove sass gem.
Jekyll 3.x has it as a dependency already.
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -4,6 +4,5 @@ group :development, :test do gem 'jekyll', '~> 3.1.2' gem 'jekyll-redirect-from', '~> 0.9.1' gem 'jekyll-sitemap', '~> 0.10.0' - gem 'sass', '~> 3.4.21' gem 'scss_lint', '~> 0.47.1' end diff --git a/Gemfile.lock b/Gemfile.lock index 5c3a2aa0a..91502c022 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,6 @@ DEPENDENCIES jekyll (~> 3.1.2) jekyll-redirect-from (~> 0.9.1) jekyll-sitemap (~> 0.10.0) - sass (~> 3.4.21) scss_lint (~> 0.47.1) BUNDLED WITH |
