twbs--bootstrap/Gemfile

10 lines
225 B
Ruby
Raw Normal View History

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