diff --git a/Gemfile b/Gemfile index 29611ddb4..ea57c87c8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ ruby "2.7.4" source 'https://rubygems.org' -gem 'git', '~> 1.18' +gem 'git', '~> 1.19' gem 'colorize' gem 'docker-api' gem 'reek' diff --git a/Gemfile.lock b/Gemfile.lock index 3485938d3..171c24f51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.4) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) colorize (1.1.0) @@ -9,7 +9,7 @@ GEM excon (>= 0.47.0) multi_json excon (0.99.0) - git (1.18.0) + git (1.19.0) addressable (~> 2.8) rchardet (~> 1.8) json (2.6.3) @@ -20,7 +20,7 @@ GEM parser (3.2.2.4) ast (~> 2.4.1) racc - public_suffix (5.0.1) + public_suffix (5.0.4) racc (1.7.1) rainbow (3.1.1) rchardet (1.8.0) @@ -52,7 +52,7 @@ PLATFORMS DEPENDENCIES colorize docker-api - git (~> 1.18) + git (~> 1.19) reek rubocop