mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-15 17:44:46 +08:00
Bump nokogiri from 1.11.4 to 1.12.5
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 to 1.12.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.11.4...v1.12.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
313eaf7276
commit
87d271c7f4
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -71,7 +71,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.11.4' # HTML/XML parser
|
gem 'nokogiri', '~> 1.12.5' # HTML/XML parser
|
||||||
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
|
||||||
gem 'roo', '~> 2.8.2' # Spreadsheet parser
|
gem 'roo', '~> 2.8.2' # Spreadsheet parser
|
||||||
|
|
|
@ -365,7 +365,7 @@ GEM
|
||||||
rake
|
rake
|
||||||
mini_magick (4.11.0)
|
mini_magick (4.11.0)
|
||||||
mini_mime (1.0.2)
|
mini_mime (1.0.2)
|
||||||
mini_portile2 (2.5.1)
|
mini_portile2 (2.6.1)
|
||||||
minitest (5.14.4)
|
minitest (5.14.4)
|
||||||
momentjs-rails (2.17.1)
|
momentjs-rails (2.17.1)
|
||||||
railties (>= 3.1)
|
railties (>= 3.1)
|
||||||
|
@ -380,8 +380,8 @@ GEM
|
||||||
rails (>= 3.2.0)
|
rails (>= 3.2.0)
|
||||||
newrelic_rpm (6.15.0)
|
newrelic_rpm (6.15.0)
|
||||||
nio4r (2.5.7)
|
nio4r (2.5.7)
|
||||||
nokogiri (1.11.4)
|
nokogiri (1.12.5)
|
||||||
mini_portile2 (~> 2.5.0)
|
mini_portile2 (~> 2.6.1)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogumbo (2.0.4)
|
nokogumbo (2.0.4)
|
||||||
nokogiri (~> 1.8, >= 1.8.4)
|
nokogiri (~> 1.8, >= 1.8.4)
|
||||||
|
@ -683,7 +683,7 @@ DEPENDENCIES
|
||||||
momentjs-rails (~> 2.17.1)
|
momentjs-rails (~> 2.17.1)
|
||||||
nested_form_fields
|
nested_form_fields
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
nokogiri (~> 1.11.4)
|
nokogiri (~> 1.12.5)
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-azure-activedirectory
|
omniauth-azure-activedirectory
|
||||||
omniauth-linkedin-oauth2
|
omniauth-linkedin-oauth2
|
||||||
|
|
Loading…
Add table
Reference in a new issue