Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the range of supported Ruby versions
## Ruby 3.4 is out ### 1. Add Bundled gems for Ruby 3.4 https://bugs.ruby-lang.org/issues/20187 It has already been backported to the 7-0-stable branch, but is not included in 7.0.8.7. - https://github.com/rails/rails/blob/7-0-stable/activesupport/activesupport.gemspec#L41-L43 - https://github.com/rails/rails/blob/v7.0.8.7/activesupport/activesupport.gemspec ### 2. concurrent-ruby 1.3.5 don't work on Rails 7.0 > NameError: > uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger See: ruby-concurrency/concurrent-ruby#1062
- Loading branch information