Skip to content

Commit

Permalink
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 25, 2023
1 parent db5dbea commit 1e31688
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ gem 'rmagick', '~> 4.2.4'
gem 'cloudinary', '~> 1.22'
gem 'httparty', '~> 0.21', '>= 0.21.0'

gem 'active_storage_validations', '~> 1.0', '>= 1.0.0'
gem 'active_storage_validations', '~> 1.1', '>= 1.1.0'

gem 'dotenv-rails', '~> 2.8.1'
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_storage_validations (1.0.4)
active_storage_validations (1.1.0)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
Expand Down Expand Up @@ -93,8 +93,8 @@ GEM
railties (>= 3.2)
erubi (1.12.0)
ffi (1.15.5)
globalid (1.1.0)
activesupport (>= 5.0)
globalid (1.2.1)
activesupport (>= 6.1)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
Expand All @@ -107,7 +107,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.21.3)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -120,8 +120,8 @@ GEM
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
minitest (5.18.1)
mini_mime (1.1.5)
minitest (5.20.0)
msgpack (1.6.0)
multi_xml (0.6.0)
net-imap (0.3.6)
Expand All @@ -135,13 +135,13 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.5.9)
nokogiri (1.15.2-x86_64-linux)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
pg (1.4.5)
puma (5.6.5)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
rack (2.2.8)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-test (2.1.0)
Expand All @@ -160,8 +160,9 @@ GEM
activesupport (= 7.0.5.1)
bundler (>= 1.15.0)
railties (= 7.0.5.1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-erd (1.6.1)
activerecord (>= 4.2)
Expand Down Expand Up @@ -221,7 +222,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
active_storage_validations (~> 1.0, >= 1.0.0)
active_storage_validations (~> 1.1, >= 1.1.0)
bcrypt (~> 3.1.7)
bootsnap (>= 1.4.4)
byebug (~> 11.1.3)
Expand Down

0 comments on commit 1e31688

Please sign in to comment.