Skip to content

Commit

Permalink
explicitly add mutex_m (will be removed from default gems in Ruby 3.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Dec 13, 2024
1 parent 2aff101 commit 9f889a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gem 'jbuilder'
gem 'jsbundling-rails', '>= 1.2.2'
gem 'jwt'
gem 'mini_magick', '>= 4.9.5'
gem 'mutex_m', '~> 0.3.0'
gem 'nkf', '~> 0.2.0'
gem 'omniauth', '~> 2.1.2'
gem 'omniauth_openid_connect', '>= 0.6.1'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ GEM
minitest (5.25.1)
msgpack (1.6.0)
multi_json (1.15.0)
mutex_m (0.3.0)
net-http (0.4.1)
uri
net-imap (0.4.17)
Expand Down Expand Up @@ -530,6 +531,7 @@ DEPENDENCIES
jwt
lograge (~> 0.14.0)
mini_magick (>= 4.9.5)
mutex_m (~> 0.3.0)
nkf (~> 0.2.0)
omniauth (~> 2.1.2)
omniauth-rails_csrf_protection (~> 1.0.2)
Expand Down

0 comments on commit 9f889a9

Please sign in to comment.