twbs--bootstrap/Gemfile

13 lines
350 B
Ruby
Raw Normal View History

# Ruby Gems for building and testing Bootstrap
# Run `grunt update-gemfile-lock` to update to the latest compatible versions
2014-12-05 06:23:50 -05:00
source 'https://rubygems.org'
group :development, :test do
2015-11-23 02:35:08 -05:00
gem 'jekyll', '~> 3.0.1'
2015-10-28 01:20:47 -04:00
gem 'jekyll-redirect-from', '~> 0.9.0'
2015-09-23 17:39:48 -04:00
gem 'jekyll-sitemap', '~> 0.9.0'
gem 'sass', '~> 3.4.19'
2016-01-23 06:04:11 -05:00
gem 'scss_lint', '~> 0.44.0'
2014-12-05 06:23:50 -05:00
end