From 67c068a68b4c19163ed687ce83137a1f19670c2b Mon Sep 17 00:00:00 2001 From: Philipp Tessenow Date: Fri, 26 Oct 2012 09:18:34 +0200 Subject: [PATCH] remove safe_attributes gem --- Gemfile | 2 -- Gemfile.lock | 4 ---- 2 files changed, 6 deletions(-) diff --git a/Gemfile b/Gemfile index 3bc4a48595..98fbe45ba6 100644 --- a/Gemfile +++ b/Gemfile @@ -11,8 +11,6 @@ gem "fastercsv", "~> 1.5.0", :platforms => [:ruby_18, :jruby, :mingw_18] gem 'globalize3', :git => 'git://github.com/svenfuchs/globalize3.git' gem "delayed_job_active_record" # that's how delayed job's readme recommends it -# TODO: check that it doesn't break the functionality of acts_as_journalized -gem 'safe_attributes' # allows active record to have a #changes column # TODO: adds #auto_link which was deprecated in rails 3.1 gem 'rails_autolink' diff --git a/Gemfile.lock b/Gemfile.lock index c8f9d9ade4..8ae59b717a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,9 +198,6 @@ GEM json (>= 1.7.5) structured_warnings (>= 0.1.3) rubyzip (0.9.9) - safe_attributes (1.0.8) - activerecord (>= 3.0.0) - activesupport (>= 3.0.0) sass (3.2.1) sass-rails (3.2.5) railties (~> 3.2.0) @@ -284,7 +281,6 @@ DEPENDENCIES ruby-debug ruby-openid (~> 2.1.4) rubytree (~> 0.8.3) - safe_attributes sass-rails (~> 3.2.3) shoulda (~> 3.1.1) sqlite3