From 3cd94b9e2b59e8baf75548c3ff85a9c4af084cc9 Mon Sep 17 00:00:00 2001 From: Alex Coles Date: Fri, 11 Apr 2014 14:52:09 +0200 Subject: [PATCH] Add ProtectedAttributes dependency Signed-off-by: Alex Coles --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index d3af911408..f5fa13c595 100644 --- a/Gemfile +++ b/Gemfile @@ -45,6 +45,7 @@ end source 'https://rubygems.org' gem "rails", "= 4.0.9" +gem 'protected_attributes' gem "coderay", "~> 1.0.5" gem "rubytree", "~> 0.8.3" diff --git a/Gemfile.lock b/Gemfile.lock index bc62b4279f..ff13c2b048 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -210,6 +210,8 @@ GEM rack (~> 1.0) pg (0.17.1) polyglot (0.3.5) + protected_attributes (1.0.7) + activemodel (>= 4.0.1, < 5.0) prototype-rails (4.0.0) rails (~> 4.0) pry (0.9.12.6) @@ -418,6 +420,7 @@ DEPENDENCIES oj omniauth pg (~> 0.17.1) + protected_attributes prototype-rails prototype_legacy_helper (= 0.0.0)! pry-byebug