Skip to content

Commit

Permalink
Merge pull request #311 from rubygems/dependabot/bundler/mutex_m-0.3.0
Browse files Browse the repository at this point in the history
Bump mutex_m from 0.2.0 to 0.3.0
  • Loading branch information
segiddins authored Nov 20, 2024
2 parents f92fe6c + cb30eda commit afdf796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit afdf796

Please sign in to comment.