Skip to content

Commit 38acfc3

Browse files
Bump nokogiri from 1.12.2 to 1.14.0 in /docs (#116)
* gitlab: improve documentation (#113) * gitlab: improve documentation between Gitlab.com with shared runner and self-managed instances. * add a notive about gitlab CI variable "protected" * remove irrelevant assumption about gitlab shared runners abilities * Bump tzinfo from 1.2.9 to 1.2.10 in /docs (#115) Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](tzinfo/tzinfo@v1.2.9...v1.2.10) --- updated-dependencies: - dependency-name: tzinfo dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nokogiri from 1.12.2 to 1.14.0 in /docs Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.2 to 1.14.0. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.12.2...v1.14.0) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Catena cyber <35799796+catenacyber@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0927be commit 38acfc3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,25 +219,25 @@ GEM
219219
rb-fsevent (~> 0.10, >= 0.10.3)
220220
rb-inotify (~> 0.9, >= 0.9.10)
221221
mercenary (0.3.6)
222-
mini_portile2 (2.6.1)
222+
mini_portile2 (2.8.1)
223223
minima (2.5.1)
224224
jekyll (>= 3.5, < 5.0)
225225
jekyll-feed (~> 0.9)
226226
jekyll-seo-tag (~> 2.1)
227227
minitest (5.14.4)
228228
multipart-post (2.1.1)
229-
nokogiri (1.12.2)
230-
mini_portile2 (~> 2.6.1)
229+
nokogiri (1.14.0)
230+
mini_portile2 (~> 2.8.0)
231231
racc (~> 1.4)
232-
nokogiri (1.12.2-x86_64-linux)
232+
nokogiri (1.14.0-x86_64-linux)
233233
racc (~> 1.4)
234234
octokit (4.21.0)
235235
faraday (>= 0.9)
236236
sawyer (~> 0.8.0, >= 0.5.3)
237237
pathutil (0.16.2)
238238
forwardable-extended (~> 2.6)
239239
public_suffix (4.0.6)
240-
racc (1.5.2)
240+
racc (1.6.2)
241241
rb-fsevent (0.11.0)
242242
rb-inotify (0.10.1)
243243
ffi (~> 1.0)
@@ -263,7 +263,7 @@ GEM
263263
thread_safe (0.3.6)
264264
typhoeus (1.4.0)
265265
ethon (>= 0.9.0)
266-
tzinfo (1.2.9)
266+
tzinfo (1.2.10)
267267
thread_safe (~> 0.1)
268268
unf (0.1.4)
269269
unf_ext

0 commit comments

Comments
 (0)