From bf17e7afaf44f5a860cbeffa5ea54d92c031b25d Mon Sep 17 00:00:00 2001 From: "S.Sandhu" <167903774+sachin-sandhu@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:00:31 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ef5896..983ceb3 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ malicious code update + +Evil commit From b82857a9773b2d565987a7648bc3ffb962782af7 Mon Sep 17 00:00:00 2001 From: "S.Sandhu" <167903774+sachin-sandhu@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:03:03 -0500 Subject: [PATCH 2/3] Update dependabot.yml From 5ce54b14568bb91dcaf49055c5a3dd39a6133683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:04:53 +0000 Subject: [PATCH 3/3] Bump excon from 1.0.0 to 1.2.1 Bumps [excon](https://github.com/excon/excon) from 1.0.0 to 1.2.1. - [Changelog](https://github.com/excon/excon/blob/master/changelog.txt) - [Commits](https://github.com/excon/excon/compare/v1.0.0...v1.2.1) --- updated-dependencies: - dependency-name: excon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a20a22c..5996499 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem "excon", "1.0.0" +gem "excon", "1.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index cd38c73..94bbb07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ GEM remote: https://rubygems.org/ specs: - excon (1.0.0) + excon (1.2.1) PLATFORMS ruby DEPENDENCIES - excon (= 1.0.0) + excon (= 1.2.1)