gems: update sanitize to 4.5.0; add addressable.
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user