1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

No need to install the deprecated_sanitizer gem

It is not being used in our tests
This commit is contained in:
Rafael Mendonça França 2014-09-25 16:48:45 -03:00
parent 80990e2a0b
commit b98c593bc8

View file

@ -13,7 +13,6 @@ gem 'mocha', '~> 0.14', require: false
gem 'rack-cache', '~> 1.2'
gem 'jquery-rails', '~> 4.0.0.beta2'
gem 'coffee-rails', '~> 4.0.0'
gem 'rails-deprecated_sanitizer', '~> 1.0.3'
gem 'turbolinks', '~> 2.2.3'
# require: false so bcrypt is loaded only when has_secure_password is used.