From e9f3ed0795b1827472337e9bd0b108dec8d7cdea Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 30 Oct 2023 14:34:22 -0400 Subject: Installed Wittle --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index fd377fe..88a4899 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 7.0.3' +gem 'rails', '~> 7.1.0' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server @@ -84,3 +84,4 @@ gem 'active_storage_validations' gem "image_processing", ">= 1.2" gem "meta-tags" gem 'rails_autolink' +gem 'wittle', git: "https://git.fourisland.com/wittle", branch: "main" -- cgit 1.4.1