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

fix: Gemfile to reduce vulnerabilities (#4808)

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



Co-authored-by: default avatarsnyk-bot <snyk-bot@snyk.io>
parent f30f91b3
Branches
Tags
No related merge requests found
...@@ -28,7 +28,7 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0.1' ...@@ -28,7 +28,7 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
gem 'pagy', '~> 5.10', '>= 5.10.1' gem 'pagy', '~> 5.10', '>= 5.10.1'
gem 'pg' gem 'pg'
gem 'puma', '~> 5.0' gem 'puma', '~> 5.0'
gem 'rails', '~> 7.0.2', '>= 7.0.2.2' gem 'rails', '~> 7.0.4', '>= 7.0.4.2'
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]
...@@ -40,7 +40,7 @@ end ...@@ -40,7 +40,7 @@ end
group :development do group :development do
gem 'rubocop', '~> 1.26', require: false gem 'rubocop', '~> 1.26', require: false
gem 'rubocop-performance', '~> 1.13', require: false gem 'rubocop-performance', '~> 1.13', require: false
gem 'rubocop-rails', '~> 2.13', require: false gem 'rubocop-rails', '~> 2.17', '>= 2.17.4', require: false
gem 'rubocop-rspec', '~> 2.9.0', require: false gem 'rubocop-rspec', '~> 2.9.0', require: false
gem 'web-console' gem 'web-console'
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment