Files
tinymce-docs-4x/Gemfile
T
2015-11-26 01:54:57 -08:00

12 lines
325 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', '~> 2.5.3'
gem 'jekyll-redirect-from', '~> 0.8.0'
gem 'nokogiri', '1.6.6.4'
gem 'octopress-minify-html', '1.3.0'
end