[update-ruby-gems] - Update of nokogiri and rack-gem

This commit is contained in:
GuiLeme 2022-05-30 14:43:58 -03:00
parent 464fa7a8ab
commit eb1331502b
2 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,7 @@ gem 'journald-logger', '~> 3.0'
gem 'jwt', '~> 2.2'
gem 'locale', '~> 2.1'
gem 'loofah', '~> 2.3'
gem 'nokogiri', '~> 1.13', '>= 1.13.5'
gem 'nokogiri', '~> 1.13', '>= 1.13.6'
gem 'open4', '~> 1.3'
gem 'rb-inotify', '~> 0.10'
gem 'redis', '~> 4.1'

View File

@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
absolute_time (1.0.0)
activesupport (5.2.7)
activesupport (5.2.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
@ -24,7 +24,7 @@ GEM
journald-native (1.0.12)
jwt (2.3.0)
locale (2.1.3)
loofah (2.16.0)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mini_portile2 (2.8.0)
@ -33,16 +33,16 @@ GEM
multi_json (1.15.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nokogiri (1.13.5)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
open4 (1.3.4)
optimist (3.0.1)
parallel (1.22.1)
parser (3.1.1.0)
parser (3.1.2.0)
ast (~> 2.4.1)
racc (1.6.0)
rack (2.2.3)
rack (2.2.3.1)
rack-protection (2.2.0)
rack
rainbow (3.1.1)
@ -95,7 +95,7 @@ DEPENDENCIES
locale (~> 2.1)
loofah (~> 2.3)
minitest (~> 5.14.1)
nokogiri (~> 1.13, >= 1.13.5)
nokogiri (~> 1.13, >= 1.13.6)
open4 (~> 1.3)
optimist
rake (>= 12.3, < 14)