Skip to content

Conversation

@amatsuda
Copy link
Member

I tried to send a PR to this repo and noticed that the CI is currently not passing for various reasons.

So, here's a patch that fixes all CI problems and makes the CI green again. For the "reasons", please take a look at the commits.

require 'rails/all' fails with the following error on Rails 6
> uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
Or bundler bundles sqlite 3 verson 2.x that is not supported by old
version of Active Record.
Because we'll run bundle update soon later.
Rails 6 + concurrent-ruby 1.3.5+ causes
uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
In order to enable [[ command
spring 4.3.0 on old version of Rails (e.g. 6.x) causes
`initialize': Rails::Application is abstract, you cannot instantiate it directly. (RuntimeError)
@amatsuda amatsuda merged commit b17a108 into test-unit:master Apr 30, 2025
37 checks passed
@amatsuda amatsuda deleted the ci_fix branch April 30, 2025 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant