0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00
Bootstrap/Gemfile

13 lines
338 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 11:23:50 +00:00
source 'https://rubygems.org'
group :development, :test do
2014-12-05 11:23:50 +00:00
gem 'jekyll', '~> 2.5.2'
2015-08-20 14:13:50 -07:00
gem 'jekyll-redirect-from', '~> 0.8.0'
2014-12-05 11:23:50 +00:00
gem 'rouge', '~> 1.7.4'
gem 'sass', '~> 3.4.9'
gem 'scss-lint', '~> 0.31'
2014-12-05 11:23:50 +00:00
end