Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 7540b1a

Browse files
Bump nokogiri from 1.12.5 to 1.13.2 in /examples/nokogiri_script
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.2. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.12.5...v1.13.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 921299b commit 7540b1a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/nokogiri_script/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'nokogiri', '~> 1.12'
3+
gem 'nokogiri', '~> 1.13'
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
mini_portile2 (2.6.1)
5-
nokogiri (1.12.5)
6-
mini_portile2 (~> 2.6.1)
4+
mini_portile2 (2.8.0)
5+
nokogiri (1.13.2)
6+
mini_portile2 (~> 2.8.0)
77
racc (~> 1.4)
88
racc (1.6.0)
99

1010
PLATFORMS
1111
ruby
1212

1313
DEPENDENCIES
14-
nokogiri (~> 1.12)
14+
nokogiri (~> 1.13)
1515

1616
BUNDLED WITH
1717
1.16.2

0 commit comments

Comments
 (0)