Skip to content

Commit

Permalink
#456 updating carrierwave gem due security vulnerability as suggested…
Browse files Browse the repository at this point in the history
… by dependabot
  • Loading branch information
Carlos-Eduardo-Cabral-da-Cunha committed Apr 22, 2024
1 parent 7a32fbd commit 6fc868e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -498,7 +498,7 @@ DEPENDENCIES
bootsnap
cancancan
capybara
carrierwave (>= 3.0.5)
carrierwave (>= 3.0.7)
carrierwave-activerecord!
caxlsx
caxlsx_rails
Expand Down

0 comments on commit 6fc868e

Please sign in to comment.