diff --git a/Gemfile b/Gemfile index b4be62b..b89af7b 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem "devise-jwt", "~> 0.11" gem "omniauth-google-oauth2", "~> 1.2" # Authorization -gem "pundit", "~> 2.3" +gem "pundit", "~> 2.5" # Serialization gem "jsonapi-serializer", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 501f15c..9f1beb0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM bcrypt_pbkdf (1.1.1-arm64-darwin) bcrypt_pbkdf (1.1.1-x86_64-darwin) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.2.3) bootsnap (1.18.6) msgpack (~> 1.2) brakeman (7.1.0) @@ -89,7 +89,7 @@ GEM builder (3.3.0) chronic (0.10.2) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) crass (1.0.6) csv (3.3.5) database_cleaner-active_record (2.2.2) @@ -308,7 +308,7 @@ GEM public_suffix (6.0.2) puma (6.6.1) nio4r (~> 2.0) - pundit (2.5.0) + pundit (2.5.2) activesupport (>= 3.0.0) raabro (1.4.0) racc (1.8.1) @@ -517,7 +517,7 @@ DEPENDENCIES omniauth-google-oauth2 (~> 1.2) pg (~> 1.5) puma (>= 5.0) - pundit (~> 2.3) + pundit (~> 2.5) rack-cors (~> 2.0) rails (~> 8.0.2) redis (~> 5.2)