source 'https://rubygems.org' ## If you update the version here, also update it in .travis.yml and ## README.md. Then push your branch and make sure Travis supports that ## version. Then remind one of the site maintainers that they need to ## run `rvm install ` on the build server(s) before they commit ## to master ruby '2.0.0' group :development do gem 'ffi-icu' gem 'jekyll', '~>1.3.0' gem 'json' gem 'less' gem 'kramdown' gem 'RedCloth' gem 'therubyracer' # required by less gem 'html-proofer' end