roysathome.net/auth/Gemfile

14 lines
153 B
Ruby
Raw Normal View History

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