You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
twofactorauth/Gemfile

17 lines
284 B

# frozen_string_literal: true
10 years ago
source 'https://rubygems.org'
group :tests, optional: true do
gem 'activesupport'
gem 'addressable'
3 years ago
gem 'json_schemer'
gem 'nokogiri'
gem 'rubocop'
3 years ago
gem 'twitter'
end
gem 'algolia', '~> 2.3'
gem 'dotenv', '~> 2.8'
gem 'parallel', '~> 1.22'