From cb30eda5d4880d3fa7c527bf65047ca72ba0e2bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:38:35 +0000 Subject: [PATCH] Bump mutex_m from 0.2.0 to 0.3.0 Bumps [mutex_m](https://github.com/ruby/mutex_m) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/ruby/mutex_m/releases) - [Commits](https://github.com/ruby/mutex_m/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: mutex_m dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3ab4d6e..7001fe9 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'puma', '~> 6.4' gem 'bootsnap', '>= 1.4.2', require: false gem 'base64', '~> 0.2.0' gem 'bigdecimal', '~> 3.1' -gem 'mutex_m', '~> 0.2.0' +gem 'mutex_m', '~> 0.3.0' gem 'json', '~> 2.8' group :development do diff --git a/Gemfile.lock b/Gemfile.lock index e34e783..de67203 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -185,7 +185,7 @@ GEM msgpack (1.7.2) multi_xml (0.6.0) multipart-post (2.3.0) - mutex_m (0.2.0) + mutex_m (0.3.0) mysql2 (0.5.6) net-imap (0.5.0) date @@ -408,7 +408,7 @@ DEPENDENCIES byebug json (~> 2.8) listen (>= 3.0.5) - mutex_m (~> 0.2.0) + mutex_m (~> 0.3.0) mysql2 puma (~> 6.4) rails (~> 7.1.3)