From ac9460be77c22e12516a2240404ef319d0b34c49 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 14 Mar 2016 21:44:50 +1100 Subject: [PATCH] do still need cancan --- Gemfile | 1 + Gemfile.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index 497172e4..bf5997af 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,7 @@ gem 'devise' gem 'redis' gem 'pg' gem 'pundit' +gem 'cancan' gem 'pundit_extra' gem 'formula' gem 'formtastic' diff --git a/Gemfile.lock b/Gemfile.lock index 86fea5e0..ff5c1317 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,6 +57,7 @@ GEM debug_inspector (>= 0.0.1) builder (3.2.2) byebug (8.2.2) + cancan (1.6.10) cancancan (1.10.1) climate_control (0.0.3) activesupport (>= 3.0) @@ -264,6 +265,7 @@ DEPENDENCIES best_in_place better_errors binding_of_caller + cancan coffee-rails delayed_job (~> 4.0.2) delayed_job_active_record (~> 4.0.1) @@ -299,3 +301,6 @@ DEPENDENCIES tunemygc uglifier uservoice-ruby + +BUNDLED WITH + 1.11.2