From 57f77754a3c076969e7f0c57a27f16450c773c24 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 18:50:58 +0000 Subject: Update mixlib-log requirement from ~> 2 to ~> 3 Updates the requirements on [mixlib-log](https://github.com/chef/mixlib-log) to permit the latest version. - [Release notes](https://github.com/chef/mixlib-log/releases) - [Changelog](https://github.com/chef/mixlib-log/blob/master/CHANGELOG.md) - [Commits](https://github.com/chef/mixlib-log/compare/v2.0.0...v3.0.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1ec7cc6..b21c475 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :test do gem "rspec-mocks", "~> 3.2" gem "rspec-expectations", "~> 3.2" gem "rake" - gem "mixlib-log", "~> 2" + gem "mixlib-log", "~> 3" gem "net-ssh" end -- cgit v1.2.1