This works around https://github.com/collectiveidea/delayed_job/issues/1239 which is causing a deprecation warning with ruby 3.4.7 that will become an error with 3.5.0:
``` /home/tom/.bundle/ruby/3.4.0/gems/delayed_job-4.1.13/lib/delayed/worker.rb:9: warning: /usr/share/ruby/benchmark.rb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0. You can add benchmark to your Gemfile or gemspec to silence this warning. Also please contact the author of delayed_job-4.1.13 to request adding benchmark into its gemspec. ``` You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/6560 -- Commit Summary -- * Workaround for ruby 3.5.0 compatibility with delayed_job -- File Changes -- M Gemfile (4) M Gemfile.lock (2) -- Patch Links -- https://github.com/openstreetmap/openstreetmap-website/pull/6560.patch https://github.com/openstreetmap/openstreetmap-website/pull/6560.diff -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6560 You are receiving this because you are subscribed to this thread. Message ID: <openstreetmap/openstreetmap-website/pull/[email protected]>
_______________________________________________ rails-dev mailing list [email protected] https://lists.openstreetmap.org/listinfo/rails-dev
