Skip to content

Commit 37944ff

Browse files
committed
fix: etl/Gemfile 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 c60cd35 commit 37944ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

etl/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
5-
gem 'rails', '~> 6.1.4', '>= 6.1.4.1'
5+
gem 'rails', '~> 7.1.5', '>= 7.1.5.2'
66
# Use mysql as the database for Active Record
77
gem 'mysql2', '~> 0.5.4'
88
# Use Puma as the app server
@@ -62,7 +62,7 @@ gem "pry-rails", "~> 0.3.9"
6262

6363
gem "retryable", "~> 3.0"
6464

65-
gem "annotate", "~> 3.1"
65+
gem "annotate", "~> 3.2", ">= 3.2.0"
6666

6767
gem "csv", "~> 3.2"
6868

0 commit comments

Comments
 (0)