Merge pull request #1967 from internetee/07052021-security-update

Security update
This commit is contained in:
Alex Sherman 2021-05-07 11:52:14 +05:00 committed by GitHub
commit 787016b9b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 57 additions and 57 deletions

View file

@ -7,7 +7,7 @@ gem 'bootsnap', '>= 1.1.0', require: false
gem 'iso8601', '0.12.1' # for dates and times gem 'iso8601', '0.12.1' # for dates and times
gem 'mime-types-data' gem 'mime-types-data'
gem 'mimemagic', '0.4.3' gem 'mimemagic', '0.4.3'
gem 'rails', '~> 6.0' gem 'rails', '~> 6.1.3.2'
gem 'rest-client' gem 'rest-client'
gem 'uglifier' gem 'uglifier'

View file

@ -76,64 +76,64 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (6.1.3.1) actioncable (6.1.3.2)
actionpack (= 6.1.3.1) actionpack (= 6.1.3.2)
activesupport (= 6.1.3.1) activesupport (= 6.1.3.2)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.1.3.1) actionmailbox (6.1.3.2)
actionpack (= 6.1.3.1) actionpack (= 6.1.3.2)
activejob (= 6.1.3.1) activejob (= 6.1.3.2)
activerecord (= 6.1.3.1) activerecord (= 6.1.3.2)
activestorage (= 6.1.3.1) activestorage (= 6.1.3.2)
activesupport (= 6.1.3.1) activesupport (= 6.1.3.2)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.1.3.1) actionmailer (6.1.3.2)
actionpack (= 6.1.3.1) actionpack (= 6.1.3.2)
actionview (= 6.1.3.1) actionview (= 6.1.3.2)
activejob (= 6.1.3.1) activejob (= 6.1.3.2)
activesupport (= 6.1.3.1) activesupport (= 6.1.3.2)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (6.1.3.1) actionpack (6.1.3.2)
actionview (= 6.1.3.1) actionview (= 6.1.3.2)
activesupport (= 6.1.3.1) activesupport (= 6.1.3.2)
rack (~> 2.0, >= 2.0.9) rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.3.1) actiontext (6.1.3.2)
actionpack (= 6.1.3.1) actionpack (= 6.1.3.2)
activerecord (= 6.1.3.1) activerecord (= 6.1.3.2)
activestorage (= 6.1.3.1) activestorage (= 6.1.3.2)
activesupport (= 6.1.3.1) activesupport (= 6.1.3.2)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.1.3.1) actionview (6.1.3.2)
activesupport (= 6.1.3.1) activesupport (= 6.1.3.2)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_interaction (4.0.0) active_interaction (4.0.0)
activemodel (>= 5, < 7) activemodel (>= 5, < 7)
activejob (6.1.3.1) activejob (6.1.3.2)
activesupport (= 6.1.3.1) activesupport (= 6.1.3.2)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.1.3.1) activemodel (6.1.3.2)
activesupport (= 6.1.3.1) activesupport (= 6.1.3.2)
activerecord (6.1.3.1) activerecord (6.1.3.2)
activemodel (= 6.1.3.1) activemodel (= 6.1.3.2)
activesupport (= 6.1.3.1) activesupport (= 6.1.3.2)
activerecord-import (1.0.8) activerecord-import (1.0.8)
activerecord (>= 3.2) activerecord (>= 3.2)
activestorage (6.1.3.1) activestorage (6.1.3.2)
actionpack (= 6.1.3.1) actionpack (= 6.1.3.2)
activejob (= 6.1.3.1) activejob (= 6.1.3.2)
activerecord (= 6.1.3.1) activerecord (= 6.1.3.2)
activesupport (= 6.1.3.1) activesupport (= 6.1.3.2)
marcel (~> 1.0.0) marcel (~> 1.0.0)
mini_mime (~> 1.0.2) mini_mime (~> 1.0.2)
activesupport (6.1.3.1) activesupport (6.1.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
@ -362,29 +362,29 @@ GEM
rack rack
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (6.1.3.1) rails (6.1.3.2)
actioncable (= 6.1.3.1) actioncable (= 6.1.3.2)
actionmailbox (= 6.1.3.1) actionmailbox (= 6.1.3.2)
actionmailer (= 6.1.3.1) actionmailer (= 6.1.3.2)
actionpack (= 6.1.3.1) actionpack (= 6.1.3.2)
actiontext (= 6.1.3.1) actiontext (= 6.1.3.2)
actionview (= 6.1.3.1) actionview (= 6.1.3.2)
activejob (= 6.1.3.1) activejob (= 6.1.3.2)
activemodel (= 6.1.3.1) activemodel (= 6.1.3.2)
activerecord (= 6.1.3.1) activerecord (= 6.1.3.2)
activestorage (= 6.1.3.1) activestorage (= 6.1.3.2)
activesupport (= 6.1.3.1) activesupport (= 6.1.3.2)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 6.1.3.1) railties (= 6.1.3.2)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0) rails-html-sanitizer (1.3.0)
loofah (~> 2.3) loofah (~> 2.3)
railties (6.1.3.1) railties (6.1.3.2)
actionpack (= 6.1.3.1) actionpack (= 6.1.3.2)
activesupport (= 6.1.3.1) activesupport (= 6.1.3.2)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (~> 1.0) thor (~> 1.0)
@ -561,7 +561,7 @@ DEPENDENCIES
puma puma
que que
que-web que-web
rails (~> 6.0) rails (~> 6.1.3.2)
ransack (~> 2.3) ransack (~> 2.3)
rest-client rest-client
rexml rexml
@ -580,4 +580,4 @@ DEPENDENCIES
wkhtmltopdf-binary (~> 0.12.5.1) wkhtmltopdf-binary (~> 0.12.5.1)
BUNDLED WITH BUNDLED WITH
2.2.16 2.2.17

View file

@ -62,7 +62,7 @@ module ApplicationHelper
if model.updator.kind_of?(RegistrantUser) if model.updator.kind_of?(RegistrantUser)
model.updator model.updator
else else
link_to(model.updator, ['admin', model.updator]) link_to(model.updator, [:admin, model.updator])
end end
end end