roysathome.net/auth/Gemfile

13 lines
138 B
Ruby
Raw Normal View History

2023-12-11 00:31:30 +00:00
# Gemfile
source "https://rubygems.org"
ruby '3.2.2'
gem 'sinatra'
gem 'webrick'
gem 'jwt'
2023-12-11 20:56:09 +00:00
gem 'sqlite3'
gem 'bcrypt'
# bundle install