1
0
Fork 0
docsearch/docs/Gemfile
Sylvain UTARD e59d132c2d feat(website): ensure the inputs are mandatory
Move the forms to a partial (had a hard time with HAML-based partials...)
Small box-shadow if not specified
Add a "I'm the owner of that website" checkbox
2015-12-28 14:53:54 +01:00

17 lines
408 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', '< 3'
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
end