2014-12-15 18:18:27 +00:00
|
|
|
# Ruby Gems for building and testing Bootstrap
|
|
|
|
# Run `grunt update-gemfile-lock` to update to the latest compatible versions
|
|
|
|
|
2014-12-05 11:23:50 +00:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
2014-12-15 18:18:27 +00:00
|
|
|
group :development, :test do
|
2015-08-25 08:51:20 +03:00
|
|
|
gem 'jekyll', '~> 2.5.3'
|
2015-08-20 14:13:50 -07:00
|
|
|
gem 'jekyll-redirect-from', '~> 0.8.0'
|
2015-09-24 00:39:48 +03:00
|
|
|
gem 'jekyll-sitemap', '~> 0.9.0'
|
|
|
|
gem 'rouge', '~> 1.10.1'
|
2015-10-14 00:45:14 +03:00
|
|
|
gem 'sass', '~> 3.4.19'
|
|
|
|
gem 'scss_lint', '~> 0.42.2'
|
2014-12-05 11:23:50 +00:00
|
|
|
end
|