Skip to content

Commit

Permalink
Fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciapaz committed Jan 7, 2025
1 parent e17cda1 commit 538821e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ gem "redis", "~> 4.0"
# gem 'bcrypt', '~> 3.1.7'

# Use Active Storage variant
# gem 'image_processing', '~> 1.2'

# Use Devise for authentication
gem "devise"
Expand Down Expand Up @@ -131,4 +130,4 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

gem 'mini_magick', '~> 5.0', '>= 5.0.1'
gem "mini_magick"
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ DEPENDENCIES
koala
letter_opener
listen (~> 3.3)
mini_magick (~> 5.0, >= 5.0.1)
mini_magick
mobility (~> 1.1.3)
momentjs-rails
name_of_person
Expand Down

0 comments on commit 538821e

Please sign in to comment.