sul-dlss / sdr-api

HTTP API for the Stanford Digital Repository
https://sul-dlss.github.io/sdr-api/
2 stars 0 forks source link

Add mutex_m to the Gemfile #690

Closed aaron-collier closed 3 months ago

aaron-collier commented 3 months ago

Why was this change made? 🤔

Addresses this warning output from the cron:

/opt/app/sdr/sdr-api/shared/bundle/ruby/3.3.0/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30: warning: /usr/local/rvm/rubies/ruby-3.3.1/lib/ruby/3.3.0/mutex_m.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add mutex_m to your Gemfile or gemspec. Also contact author of activesupport-7.0.8.4 to add mutex_m into its gemspec.
I, [2024-06-26T00:00:05.486957 #2569575]  INFO -- : Queued 0 uploads for purging.

How was this change tested? 🤨

âš¡ âš  If this change has cross service impact, including writes to shared file systems, run integration tests (e.g. create_object_h2_spec) and/or test in [stage|qa] environment, in addition to specs. âš¡