Skip to content

Commit

Permalink
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-FUGIT-7720645
  • Loading branch information
snyk-bot committed Aug 21, 2024
1 parent fc4ebaa commit 98c2835
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ gem "bootsnap", require: false
gem "cssbundling-rails", ">= 1.2.0"
gem "bootstrap_form", ">= 5.3.0"
gem "sidekiq", ">= 7.0.8"
gem "sidekiq-cron"
gem "fugit"
gem "sidekiq-cron", ">= 1.11.0"
gem "fugit", ">= 1.11.1"
gem "rails-i18n", ">= 7.0.8"
gem "parallel"

Expand Down
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.1.1)
bigdecimal (3.1.4)
base64 (0.2.0)
bigdecimal (3.1.8)
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
Expand All @@ -94,7 +94,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
cssbundling-rails (1.3.3)
Expand All @@ -103,17 +103,16 @@ GEM
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
drb (2.1.1)
ruby2_keywords
drb (2.2.1)
erubi (1.12.0)
et-orbi (1.2.7)
et-orbi (1.2.11)
tzinfo
fugit (1.8.1)
et-orbi (~> 1, >= 1.2.7)
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
importmap-rails (1.2.1)
actionpack (>= 6.0.0)
Expand All @@ -125,6 +124,7 @@ GEM
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
logger (1.6.0)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -136,9 +136,9 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
mini_mime (1.1.5)
minitest (5.20.0)
minitest (5.25.1)
msgpack (1.7.2)
mutex_m (0.1.2)
mutex_m (0.2.0)
net-imap (0.4.1)
date
net-protocol
Expand All @@ -162,7 +162,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.1)
rack (3.0.8)
rack (3.1.7)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -207,24 +207,24 @@ GEM
psych (>= 4.0.0)
redis (5.0.7)
redis-client (>= 0.9.0)
redis-client (0.17.0)
redis-client (0.22.2)
connection_pool
regexp_parser (2.8.2)
reline (0.3.9)
io-console (~> 0.5)
rexml (3.2.6)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.10.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sidekiq (7.1.6)
sidekiq (7.3.1)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sidekiq-cron (1.10.1)
redis-client (>= 0.22.2)
sidekiq-cron (1.12.0)
fugit (~> 1.8)
globalid (>= 1.0.1)
sidekiq (>= 6)
Expand Down Expand Up @@ -275,7 +275,7 @@ DEPENDENCIES
capybara
cssbundling-rails (>= 1.2.0)
debug
fugit
fugit (>= 1.11.1)
importmap-rails (>= 1.1.6)
jbuilder
parallel
Expand All @@ -286,7 +286,7 @@ DEPENDENCIES
redis (~> 5.0)
selenium-webdriver
sidekiq (>= 7.0.8)
sidekiq-cron
sidekiq-cron (>= 1.11.0)
sprockets-rails
stimulus-rails (>= 1.3.0)
turbo-rails (>= 1.5.0)
Expand Down

0 comments on commit 98c2835

Please sign in to comment.