diff --git a/web/rails-omniauth/Gemfile b/web/rails-omniauth/Gemfile index eff9b5e..c2d2a18 100644 --- a/web/rails-omniauth/Gemfile +++ b/web/rails-omniauth/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rails', '~> 7.1' +gem 'rails', '~> 8.1' gem 'puma' gem 'omniauth-openid-connect' gem 'omniauth-rails_csrf_protection'