Skip to content

Commit

Permalink
Bump nokogiri from 1.13.3 to 1.13.6
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.3 to 1.13.6.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.13.3...v1.13.6)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 24, 2022
1 parent f74e32c commit 60c407b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem "decidim", DECIDIM_VERSION

# Remove this nokogiri forces version at any time but make sure that no __truncato_root__ text appears in the cards in general.
# More exactly in comments in the homepage and in processes cards in the processes listing
gem "nokogiri", "= 1.13.3"
gem "nokogiri", "1.13.6"

group :development, :test do
gem "better_errors", ">= 2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ GEM
netrc (0.11.0)
nio4r (2.5.8)
nobspw (0.6.2)
nokogiri (1.13.3-x86_64-linux)
nokogiri (1.13.6-x86_64-linux)
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
Expand Down Expand Up @@ -893,7 +893,7 @@ DEPENDENCIES
figaro (>= 1.1.1)
letter_opener_web
listen (~> 3.1.0)
nokogiri (= 1.13.3)
nokogiri (= 1.13.6)
openssl
puma
sanitize (~> 5.2)
Expand Down

0 comments on commit 60c407b

Please sign in to comment.