diff --git a/Gemfile b/Gemfile index 60ea48d..069cbc7 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "rails", "~> 7.1" gem "pg", "~> 1.5" gem "puma", "~> 6.3" gem "bootsnap", "~> 1.13", require: false -gem "devise", "~> 4.8" +gem "devise", "~> 4.9" gem "omniauth-facebook", "~> 9.0" gem "omniauth-github", "~> 2.0" gem "omniauth-google-oauth2", "~> 1.1" diff --git a/Gemfile.lock b/Gemfile.lock index 8b0fdcd..5dae708 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,14 +84,14 @@ GEM activerecord (>= 5.0, < 7.2) request_store (~> 1.2) base64 (0.2.0) - bcrypt (3.1.18) - bigdecimal (3.1.4) + bcrypt (3.1.20) + bigdecimal (3.1.7) bindex (0.8.1) bootsnap (1.16.0) msgpack (~> 1.2) builder (3.2.4) cancancan (3.5.0) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) connection_pool (2.4.1) crass (1.0.6) cssbundling-rails (1.3.3) @@ -100,7 +100,7 @@ GEM debug (1.8.0) irb (>= 1.5.0) reline (>= 0.3.1) - devise (4.9.2) + devise (4.9.4) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -110,8 +110,7 @@ GEM dotenv-rails (2.8.1) dotenv (= 2.8.1) railties (>= 3.2) - drb (2.2.0) - ruby2_keywords + drb (2.2.1) erubi (1.12.0) et-orbi (1.2.7) tzinfo @@ -136,15 +135,15 @@ GEM rails (>= 6.0.0) stimulus-rails turbo-rails - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - io-console (0.6.0) - irb (1.9.0) + io-console (0.7.2) + irb (1.12.0) rdoc - reline (>= 0.3.8) + reline (>= 0.4.2) jsbundling-rails (1.1.2) railties (>= 6.0.0) jwt (2.7.1) @@ -159,7 +158,7 @@ GEM marcel (1.0.2) mini_magick (4.12.0) mini_mime (1.1.5) - minitest (5.20.0) + minitest (5.22.3) motor-admin (0.4.20) ar_lazy_preload (~> 1.0) audited (~> 5.0) @@ -179,13 +178,13 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.6.0) - nokogiri (1.15.4-aarch64-linux) + nokogiri (1.16.4-aarch64-linux) racc (~> 1.4) - nokogiri (1.15.4-arm64-darwin) + nokogiri (1.16.4-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.4-x86_64-darwin) + nokogiri (1.16.4-x86_64-darwin) racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.16.4-x86_64-linux) racc (~> 1.4) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) @@ -217,13 +216,13 @@ GEM orm_adapter (0.5.0) pagy (6.0.4) pg (1.5.4) - psych (5.1.1.1) + psych (5.1.2) stringio puma (6.3.1) nio4r (~> 2.0) raabro (1.4.0) racc (1.7.3) - rack (3.0.8) + rack (3.0.10) rack-protection (3.0.6) rack rack-session (2.0.0) @@ -262,18 +261,18 @@ GEM rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) - rake (13.1.0) + rake (13.2.1) ransack (4.1.1) activerecord (>= 6.1.5) activesupport (>= 6.1.5) i18n - rdoc (6.6.0) + rdoc (6.6.3.1) psych (>= 4.0.0) - reline (0.4.0) + reline (0.5.1) io-console (~> 0.5) request_store (1.5.1) rack (>= 1.4) - responders (3.1.0) + responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) ruby-vips (2.1.4) @@ -291,8 +290,8 @@ GEM sprockets (>= 3.0.0) stimulus-rails (1.3.0) railties (>= 6.0.0) - stringio (3.0.9) - thor (1.3.0) + stringio (3.1.0) + thor (1.3.1) timeout (0.4.1) turbo-rails (1.4.0) actionpack (>= 6.0.0) @@ -312,7 +311,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.12) + zeitwerk (2.6.13) PLATFORMS aarch64-linux @@ -327,7 +326,7 @@ DEPENDENCIES cancancan (~> 3.4) cssbundling-rails (~> 1.3) debug - devise (~> 4.8) + devise (~> 4.9) dotenv-rails faker (~> 3) friendly_id (~> 5.5)