auth_server #1

Merged
joseph merged 5 commits from auth_server into master 2023-12-12 22:53:56 +00:00
1 changed files with 13 additions and 13 deletions
Showing only changes of commit 5f97a8d20c - Show all commits

View File

@ -1,14 +1,14 @@
# Gemfile
source "https://rubygems.org"
#ruby '3.2.2'
ruby '2.6.10'
gem 'sinatra'
gem 'webrick'
gem 'jwt'
gem 'sqlite3'
gem 'bcrypt'
# Gemfile
source "https://rubygems.org"
ruby '3.2.2'
#ruby '2.6.10'
gem 'sinatra'
gem 'webrick'
gem 'jwt'
gem 'sqlite3'
gem 'bcrypt'
# bundle install