remove safe_attributes gem

pull/1186/head
Philipp Tessenow 12 years ago
parent f06d7486d2
commit 67c068a68b
  1. 2
      Gemfile
  2. 4
      Gemfile.lock

@ -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'

@ -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

Loading…
Cancel
Save