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.lock | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index f60e3d6..4ba3db9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,6 +73,11 @@ GEM erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) + active_storage_validations (1.0.4) + activejob (>= 5.2.0) + activemodel (>= 5.2.0) + activestorage (>= 5.2.0) + activesupport (>= 5.2.0) activejob (7.0.8) activesupport (= 7.0.8) globalid (>= 0.3.6) @@ -166,6 +171,9 @@ GEM highline (2.1.0) i18n (1.14.1) concurrent-ruby (~> 1.0) + image_processing (1.12.2) + mini_magick (>= 4.9.5, < 5) + ruby-vips (>= 2.0.17, < 3) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -197,6 +205,7 @@ GEM mimemagic (0.3.10) nokogiri (~> 1) rake + mini_magick (4.12.0) mini_mime (1.1.5) mini_portile2 (2.8.4) mini_racer (0.8.0) @@ -272,6 +281,8 @@ GEM railties (>= 5.2) rexml (3.2.6) rouge (4.1.3) + ruby-vips (2.1.4) + ffi (~> 1.12) rubyzip (2.3.2) sassc (2.4.0) ffi (~> 1.9) @@ -339,6 +350,7 @@ PLATFORMS ruby DEPENDENCIES + active_storage_validations acts-as-taggable-on akismet audited (~> 5.0) @@ -354,6 +366,7 @@ DEPENDENCIES enumerize haml highline + image_processing (>= 1.2) jbuilder (~> 2.5) jquery-rails jquery-ui-rails -- cgit 1.4.1