mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Remove sass gem.
Jekyll 3.x has it as a dependency already.
This commit is contained in:
parent
a3e301cdbe
commit
fcb41c7afd
1
Gemfile
1
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user