From d4e964556fc27875d0cc82a5412c046ba92b54ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 22:15:08 +0000 Subject: [PATCH] Bump git from 1.3.0 to 1.11.0 in /ModbusMaster-master Bumps [git](https://github.com/ruby-git/ruby-git) from 1.3.0 to 1.11.0. - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-git/ruby-git/compare/v1.3.0...v1.11.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ModbusMaster-master/Gemfile | 2 +- ModbusMaster-master/Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ModbusMaster-master/Gemfile b/ModbusMaster-master/Gemfile index 9ed6466..ec2acca 100644 --- a/ModbusMaster-master/Gemfile +++ b/ModbusMaster-master/Gemfile @@ -18,7 +18,7 @@ source 'https://rubygems.org' # place general project gems in this section (alphabetical order) ____________ -gem 'git', '~> 1.3.0' # git management +gem 'git', '~> 1.11.0' # git management gem 'github_changelog_generator', '~> 1.13.1' gem 'rake', '~> 11.2.2' gem 'version', '~> 1.0.0' # version management gem diff --git a/ModbusMaster-master/Gemfile.lock b/ModbusMaster-master/Gemfile.lock index cdec147..bfa9e94 100644 --- a/ModbusMaster-master/Gemfile.lock +++ b/ModbusMaster-master/Gemfile.lock @@ -7,7 +7,8 @@ GEM thread_safe (~> 0.3, >= 0.3.1) faraday (0.9.2) multipart-post (>= 1.2, < 3) - git (1.3.0) + git (1.11.0) + rchardet (~> 1.8) github_api (0.14.5) addressable (~> 2.4.0) descendants_tracker (~> 0.0.4) @@ -31,6 +32,7 @@ GEM rack (>= 1.2, < 3) rack (2.0.1) rake (11.2.2) + rchardet (1.8.0) thread_safe (0.3.5) version (1.0.0) @@ -38,7 +40,7 @@ PLATFORMS ruby DEPENDENCIES - git (~> 1.3.0) + git (~> 1.11.0) github_changelog_generator (~> 1.13.1) rake (~> 11.2.2) version (~> 1.0.0)