summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-10-28 18:50:58 +0000
committerGitHub <noreply@github.com>2019-10-28 18:50:58 +0000
commit57f77754a3c076969e7f0c57a27f16450c773c24 (patch)
tree4dc4cd06bb20e922ed5f237918a16a8a7adfd494
parent6a284532a702e6c99418b88a9c3cc6003116d030 (diff)
downloadmixlib-authentication-dependabot/bundler/mixlib-log-tw-3.tar.gz
Update mixlib-log requirement from ~> 2 to ~> 3dependabot/bundler/mixlib-log-tw-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] <support@dependabot.com>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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