Skip to content

Commit 18a5d46

Browse files
olleolleollemroderick
authored andcommitted
Gemfile: Add required mutex_m
warning: mutex_m was loaded from the standard library, but is not part of the default gems starting from Ruby 3.4.0. You can add mutex_m to your Gemfile or gemspec to silence this warning." This came from activesupport 7.0.
1 parent f7c68a9 commit 18a5d46

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ gem 'jquery-ui-rails'
2323

2424
# Use Active Storage variant
2525
gem 'image_processing', '~> 1.2'
26+
gem "mutex_m"
2627
gem 'nokogiri'
2728
gem 'omniauth'
2829
gem 'omniauth-github'

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ GEM
247247
minitest (5.25.5)
248248
msgpack (1.7.5)
249249
multi_xml (0.6.0)
250+
mutex_m (0.3.0)
250251
net-http (0.4.1)
251252
uri
252253
net-imap (0.4.20)
@@ -538,6 +539,7 @@ DEPENDENCIES
538539
launchy
539540
letter_opener
540541
listen (~> 3.9)
542+
mutex_m
541543
nokogiri
542544
omniauth
543545
omniauth-github

0 commit comments

Comments
 (0)