first commit

This commit is contained in:
2024-07-02 15:22:32 -05:00
commit e2b0cf9794
9 changed files with 594 additions and 0 deletions

20
Gemfile Normal file
View File

@ -0,0 +1,20 @@
source "https://rubygems.org"
gem "sinatra"
gem 'sinatra-contrib'
gem "puma"
gem "rackup"
gem "anyflake"
gem "ksuid"
gem "nanoid"
gem "ulid"
gem "uuid7"
gem 'jwt'
group :development do
gem "ruby-lsp"
gem "rubocop"
gem "rbs"
end