mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 05:18:01 +08:00
Bump nokogiri from 1.16.2 to 1.16.5 (#7552)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.16.2...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c6b9337c08
commit
fdcef2bc05
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
@ -59,7 +59,7 @@ gem 'i18n-js', '~> 3.6' # Localization in javascript files
|
||||||
gem 'jbuilder' # JSON structures via a Builder-style DSL
|
gem 'jbuilder' # JSON structures via a Builder-style DSL
|
||||||
gem 'logging', '~> 2.0.0'
|
gem 'logging', '~> 2.0.0'
|
||||||
gem 'nested_form_fields'
|
gem 'nested_form_fields'
|
||||||
gem 'nokogiri', '~> 1.16.2' # HTML/XML parser
|
gem 'nokogiri', '~> 1.16.5' # HTML/XML parser
|
||||||
gem 'noticed'
|
gem 'noticed'
|
||||||
gem 'rails_autolink', '~> 1.1', '>= 1.1.6'
|
gem 'rails_autolink', '~> 1.1', '>= 1.1.6'
|
||||||
gem 'rgl' # Graph framework for project diagram calculations
|
gem 'rgl' # Graph framework for project diagram calculations
|
||||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -433,7 +433,7 @@ GEM
|
||||||
mime-types-data (3.2023.0218.1)
|
mime-types-data (3.2023.0218.1)
|
||||||
mini_magick (4.12.0)
|
mini_magick (4.12.0)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
mini_portile2 (2.8.5)
|
mini_portile2 (2.8.6)
|
||||||
minitest (5.22.2)
|
minitest (5.22.2)
|
||||||
msgpack (1.7.1)
|
msgpack (1.7.1)
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
|
@ -456,12 +456,12 @@ GEM
|
||||||
net-protocol
|
net-protocol
|
||||||
newrelic_rpm (9.2.2)
|
newrelic_rpm (9.2.2)
|
||||||
nio4r (2.7.0)
|
nio4r (2.7.0)
|
||||||
nokogiri (1.16.2)
|
nokogiri (1.16.5)
|
||||||
mini_portile2 (~> 2.8.2)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.16.2-arm64-darwin)
|
nokogiri (1.16.5-arm64-darwin)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.16.2-x86_64-linux)
|
nokogiri (1.16.5-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
noticed (1.6.3)
|
noticed (1.6.3)
|
||||||
http (>= 4.0.0)
|
http (>= 4.0.0)
|
||||||
|
@ -731,13 +731,13 @@ GEM
|
||||||
unf_ext (0.0.8.2)
|
unf_ext (0.0.8.2)
|
||||||
unicode-display_width (2.4.2)
|
unicode-display_width (2.4.2)
|
||||||
uniform_notifier (1.16.0)
|
uniform_notifier (1.16.0)
|
||||||
|
uri (0.13.0)
|
||||||
validate_email (0.1.6)
|
validate_email (0.1.6)
|
||||||
activemodel (>= 3.0)
|
activemodel (>= 3.0)
|
||||||
mail (>= 2.2.5)
|
mail (>= 2.2.5)
|
||||||
validate_url (1.0.15)
|
validate_url (1.0.15)
|
||||||
activemodel (>= 3.0.0)
|
activemodel (>= 3.0.0)
|
||||||
public_suffix
|
public_suffix
|
||||||
uri (0.13.0)
|
|
||||||
version_gem (1.1.3)
|
version_gem (1.1.3)
|
||||||
view_component (3.9.0)
|
view_component (3.9.0)
|
||||||
activesupport (>= 5.2.0, < 8.0)
|
activesupport (>= 5.2.0, < 8.0)
|
||||||
|
@ -827,7 +827,7 @@ DEPENDENCIES
|
||||||
logging (~> 2.0.0)
|
logging (~> 2.0.0)
|
||||||
nested_form_fields
|
nested_form_fields
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
nokogiri (~> 1.16.2)
|
nokogiri (~> 1.16.5)
|
||||||
noticed
|
noticed
|
||||||
omniauth (~> 2.1)
|
omniauth (~> 2.1)
|
||||||
omniauth-azure-activedirectory-v2
|
omniauth-azure-activedirectory-v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue