init
This commit is contained in:
commit
793560c0c4
7 changed files with 97 additions and 0 deletions
13
Gemfile
Normal file
13
Gemfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
# gem "rails"
|
||||
|
||||
gem "roda", "~> 3.94"
|
||||
|
||||
gem "rack", "~> 3.2"
|
||||
|
||||
gem "rackup", "~> 2.2"
|
||||
|
||||
gem "puma", "~> 6.6"
|
Loading…
Add table
Add a link
Reference in a new issue