You've already forked twofactorauth
mirror of
https://github.com/token2/twofactorauth.git
synced 2026-03-13 11:16:05 -07:00
9 lines
196 B
Ruby
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'
|