diff --git a/Gemfile b/Gemfile index cb873a7..d1bcb60 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "turbo-rails" gem "stimulus-rails" # Build JSON APIs with ease [https://github.com/rails/jbuilder] gem "jbuilder" -gem 'devise', '~> 4.9', '>= 4.9.3' +gem 'devise', '~> 5.0' gem 'cancancan', '~> 3.5' gem 'dartsass-rails', '~> 0.5.0' # Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword] diff --git a/Gemfile.lock b/Gemfile.lock index b8438b2..4c1384c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM base64 (0.3.0) bcrypt (3.1.22) bcrypt_pbkdf (1.1.2) - bigdecimal (4.1.1) + bigdecimal (4.1.2) bindex (0.8.1) bootsnap (1.23.0) msgpack (~> 1.2) @@ -113,16 +113,16 @@ GEM debug (1.11.1) irb (~> 1.10) reline (>= 0.3.8) - devise (4.9.4) + devise (5.0.3) bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 4.1.0) + railties (>= 7.0) responders warden (~> 1.2.3) dotenv (3.2.0) drb (2.2.3) ed25519 (1.4.0) - erb (6.0.2) + erb (6.0.3) erubi (1.13.1) et-orbi (1.4.0) tzinfo @@ -170,7 +170,7 @@ GEM jbuilder (2.14.1) actionview (>= 7.0.0) activesupport (>= 7.0.0) - json (2.19.3) + json (2.19.4) kamal (2.11.0) activesupport (>= 7.0) base64 (~> 0.2) @@ -199,7 +199,7 @@ GEM mini_magick (5.3.1) logger mini_mime (1.1.5) - minitest (6.0.3) + minitest (6.0.4) drb (~> 2.0) prism (~> 1.5) msgpack (1.8.0) @@ -297,7 +297,7 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.3.1) + rake (13.4.2) rdoc (7.2.0) erb psych (>= 4.0.0) @@ -438,7 +438,7 @@ DEPENDENCIES capybara dartsass-rails (~> 0.5.0) debug - devise (~> 4.9, >= 4.9.3) + devise (~> 5.0) image_processing (~> 1.2) importmap-rails jbuilder