From d8ad4cc65f02402ec0012dcdec447c0992e10aa6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 21:09:52 +0000 Subject: [PATCH] v1.3.4 --- Gemfile.lock | 2 +- Gemfile.ruby-2.6.lock | 2 +- lib/bundler/multilock/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f9c64be..c4f5a50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bundler-multilock (1.3.3) + bundler-multilock (1.3.4) bundler (>= 2.4.19, < 2.6) GEM diff --git a/Gemfile.ruby-2.6.lock b/Gemfile.ruby-2.6.lock index 9800131..963bde5 100644 --- a/Gemfile.ruby-2.6.lock +++ b/Gemfile.ruby-2.6.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bundler-multilock (1.3.3) + bundler-multilock (1.3.4) bundler (>= 2.4.19, < 2.6) GEM diff --git a/lib/bundler/multilock/version.rb b/lib/bundler/multilock/version.rb index 803d91b..1946ab7 100644 --- a/lib/bundler/multilock/version.rb +++ b/lib/bundler/multilock/version.rb @@ -2,6 +2,6 @@ module Bundler module Multilock - VERSION = "1.3.3" + VERSION = "1.3.4" end end