Skip to content

Fix CI failure #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 30, 2025
Merged

Fix CI failure #40

merged 8 commits into from
Apr 30, 2025

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