From 25b91abb2b5bc0da69218ee3033b80e91070ea25 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sun, 12 Mar 2023 10:23:28 -0400 Subject: [PATCH] note to self --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index b7e9c12..62b643a 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.2.0" +# unti 7.1 is out gem "rails", git: "https://github.com/rails/rails" gem "sprockets-rails" gem "sqlite3"