Skip to content

Commit 14ee2ed

Browse files
Bump nokogiri and mini_portile2
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) and [mini_portile2](https://github.com/flavorjones/mini_portile). These dependencies needed to be updated together. Updates `nokogiri` from 1.13.4 to 1.15.4 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.4...v1.15.4) Updates `mini_portile2` from 2.8.0 to 2.8.4 - [Release notes](https://github.com/flavorjones/mini_portile/releases) - [Changelog](https://github.com/flavorjones/mini_portile/blob/main/CHANGELOG.md) - [Commits](flavorjones/mini_portile@v2.8.0...v2.8.4) Updates `nokogiri` from 1.13.4 to 1.15.4 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.4...v1.15.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production - dependency-name: mini_portile2 dependency-type: direct:production - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d055e7 commit 14ee2ed

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ gem('fuzzy-string-match')
1919
gem('hashie')
2020
gem('i18n', '1.8.2')
2121
gem('json-ld')
22-
gem('mini_portile2', '2.8.0')
22+
gem('mini_portile2', '2.8.4')
2323
gem('matrix')
2424
gem('multi_json', '1.14.1')
25-
gem('nokogiri', '1.13.4')
25+
gem('nokogiri', '1.15.4')
2626
gem('parallel', '1.19.1')
2727
gem('pry')
2828
gem('public_suffix', '4.0.5')

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,17 @@ GEM
128128
mime-types (3.4.1)
129129
mime-types-data (~> 3.2015)
130130
mime-types-data (3.2023.0218.1)
131-
mini_portile2 (2.8.0)
131+
mini_portile2 (2.8.4)
132132
minitest (5.18.0)
133133
multi_json (1.14.1)
134134
multipart-post (2.3.0)
135135
mustermann (2.0.2)
136136
ruby2_keywords (~> 0.0.1)
137137
netrc (0.11.0)
138-
nokogiri (1.13.4)
139-
mini_portile2 (~> 2.8.0)
138+
nokogiri (1.15.4)
139+
mini_portile2 (~> 2.8.2)
140140
racc (~> 1.4)
141-
nokogiri (1.13.4-x86_64-linux)
141+
nokogiri (1.15.4-x86_64-linux)
142142
racc (~> 1.4)
143143
parallel (1.19.1)
144144
parser (3.2.1.1)
@@ -148,7 +148,7 @@ GEM
148148
method_source (~> 1.0)
149149
public_suffix (4.0.5)
150150
raabro (1.4.0)
151-
racc (1.6.2)
151+
racc (1.7.1)
152152
rack (2.2.3)
153153
rack-protection (2.2.4)
154154
rack
@@ -266,9 +266,9 @@ DEPENDENCIES
266266
i18n (= 1.8.2)
267267
json-ld
268268
matrix
269-
mini_portile2 (= 2.8.0)
269+
mini_portile2 (= 2.8.4)
270270
multi_json (= 1.14.1)
271-
nokogiri (= 1.13.4)
271+
nokogiri (= 1.15.4)
272272
parallel (= 1.19.1)
273273
pry
274274
public_suffix (= 4.0.5)

0 commit comments

Comments
 (0)