1
0
Fork 0
docsearch/docs/Gemfile
2017-10-18 10:51:33 +02:00

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