diff --git a/Gemfile b/Gemfile index 1e9a7f8..886d486 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'tzinfo-data' # Authentication gem 'bcrypt', '~> 3.1.5' -gem 'devise', '~> 4.9.4' +gem 'devise', '~> 5.0.3' gem "devise-encryptable", "~> 0.2.0" # Maps diff --git a/Gemfile.lock b/Gemfile.lock index 712168d..a9b5873 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,8 +89,8 @@ GEM execjs (~> 2) base64 (0.3.0) bcrypt (3.1.20) - benchmark (0.4.1) - bigdecimal (3.2.2) + benchmark (0.5.0) + bigdecimal (4.0.1) bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) @@ -106,23 +106,24 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.3.5) + concurrent-ruby (1.3.6) config (5.5.1) deep_merge (~> 1.2, >= 1.2.1) - connection_pool (2.5.3) + connection_pool (3.0.2) crass (1.0.6) csv (3.3.0) date (3.4.1) deep_merge (1.2.2) - 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-encryptable (0.2.0) devise (>= 2.1.0) drb (2.2.3) + erb (6.0.2) erubi (1.13.1) exception_notification (4.5.0) actionmailer (>= 5.2, < 8) @@ -136,13 +137,15 @@ GEM globalid (1.2.1) activesupport (>= 6.1) haversine (0.3.2) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) icalendar (2.10.2) ice_cube (~> 0.16) ice_cube (0.17.0) - io-console (0.7.2) - irb (1.14.1) + io-console (0.8.2) + irb (1.17.0) + pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.12.0) @@ -156,7 +159,7 @@ GEM actionpack (>= 4.2.0) railties (>= 4.2.0) logger (1.7.0) - loofah (2.24.1) + loofah (2.25.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -167,7 +170,9 @@ GEM marcel (1.0.4) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.25.5) + minitest (6.0.2) + drb (~> 2.0) + prism (~> 1.5) multi_json (1.15.0) mutex_m (0.3.0) mysql2 (0.5.6) @@ -189,7 +194,12 @@ GEM nori (2.7.1) bigdecimal orm_adapter (0.5.0) - psych (5.1.2) + pp (0.6.3) + prettyprint + prettyprint (0.2.0) + prism (1.9.0) + psych (5.3.1) + date stringio puma (6.4.3) nio4r (~> 2.0) @@ -204,9 +214,8 @@ GEM rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) - rackup (2.1.0) + rackup (2.3.1) rack (>= 3) - webrick (~> 1.8) rails (7.1.5.2) actioncable (= 7.1.5.2) actionmailbox (= 7.1.5.2) @@ -225,8 +234,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) railties (7.1.5.2) actionpack (= 7.1.5.2) @@ -236,15 +245,17 @@ GEM rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) - rake (13.2.1) - rdoc (6.7.0) + rake (13.3.1) + rdoc (7.2.0) + erb psych (>= 4.0.0) + tsort recaptcha (5.17.0) - reline (0.5.10) + reline (0.6.3) io-console (~> 0.5) - responders (3.1.1) - actionpack (>= 5.2) - railties (>= 5.2) + responders (3.2.0) + actionpack (>= 7.0) + railties (>= 7.0) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) sassc (2.4.0) @@ -264,10 +275,11 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - stringio (3.1.1) - thor (1.3.2) + stringio (3.2.0) + thor (1.5.0) tilt (2.4.0) timeout (0.4.3) + tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) tzinfo-data (1.2024.1) @@ -281,13 +293,12 @@ GEM rack-proxy (>= 0.6.1) railties (>= 5.2) semantic_range (>= 2.3.0) - webrick (1.8.2) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) whenever (1.0.0) chronic (>= 0.6.3) - zeitwerk (2.7.0) + zeitwerk (2.7.5) PLATFORMS ruby @@ -301,7 +312,7 @@ DEPENDENCIES coffee-rails (~> 5.0.0) coffee-script (~> 2.4.1) config (~> 5.5.1) - devise (~> 4.9.4) + devise (~> 5.0.3) devise-encryptable (~> 0.2.0) exception_notification (~> 4.5) geocoder (~> 1.8.3)