0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/Gemfile

13 lines
348 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 12:23:50 +01:00
source 'https://rubygems.org'
group :development, :test do
2015-11-23 08:35:08 +01:00
gem 'jekyll', '~> 3.0.1'
2015-10-28 06:20:47 +01:00
gem 'jekyll-redirect-from', '~> 0.9.0'
2015-09-23 23:39:48 +02:00
gem 'jekyll-sitemap', '~> 0.9.0'
gem 'sass', '~> 3.4.19'
2015-12-01 07:47:38 +01:00
gem 'scss_lint', '~> 0.43'
2014-12-05 12:23:50 +01:00
end