2014-12-15 13:18:27 -05:00
|
|
|
# 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'
|
|
|
|
|
2014-12-15 13:18:27 -05:00
|
|
|
group :development, :test do
|
2015-08-25 01:51:20 -04:00
|
|
|
gem 'jekyll', '~> 2.5.3'
|
2015-08-20 17:13:50 -04:00
|
|
|
gem 'jekyll-redirect-from', '~> 0.8.0'
|
2015-09-08 01:13:48 -04:00
|
|
|
gem 'jekyll-sitemap', '~> 0.8.1'
|
2015-08-25 01:51:20 -04:00
|
|
|
gem 'rouge', '~> 1.9.1'
|
|
|
|
gem 'sass', '~> 3.4.18'
|
|
|
|
gem 'scss_lint', '~> 0.41'
|
2014-12-05 06:23:50 -05:00
|
|
|
end
|