Skip to content
Snippets Groups Projects
Unverified Commit 35a8d1b1 authored by Jesus Federico's avatar Jesus Federico Committed by GitHub
Browse files

fix: Gemfile to reduce vulnerabilities (#5443)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-ACTIONCABLE-20338



Co-authored-by: default avatarsnyk-bot <snyk-bot@snyk.io>
parent 864d74b1
Branches
Tags
No related merge requests found
...@@ -29,7 +29,7 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0.1' ...@@ -29,7 +29,7 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
gem 'pagy', '~> 6.0', '>= 6.0.0' gem 'pagy', '~> 6.0', '>= 6.0.0'
gem 'pg' gem 'pg'
gem 'puma', '~> 5.6' gem 'puma', '~> 5.6'
gem 'rails', '~> 7.0.7', '>= 7.0.7.1' gem 'rails', '~> 7.1.0'
gem 'redis', '~> 4.0' gem 'redis', '~> 4.0'
gem 'sprockets-rails' gem 'sprockets-rails'
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment