diff --git a/Gemfile b/Gemfile index cb9aada2..33e291ad 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "sentry-raven", "~> 3.1" gem "request_store", "~> 1.5" # Auithorization -gem "pundit", "~> 1.1" +gem "pundit", "~> 2.1" group :development, :test do # Debugging diff --git a/Gemfile.lock b/Gemfile.lock index 4522a0eb..f3da6966 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -188,7 +188,7 @@ GEM trollop pg (1.2.3) puma (3.12.6) - pundit (1.1.0) + pundit (2.1.0) activesupport (>= 3.0.0) racc (1.5.2) rack (2.2.3) @@ -383,7 +383,7 @@ DEPENDENCIES pessimize (~> 0.4) pg (~> 1.2) puma (~> 3.12) - pundit (~> 1.1) + pundit (~> 2.1) rack-mini-profiler (~> 2.3) rails (= 5.2.4.5) rails_best_practices (~> 1.20)