aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2016-03-07 22:22:55 +0200
committerXhmikosR <[email protected]>2016-03-11 11:10:51 +0200
commitfcb41c7afddc60e65218eaa7d4c95a76bc22380d (patch)
treeff3d0e7f7e52982702ee5d92d8ddff2f44c82ca7
parenta3e301cdbe5efa2fbf51602a8e5cd0599e60d666 (diff)
downloadbootstrap-fcb41c7afddc60e65218eaa7d4c95a76bc22380d.tar.xz
bootstrap-fcb41c7afddc60e65218eaa7d4c95a76bc22380d.zip
Remove sass gem.
Jekyll 3.x has it as a dependency already.
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock1
2 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 4ffb5774a..2c557d4cb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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