Skip to content

Commit f5ce872

Browse files
committed
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESTORAGE-15787118
1 parent c1e7da7 commit f5ce872

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ gem 'delayed_job_active_record'
2020
gem 'dotenv', '2.8.1'
2121
gem 'faraday', '~> 2.0'
2222
gem 'fb-jwt-auth', '0.10.0'
23-
gem 'govspeak', '~> 7.1'
23+
gem 'govspeak', '~> 8.0', '>= 8.0.0'
2424
gem 'govuk-components', '< 5.0.0'
2525
gem 'govuk_design_system_formbuilder'
26-
gem 'govuk_notify_rails', '~> 2.2.0'
26+
gem 'govuk_notify_rails', '~> 3.0.0'
2727
gem 'hashie'
2828
gem 'omniauth-auth0', '~> 3.1.0'
2929
gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
3030
gem 'pg', '>= 0.18', '< 2.0'
3131
gem 'puma', '~> 6.4'
3232
gem 'rack', '2.2.14'
33-
gem 'rails', '~> 7.2'
33+
gem 'rails', '~> 7.2', '>= 7.2.3.1'
3434
# Use Redis for Action Cable
3535
gem 'redis', '~> 4.0'
3636
gem 'sass-rails', '>= 6'

0 commit comments

Comments
 (0)