Skip to content

Commit

Permalink
Bump nokogiri from 1.15.7 to 1.17.0 in /apps/dashboard
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.7 to 1.17.0.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.15.7...v1.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 6e45ffc commit dc8ec76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end

# lock gems to versions that are compatible with ruby 2.7.0,
# which Ubuntu 20.04 uses.
gem 'nokogiri', '~> 1.15', '< 1.16'
gem 'nokogiri', '~> 1.17'
gem 'net-imap', '~> 0.3', '< 0.4'
gem 'public_suffix', '~> 5.0', '< 6.0'
gem 'turbo-rails', '2.0.7'
Expand Down
4 changes: 2 additions & 2 deletions apps/dashboard/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.4)
nokogiri (1.15.7)
nokogiri (1.17.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ood_appkit (2.1.4)
Expand Down Expand Up @@ -307,7 +307,7 @@ DEPENDENCIES
local_time (~> 1.0.3)
mocha (~> 2.1)
net-imap (~> 0.3, < 0.4)
nokogiri (~> 1.15, < 1.16)
nokogiri (~> 1.17)
ood_appkit (~> 2.1.0)
ood_core (~> 0.24)
ood_support (~> 0.0.2)
Expand Down

0 comments on commit dc8ec76

Please sign in to comment.