Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit e951028

Browse files
Bump mutex_m from 0.2.0 to 0.3.0 (#1380)
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](ruby/mutex_m@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: mutex_m dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: alexchan-va <172081065+alexchan-va@users.noreply.github.com>
1 parent 6f052f4 commit e951028

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gem 'govdelivery-tms', '2.8.4', require: 'govdelivery/tms/mail/delivery_method'
2525
gem 'jquery-rails'
2626
gem 'jquery-ui-rails', git: 'https://github.com/jquery-ui-rails/jquery-ui-rails', branch: 'master'
2727
gem 'json', '>= 2.3.0'
28-
gem 'mutex_m', '~> 0.2.0' # ruby 3.4.0 warning said to add
28+
gem 'mutex_m', '~> 0.3.0' # ruby 3.4.0 warning said to add
2929
gem 'net-imap', '~> 0.5.6' # ruby 3.4.0 warning said to add
3030
gem 'newrelic_rpm'
3131
gem 'nokogiri', '~> 1.18.4'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ GEM
284284
msgpack (1.7.5)
285285
multi_json (1.15.0)
286286
multipart-post (2.4.1)
287-
mutex_m (0.2.0)
287+
mutex_m (0.3.0)
288288
nenv (0.3.0)
289289
net-imap (0.5.6)
290290
date
@@ -579,7 +579,7 @@ DEPENDENCIES
579579
json_matchers
580580
libv8-node (= 21.7.2.0)
581581
mini_racer
582-
mutex_m (~> 0.2.0)
582+
mutex_m (~> 0.3.0)
583583
net-imap (~> 0.5.6)
584584
newrelic_rpm
585585
nokogiri (~> 1.18.4)

0 commit comments

Comments
 (0)