2014-12-16 02:18:27 +08:00
|
|
|
# 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'
|
|
|
|
|
2014-12-16 02:18:27 +08:00
|
|
|
group :development, :test do
|
2015-10-28 13:20:47 +08:00
|
|
|
gem 'jekyll', '~> 3.0.0'
|
|
|
|
gem 'jekyll-redirect-from', '~> 0.9.0'
|
2015-09-24 05:39:48 +08:00
|
|
|
gem 'jekyll-sitemap', '~> 0.9.0'
|
2015-10-14 05:45:14 +08:00
|
|
|
gem 'sass', '~> 3.4.19'
|
|
|
|
gem 'scss_lint', '~> 0.42.2'
|
2014-12-05 19:23:50 +08:00
|
|
|
end
|