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 Apr 30, 2024
1 parent 34a0591 commit df1d342
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gem 'turbo-rails'
gem 'stimulus-rails'

# Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem 'jbuilder'
gem 'jbuilder', '>= 2.12.0'

# Use Redis adapter to run Action Cable in production
# gem "redis", "~> 4.0"
Expand Down
36 changes: 19 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (4.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.3)
crass (1.0.6)
date (3.3.3)
debug (1.7.0)
Expand All @@ -97,25 +97,25 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.5.0)
erubi (1.11.0)
erubi (1.12.0)
ffi (1.15.5)
ffi (1.15.5-x64-mingw-ucrt)
globalid (1.0.0)
activesupport (>= 5.0)
i18n (1.12.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
importmap-rails (1.1.5)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.6.0)
irb (1.6.1)
reline (>= 0.3.0)
jbuilder (2.11.5)
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
loofah (2.19.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.8.0)
mini_mime (>= 0.1.1)
net-imap
Expand All @@ -125,7 +125,7 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.16.3)
minitest (5.22.3)
msgpack (1.6.0)
net-imap (0.3.2)
date
Expand All @@ -137,17 +137,17 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.13.10-x64-mingw-ucrt)
nokogiri (1.16.4-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (1.4.5)
pg (1.4.5-x64-mingw-ucrt)
public_suffix (5.0.1)
puma (5.6.5)
nio4r (~> 2.0)
racc (1.6.1)
racc (1.7.3)
rack (2.2.4)
rack-cors (1.1.1)
rack (>= 2.0.0)
Expand All @@ -171,11 +171,13 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
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-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
Expand Down Expand Up @@ -233,7 +235,7 @@ GEM
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2022.7)
tzinfo (>= 1.0.0)
Expand Down Expand Up @@ -269,7 +271,7 @@ DEPENDENCIES
devise
ffi
importmap-rails
jbuilder
jbuilder (>= 2.12.0)
pg (~> 1.1)
puma (~> 5.0)
rack-cors
Expand All @@ -289,4 +291,4 @@ RUBY VERSION
ruby 3.1.2p20

BUNDLED WITH
2.3.20
2.3.26

0 comments on commit df1d342

Please sign in to comment.