From 3e6500ae1cea868694e5c28b5f7e6e3867f53e3a Mon Sep 17 00:00:00 2001 From: Adam Townsend Date: Mon, 25 Sep 2023 11:06:59 -0700 Subject: [PATCH] removed rails gem, not sure why it was in there to begin with --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 6649a17..c4688d7 100644 --- a/Gemfile +++ b/Gemfile @@ -2,8 +2,6 @@ source "https://rubygems.org" -# gem "rails" - gem "falcon", "~> 0.42.3" gem "roda", "~> 3.72"