twbs--bootstrap/Gemfile

10 lines
225 B
Ruby
Raw Normal View History

2014-12-05 11:23:50 +00:00
source 'https://rubygems.org'
group :development, :test do
2016-02-06 09:22:29 +00:00
gem 'jekyll', '~> 3.1.1'
2016-01-25 07:14:00 +00:00
gem 'jekyll-redirect-from', '~> 0.9.1'
gem 'jekyll-sitemap', '~> 0.10.0'
2016-01-25 07:14:00 +00:00
gem 'sass', '~> 3.4.21'
2016-01-23 11:04:11 +00:00
gem 'scss_lint', '~> 0.44.0'
2014-12-05 11:23:50 +00:00
end