From 6fc868eddd78678403327be352f85ab78e350e61 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Cabral da Cunha Date: Mon, 22 Apr 2024 17:12:44 -0300 Subject: [PATCH] #456 updating carrierwave gem due security vulnerability as suggested by dependabot --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7ae8f9dd..15b9408d 100644 --- a/Gemfile +++ b/Gemfile @@ -105,7 +105,7 @@ gem "simple-navigation" gem "rufus-scheduler" # Image -gem "carrierwave", ">= 3.0.5" +gem "carrierwave", ">= 3.0.7" gem "carrierwave-activerecord", git: "https://github.com/gems-uff/carrierwave-activerecord.git", branch: "rails7" # Nested Forms / ApplicationProcess and FormTemplates functionalities. diff --git a/Gemfile.lock b/Gemfile.lock index 18ae9ad9..3f64903e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,7 +127,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - carrierwave (3.0.5) + carrierwave (3.0.7) activemodel (>= 6.0.0) activesupport (>= 6.0.0) addressable (~> 2.6) @@ -415,7 +415,7 @@ GEM ruby-graphviz (1.2.5) rexml ruby-progressbar (1.13.0) - ruby-vips (2.2.0) + ruby-vips (2.2.1) ffi (~> 1.12) rubyzip (2.3.2) rufus-scheduler (3.9.1) @@ -498,7 +498,7 @@ DEPENDENCIES bootsnap cancancan capybara - carrierwave (>= 3.0.5) + carrierwave (>= 3.0.7) carrierwave-activerecord! caxlsx caxlsx_rails