From 52a1476273bff8a43b8227c40cb81df9325c193d Mon Sep 17 00:00:00 2001 From: Jon Ruskin Date: Wed, 12 Apr 2023 11:12:20 -0700 Subject: [PATCH 1/2] release 4.3.1 ## 4.3.1 ### Changed - Bump nokogiri to resolve vulnerabilities (https://github.com/github/licensed/pull/648) --- CHANGELOG.md | 8 +++++++- Gemfile.lock | 4 ++-- lib/licensed/version.rb | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e1189a..9d729b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 4.3.1 + +### Changed + +- Bump nokogiri to resolve vulnerabilities (https://github.com/github/licensed/pull/648) + ## 4.3.0 ### Added @@ -729,4 +735,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Initial release :tada: -[Unreleased]: https://github.com/github/licensed/compare/4.3.0...HEAD +[Unreleased]: https://github.com/github/licensed/compare/4.3.1...HEAD diff --git a/Gemfile.lock b/Gemfile.lock index 85bd52b8..a68dea9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - licensed (4.3.0) + licensed (4.3.1) json (~> 2.6) licensee (~> 9.16) parallel (~> 1.22) @@ -44,7 +44,7 @@ GEM minitest (> 5.3) mocha (2.0.2) ruby2_keywords (>= 0.0.5) - nokogiri (1.14.3) + nokogiri (1.14.2) mini_portile2 (~> 2.8.0) racc (~> 1.4) octokit (6.1.0) diff --git a/lib/licensed/version.rb b/lib/licensed/version.rb index cf7791d8..093ea7d8 100644 --- a/lib/licensed/version.rb +++ b/lib/licensed/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Licensed - VERSION = "4.3.0".freeze + VERSION = "4.3.1".freeze def self.previous_major_versions major_version = Gem::Version.new(Licensed::VERSION).segments.first From 7526aed52a64e594936ad545ea31ec2f1ec2dc34 Mon Sep 17 00:00:00 2001 From: Jon Ruskin Date: Wed, 12 Apr 2023 11:14:49 -0700 Subject: [PATCH 2/2] reset nokogiri to 1.14.3 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a68dea9a..68c74e45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM minitest (> 5.3) mocha (2.0.2) ruby2_keywords (>= 0.0.5) - nokogiri (1.14.2) + nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) octokit (6.1.0)