gems: update sanitize to 4.5.0; add addressable.

This commit is contained in:
evazion
2017-06-16 00:35:29 -05:00
parent 835f5d5426
commit 48001c1293
2 changed files with 13 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ gem "delayed_job_active_record"
gem "simple_form"
gem "mechanize"
gem "whenever", :require => false
gem "sanitize", "~> 3.1.0"
gem "sanitize"
gem 'rmagick'
gem 'net-sftp'
gem 'term-ansicolor', :require => "term/ansicolor"
@@ -44,6 +44,7 @@ gem 'memoist'
gem 'daemons'
gem 'oauth2'
gem 'bootsnap'
gem 'addressable'
# needed for looser jpeg header compat
gem 'ruby-imagespec', :require => "image_spec", :git => "https://github.com/r888888888/ruby-imagespec.git", :branch => "exif-fixes"