From 3a2003ba863252f305fb32098bcd3f095b10e2ff Mon Sep 17 00:00:00 2001 From: Jack Jennings Date: Mon, 29 May 2017 09:22:22 -0700 Subject: Extract authorization policy for viewing statuses (#3150) --- Gemfile.lock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index e8c3ba487..69429c979 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -283,6 +283,8 @@ GEM pry (>= 0.10.4) public_suffix (2.0.5) puma (3.8.2) + pundit (1.1.0) + activesupport (>= 3.0.0) rabl (0.13.1) activesupport (>= 2.3.14) rack (2.0.3) @@ -519,6 +521,7 @@ DEPENDENCIES pkg-config (~> 1.2) pry-rails (~> 0.3) puma (~> 3.8) + pundit (~> 1.1) rabl (~> 0.13) rack-attack (~> 5.0) rack-cors (~> 0.4) -- cgit