From 4ecbede2cc7c6a127b9b5c188649c2dad5d97f30 Mon Sep 17 00:00:00 2001 From: Paul Mesnilgrente Date: Mon, 30 Sep 2024 22:08:11 +0200 Subject: [PATCH 1/2] conf: created a version bump --- Gemfile.lock | 4 ++-- lib/codeclimate_diff/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index aa75b5c..d9de55c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - codeclimate_diff (0.1.10) + codeclimate_diff (0.1.13) colorize json optparse @@ -92,4 +92,4 @@ DEPENDENCIES rubocop (~> 1.21) BUNDLED WITH - 2.5.11 + 2.5.20 diff --git a/lib/codeclimate_diff/version.rb b/lib/codeclimate_diff/version.rb index 63ee355..a5dfa15 100644 --- a/lib/codeclimate_diff/version.rb +++ b/lib/codeclimate_diff/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CodeclimateDiff - VERSION = "0.1.10" + VERSION = "0.1.13" end From f474a59c7e5a8ccd744ccd675e3823ba084dc820 Mon Sep 17 00:00:00 2001 From: Paul Mesnilgrente Date: Mon, 30 Sep 2024 22:13:13 +0200 Subject: [PATCH 2/2] conf: upgraded rexml to fix CVE --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d9de55c..494c3a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.5) + rexml (3.3.8) rspec (3.11.0) rspec-core (~> 3.11.0) rspec-expectations (~> 3.11.0)