mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-30 12:24:19 +01:00
fcb41c7afd
Jekyll 3.x has it as a dependency already.
9 lines
199 B
Ruby
9 lines
199 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :development, :test do
|
|
gem 'jekyll', '~> 3.1.2'
|
|
gem 'jekyll-redirect-from', '~> 0.9.1'
|
|
gem 'jekyll-sitemap', '~> 0.10.0'
|
|
gem 'scss_lint', '~> 0.47.1'
|
|
end
|