From 5531adee79113c08c2d5efcb831b3c4d8325d652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:07:39 +0000 Subject: [PATCH 1/3] Bump nokogiri from 1.15.4 to 1.16.2 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.4 to 1.16.2. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.15.4...v1.16.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c9c8a78..801e82e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,11 +43,11 @@ GEM loofah (2.21.3) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.21.2) mocha (2.1.0) ruby2_keywords (>= 0.0.5) - nokogiri (1.15.4) + nokogiri (1.16.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.24.0) From fd82828b67e29d7f8681619d783cf800770ef4eb Mon Sep 17 00:00:00 2001 From: Clay Miller Date: Thu, 8 Feb 2024 16:18:43 +0000 Subject: [PATCH 2/3] patch: 1.0.1 --- erblint-github.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index f1a4396..08c17cc 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "erblint-github" - s.version = "1.0.0" + s.version = "1.0.1" s.summary = "erblint GitHub" s.description = "Template style checking for GitHub Ruby repositories" s.homepage = "https://github.com/github/erblint-github" From b1b66a15c513da856934ca2347517f873b12cbae Mon Sep 17 00:00:00 2001 From: Clay Miller Date: Thu, 8 Feb 2024 16:19:08 +0000 Subject: [PATCH 3/3] patch: 1.0.1 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 801e82e..662867e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - erblint-github (1.0.0) + erblint-github (1.0.1) GEM remote: https://rubygems.org/