Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

Commit a83aeb0

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESTORAGE-11800135 - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-11800112
1 parent db5dbea commit a83aeb0

2 files changed

Lines changed: 154 additions & 106 deletions

File tree

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby '3.1.2'
66
gem 'net-smtp', '~> 0.3.1', require: false
77

88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
9-
gem 'rails', '~> 7.0.5', '>= 7.0.5.1'
9+
gem 'rails', '~> 7.1.5', '>= 7.1.5.2'
1010
# Use postgresql as the database for Active Record
1111
gem 'pg', '~> 1.1'
1212
# Use Puma as the app server
@@ -41,7 +41,7 @@ group :development do
4141
gem 'listen', '~> 3.3'
4242
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
4343
gem 'spring', '~> 4.0.0'
44-
gem 'rails-erd', '~> 1.6.1'
44+
gem 'rails-erd', '~> 1.7.0'
4545
end
4646

4747
group :test do
@@ -59,6 +59,6 @@ gem 'rmagick', '~> 4.2.4'
5959
gem 'cloudinary', '~> 1.22'
6060
gem 'httparty', '~> 0.21', '>= 0.21.0'
6161

62-
gem 'active_storage_validations', '~> 1.0', '>= 1.0.0'
62+
gem 'active_storage_validations', '~> 1.1', '>= 1.1.0'
6363

6464
gem 'dotenv-rails', '~> 2.8.1'

0 commit comments

Comments
 (0)