From 99df1c0bbf8e041cb85ee003c2f207988840dc7b Mon Sep 17 00:00:00 2001 From: kikito Date: Fri, 7 Aug 2015 17:49:16 +0200 Subject: [PATCH] adds cancancan --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index d96ea4e03..00e2a98eb 100644 --- a/Gemfile +++ b/Gemfile @@ -37,6 +37,7 @@ gem 'foundation-rails' gem 'acts_as_votable' gem "recaptcha", require: "recaptcha/rails" gem 'ckeditor' +gem 'cancancan' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index bc4dd1e27..67f4a7616 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,6 +53,7 @@ GEM builder (3.2.2) byebug (5.0.0) columnize (= 0.9.0) + cancancan (1.12.0) capybara (2.4.4) mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -271,6 +272,7 @@ DEPENDENCIES acts_as_commentable_with_threading acts_as_votable byebug + cancancan capybara ckeditor coffee-rails (~> 4.1.0)