initial commit with gemfile

This commit is contained in:
2023-09-13 12:36:08 -07:00
commit c6fa7eafe3
2 changed files with 88 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "falcon", "~> 0.42.3"
gem "roda", "~> 3.72"