Files
twofactorauth/Gemfile
2014-08-10 21:59:36 -07:00

9 lines
196 B
Ruby

source 'https://rubygems.org'
# Freeze to GitHub Pages versions:
# https://pages.github.com/versions/
gem 'github-pages', '~> 21'
gem 'jekyll', '~> 2.2.0'
gem 'kramdown', '~> 1.3.1'
gem 'rake'