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

Commit a8f1b1e

Browse files
committed
fix: 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 cf3c8bb commit a8f1b1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ gem 'pkg-config', '~> 1.4'
77
gem 'rexml', '~> 3.2'
88

99
gem 'puma', '~> 5.6'
10-
gem 'rails', '~> 6.1.7'
10+
gem 'rails', '~> 7.1.5', '>= 7.1.5.2'
1111
gem 'sprockets', '~> 3.7.2'
1212
gem 'thor', '~> 1.2'
1313
gem 'rack', '~> 2.2.4'
1414

1515
gem 'hamlit-rails', '~> 0.2'
1616
gem 'pg', '~> 1.4'
1717
gem 'makara', '~> 0.5'
18-
gem 'pghero', '~> 2.8'
18+
gem 'pghero', '~> 3.0', '>= 3.0.0'
1919
gem 'dotenv-rails', '~> 2.8'
2020

2121
gem 'aws-sdk-s3', '~> 1.114', require: false
@@ -45,7 +45,7 @@ gem 'omniauth', '~> 1.9'
4545
gem 'omniauth-rails_csrf_protection', '~> 0.1'
4646

4747
gem 'color_diff', '~> 0.1'
48-
gem 'discard', '~> 1.2'
48+
gem 'discard', '~> 1.3', '>= 1.3.0'
4949
gem 'doorkeeper', '~> 5.6'
5050
gem 'ed25519', '~> 1.3'
5151
gem 'fast_blank', '~> 1.0'
@@ -71,14 +71,14 @@ gem 'premailer-rails'
7171
gem 'rack-attack', '~> 6.6'
7272
gem 'rack-cors', '~> 1.1', require: 'rack/cors'
7373
gem 'rails-i18n', '~> 6.0'
74-
gem 'rails-settings-cached', '~> 0.6'
74+
gem 'rails-settings-cached', '~> 0.7', '>= 0.7.0'
7575
gem 'redcarpet', '~> 3.5'
7676
gem 'redis', '~> 4.5', require: ['redis', 'redis/connection/hiredis']
7777
gem 'mario-redis-lock', '~> 1.2', require: 'redis_lock'
7878
gem 'rqrcode', '~> 2.1'
7979
gem 'ruby-progressbar', '~> 1.11'
8080
gem 'sanitize', '~> 6.0'
81-
gem 'scenic', '~> 1.6'
81+
gem 'scenic', '~> 1.7', '>= 1.7.0'
8282
gem 'sidekiq', '~> 6.5'
8383
gem 'sidekiq-scheduler', '~> 4.0'
8484
gem 'sidekiq-unique-jobs', '~> 7.1'
@@ -87,7 +87,7 @@ gem 'simple-navigation', '~> 4.4'
8787
gem 'simple_form', '~> 5.1'
8888
gem 'sprockets-rails', '~> 3.4', require: 'sprockets/railtie'
8989
gem 'stoplight', '~> 3.0.0'
90-
gem 'strong_migrations', '~> 0.7'
90+
gem 'strong_migrations', '~> 0.8', '>= 0.8.0'
9191
gem 'tty-prompt', '~> 0.23', require: false
9292
gem 'twitter-text', '~> 3.1.0'
9393
gem 'tzinfo-data', '~> 1.2022'

0 commit comments

Comments
 (0)