From 95e7c215df89608a5b10bebb87968c9a713bbf3d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 17 Oct 2023 15:05:36 -0400 Subject: Added uploading images to blog posts --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 47c1ffa..3044a2f 100644 --- a/Gemfile +++ b/Gemfile @@ -80,3 +80,5 @@ gem 'will_paginate', '~> 4.0' gem 'redcarpet' gem 'rouge' gem 'akismet' +gem 'active_storage_validations' +gem "image_processing", ">= 1.2" -- cgit 1.4.1