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-RACK-1061917
  • Loading branch information
snyk-bot committed Jan 7, 2024
1 parent 3e1a21c commit c93a7fa
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 @@ -139,6 +139,6 @@ gem "annotate", group: [:development]
gem "branding_repo", git: "https://github.com/murb/branding_repo.git"
gem "omniauth-central_login", git: "https://gitlab.com/murb-org/omniauth-centrallogin.git"
gem "invisible_captcha"
gem "jsbundling-rails", "~> 1.0"
gem "jsbundling-rails", "~> 1.2", ">= 1.2.2"
gem "pupprb", git: "https://gitlab.com/murb/pupprb.git"
gem "stimulus-rails"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ GEM
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jsbundling-rails (1.2.1)
jsbundling-rails (1.2.2)
railties (>= 6.0.0)
json (2.7.1)
jwt (2.2.3)
Expand Down Expand Up @@ -325,7 +325,7 @@ GEM
net-protocol
net-ssh (7.2.1)
nio4r (2.7.0)
nokogiri (1.16.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oauth2 (2.0.9)
Expand Down Expand Up @@ -636,7 +636,7 @@ DEPENDENCIES
highline
invisible_captcha
jbuilder
jsbundling-rails (~> 1.0)
jsbundling-rails (~> 1.2, >= 1.2.2)
keyword_finder
kramdown
letter_opener
Expand Down

0 comments on commit c93a7fa

Please sign in to comment.