roysathome.net/auth/Gemfile

16 lines
198 B
Ruby
Raw Normal View History

2023-12-12 08:52:27 +00:00
# Gemfile
source "https://rubygems.org"
ruby '3.2.2'
#ruby '2.6.10'
gem 'sinatra'
gem 'webrick'
gem 'jwt'
gem 'sqlite3'
gem 'bcrypt'
2023-12-13 16:02:09 +00:00
gem 'securerandom'
2023-12-14 00:18:12 +00:00
gem 'json'
2023-12-12 08:52:27 +00:00
2023-12-11 20:56:09 +00:00
# bundle install