bootstrap/Gemfile

14 lines
377 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 19:23:50 +08:00
source 'https://rubygems.org'
group :development, :test do
2015-08-25 13:51:20 +08:00
gem 'jekyll', '~> 2.5.3'
2015-08-21 05:13:50 +08:00
gem 'jekyll-redirect-from', '~> 0.8.0'
2015-09-24 05:39:48 +08:00
gem 'jekyll-sitemap', '~> 0.9.0'
gem 'rouge', '~> 1.10.1'
2015-08-25 13:51:20 +08:00
gem 'sass', '~> 3.4.18'
gem 'scss_lint', '~> 0.42.1'
2014-12-05 19:23:50 +08:00
end