Commit 69c4095
committed
Lock
To address compatibility issues with Rails 7.0, this commit locks
`concurrent-ruby` gem to version 1.3.4.
This change is necessary to prevent an uninitialized constant error
related to `ActiveSupport::LoggerThreadSafeLevel::Logger`, as documented
in issue rails/rails#54260.
By specifying this version, we ensure that our CI integration specs pass
consistently, providing a stable development and testing environment.
This measure will remain in place until the integration tests upgrade
to Rails 7.1, which involves significant changes that require careful
consideration and testing.concurrent-ruby gem to fix CI1 parent 07c2dda commit 69c4095
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
0 commit comments