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-ACTIONPACK-8496389
  • Loading branch information
snyk-bot committed Dec 16, 2024
1 parent e92df40 commit 2079498
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 130 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby '3.1.0'

git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem 'rails', '~> 7.0.2', '>= 7.0.2.3'
gem 'rails', '~> 7.0.8', '>= 7.0.8.7'

# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
Expand Down Expand Up @@ -84,7 +84,7 @@ group :test, :development do
gem 'shoulda-matchers', '~> 5.1.0'
gem 'simplecov', require: false
gem 'factory_bot_rails', '>= 6.2.0'
gem 'rubocop-rails_config', '>= 1.9.1'
gem 'rubocop-rails_config', '>= 1.15.0'
gem 'rubocop-rspec', '>= 2.1.0'
gem 'json-schema-rspec'
end
Expand Down
Loading

0 comments on commit 2079498

Please sign in to comment.