diff --git a/Gemfile b/Gemfile index 4938a773..77323cf0 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ gem "sassc-rails" # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] gem "image_processing", "~> 1.2" -gem 'devise', '>= 4.9.4' +gem 'devise', '>= 5.0.0' # for decorator pattern https://github.com/drapergem/draper gem 'draper'