1
0
Fork 0
docsearch/docs/Gemfile

17 lines
394 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'
gem 'haml'
gem 'rouge'
gem 'sass'
gem 'guard'
gem 'nokogiri'
gem 'jekyll-contentblocks'
gem 'guard-jekyll-plus'
gem 'guard-livereload'
gem 'guard-bundler', require: false
end