diff --git a/Gemfile b/Gemfile index 55344a492..800114b3d 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ gem "pry", "~> 0.11" gem "pry-rails", "~> 0.3" gem "puma", "~> 3.11" gem "puma_worker_killer", "~> 0.1" -gem "pundit", "~> 1.1" +gem "pundit", "~> 2.0" gem "pusher", "~> 1.3" gem "rack-host-redirect", "~> 1.3" gem "rack-timeout", "~> 0.5" diff --git a/Gemfile.lock b/Gemfile.lock index 91faad4b8..836ce3e87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -636,7 +636,7 @@ GEM puma_worker_killer (0.1.0) get_process_mem (~> 0.2) puma (>= 2.7, < 4) - pundit (1.1.0) + pundit (2.0.0) activesupport (>= 3.0.0) pundit-matchers (1.6.0) rspec-rails (>= 3.0.0) @@ -997,7 +997,7 @@ DEPENDENCIES pry-rails (~> 0.3) puma (~> 3.11) puma_worker_killer (~> 0.1) - pundit (~> 1.1) + pundit (~> 2.0) pundit-matchers (~> 1.6) pusher (~> 1.3) rack-host-redirect (~> 1.3)