Ruby gem: devise
gem install devise -v 4.9.4 gem 'devise', '~> 4.9.4' To upgrade to this version, update your Gemfile:
gem 'devise', '~> 4.9.4' Then run:
bundle update devise Note: Review the release notes and changelog before upgrading to ensure compatibility with your application.