Commit 807e3e6
committed
Add
This PR add `mutex_m` to runtime dependency to suppress the following Ruby 3.3's warning:
```console
$ ruby -v
ruby 3.3.0dev (2023-08-03T00:11:08Z master 4b6c584023) [x86_64-darwin22]
$ spring start
/Users/koic/.rbenv/versions/3.3.0-dev/lib/ruby/gems/3.3.0+0/gems/spring-4.1.1/lib/spring/watcher/abstract.rb:2:
warning: mutex_m which is not part of the default gems since Ruby 3.4.0
```
Related PR ... rails/rails#48907mutex_m to runtime dependency1 parent 48b2993 commit 807e3e6
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments