1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/Gemfile
XhmikosR 4cee3fd5d9 Update scsslint gem to v0.42.1.
[skip sauce]
[skip validator]
2015-09-25 21:54:10 +03:00

13 lines
377 B
Ruby

# Ruby Gems for building and testing Bootstrap
# Run `grunt update-gemfile-lock` to update to the latest compatible versions
source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 2.5.3'
gem 'jekyll-redirect-from', '~> 0.8.0'
gem 'jekyll-sitemap', '~> 0.9.0'
gem 'rouge', '~> 1.10.1'
gem 'sass', '~> 3.4.18'
gem 'scss_lint', '~> 0.42.1'
end