Skip to content

Commit b7ba573

Browse files
committed
1 parent cf3c8bb commit b7ba573

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ 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.0.0'
1111
gem 'sprockets', '~> 3.7.2'
1212
gem 'thor', '~> 1.2'
13-
gem 'rack', '~> 2.2.4'
13+
gem 'rack', '~> 2.2.13'
1414

1515
gem 'hamlit-rails', '~> 0.2'
1616
gem 'pg', '~> 1.4'
@@ -39,7 +39,7 @@ end
3939

4040
gem 'net-ldap', '~> 0.17'
4141
gem 'omniauth-cas', '~> 2.0'
42-
gem 'omniauth-saml', '~> 1.10'
42+
gem 'omniauth-saml', '~> 1.10', '>= 1.10.6'
4343
gem 'gitlab-omniauth-openid-connect', '~>0.10.0', require: 'omniauth_openid_connect'
4444
gem 'omniauth', '~> 1.9'
4545
gem 'omniauth-rails_csrf_protection', '~> 0.1'
@@ -71,7 +71,7 @@ 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', '~> 2.8', '>= 2.8.3'
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'

0 commit comments

Comments
 (0)