mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
9 lines
200 B
Ruby
9 lines
200 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :development, :test do
|
|
gem 'jekyll', '~> 3.3.1'
|
|
gem 'jekyll-redirect-from', '~> 0.12.0'
|
|
gem 'jekyll-sitemap', '~> 0.12.0'
|
|
gem 'scss_lint', '~> 0.51.0'
|
|
end
|