[update-gem-tzinfo] - update of dependencies - nokogiri, loofah, tzinfo, rack

This commit is contained in:
GuiLeme 2022-12-15 09:07:16 -03:00
parent 3f9fcc693f
commit 1ba26ea3c3
2 changed files with 18 additions and 18 deletions

View File

@ -25,8 +25,8 @@ gem 'java_properties'
gem 'journald-logger', '~> 3.0'
gem 'jwt', '~> 2.2'
gem 'locale', '~> 2.1'
gem 'loofah', '~> 2.3'
gem 'nokogiri', '~> 1.13', '>= 1.13.6'
gem 'loofah', '~> 2.19.1'
gem 'nokogiri', '~> 1.13.10', '>= 1.13.10'
gem 'open4', '~> 1.3'
gem 'rb-inotify', '~> 0.10'
gem 'redis', '~> 4.1'

View File

@ -21,10 +21,10 @@ GEM
journald-logger (3.1.0)
journald-native (~> 1.0)
journald-native (1.0.12)
json (2.6.2)
jwt (2.4.1)
json (2.6.3)
jwt (2.5.0)
locale (2.1.3)
loofah (2.18.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mini_portile2 (2.8.0)
@ -33,26 +33,26 @@ GEM
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nokogiri (1.13.8)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
open4 (1.3.4)
optimist (3.0.1)
parallel (1.22.1)
parser (3.1.2.1)
parser (3.1.3.0)
ast (~> 2.4.1)
racc (1.6.0)
rack (2.2.4)
rack-protection (3.0.3)
racc (1.6.1)
rack (3.0.0)
rack-protection (3.0.4)
rack
rainbow (3.1.1)
rake (13.0.6)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.7.1)
redis (4.8.0)
redis-namespace (1.9.0)
redis (>= 4)
regexp_parser (2.5.0)
regexp_parser (2.6.1)
resque (2.4.0)
mono_logger (~> 1.0)
multi_json (~> 1.0)
@ -69,21 +69,21 @@ GEM
rubocop-ast (>= 1.18.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
rubocop-ast (1.24.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sinatra (3.0.3)
sinatra (3.0.4)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.3)
rack-protection (= 3.0.4)
tilt (~> 2.0)
thread_safe (0.3.6)
tilt (2.0.11)
tzinfo (1.2.10)
thread_safe (~> 0.1)
unicode-display_width (2.2.0)
unicode-display_width (2.3.0)
PLATFORMS
ruby
@ -97,9 +97,9 @@ DEPENDENCIES
journald-logger (~> 3.0)
jwt (~> 2.2)
locale (~> 2.1)
loofah (~> 2.3)
loofah (~> 2.19.1)
minitest (~> 5.14.1)
nokogiri (~> 1.13, >= 1.13.6)
nokogiri (~> 1.13.10, >= 1.13.10)
open4 (~> 1.3)
optimist
rake (>= 12.3, < 14)