diff --git a/Gemfile b/Gemfile index cca219fd..725b176d 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "bugsnag", "~> 6" gem "cancancan", "~> 3" gem "cocoon", "~> 1" gem "country_select", "~> 11" -gem "devise", "~> 4" +gem "devise", "~> 5" gem "devise-i18n", "~> 1" gem "devise-bootstrap5", "~> 0" gem "elasticsearch", "~> 7" diff --git a/Gemfile.lock b/Gemfile.lock index b7513152..e2a88d7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,10 +172,10 @@ GEM sprockets-rails tilt date (3.5.1) - 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) devise-bootstrap5 (0.1.3) @@ -199,7 +199,7 @@ GEM encryptor (3.0.0) enum_help (0.0.20) activesupport (>= 3.0.0) - erb (6.0.1) + erb (6.0.2) erubi (1.13.1) et-orbi (1.4.0) tzinfo @@ -256,8 +256,9 @@ GEM mini_magick (>= 4.9.5, < 6) ruby-vips (>= 2.0.17, < 3) io-console (0.8.2) - irb (1.16.0) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jmespath (1.6.2) @@ -267,7 +268,7 @@ GEM thor (>= 0.14, < 2.0) js_cookie_rails (2.2.0) railties (>= 3.1) - json (2.18.0) + json (2.19.1) kamifusen (1.13.2) image_processing rails @@ -284,7 +285,7 @@ GEM kaminari-core (= 1.2.2) kaminari-core (1.2.2) logger (1.7.0) - loofah (2.25.0) + loofah (2.25.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.9.0) @@ -302,7 +303,8 @@ GEM mini_magick (5.3.1) logger mini_mime (1.1.5) - minitest (6.0.1) + minitest (6.0.2) + drb (~> 2.0) prism (~> 1.5) msgpack (1.8.0) multi_json (1.19.1) @@ -318,11 +320,11 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.5) - nokogiri (1.19.0-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-darwin) + nokogiri (1.19.1-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.3) @@ -342,7 +344,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.2.4) + rack (3.2.5) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -368,8 +370,8 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.2) - loofah (~> 2.21) + rails-html-sanitizer (1.7.0) + loofah (~> 2.25) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) rails-i18n (8.1.0) i18n (>= 0.7, < 2) @@ -385,7 +387,7 @@ GEM zeitwerk (~> 2.6) rake (13.3.1) randexp (0.1.7) - rdoc (7.1.0) + rdoc (7.2.0) erb psych (>= 4.0.0) tsort @@ -473,7 +475,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.4) + zeitwerk (2.7.5) PLATFORMS arm64-darwin-25 @@ -494,7 +496,7 @@ DEPENDENCIES capybara cocoon (~> 1) country_select (~> 11) - devise (~> 4) + devise (~> 5) devise-bootstrap5 (~> 0) devise-i18n (~> 1) dotenv-rails (~> 3)