Skip to content
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

Bundler v2.5.12 causes infinite restart loop #2183

Closed
vinistock opened this issue Jun 14, 2024 · 2 comments
Closed

Bundler v2.5.12 causes infinite restart loop #2183

vinistock opened this issue Jun 14, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@vinistock
Copy link
Member

I noticed that when upgrading the locked Bundler version in Tapioca to 2.5.12, the LSP boots properly, but then immediately restarts and stays in an infinite loop. No clue what's causing this.

@vinistock vinistock added the bug Something isn't working label Jun 14, 2024
@vinistock
Copy link
Member Author

I haven't confirmed it just yet, but we received reports that Bundler v2.5.13 fixes this issue. If anyone bumps on this, please upgrade!

@vinistock vinistock changed the title Latest Bundler version causes infinite restart loop Bundler v2.5.12 causes infinite restart loop Jun 18, 2024
@vinistock
Copy link
Member Author

I believe that specific Bundler version was repeatedly touching the Gemfile.lock even when no changes were made, which would then explain the infinite restart loop of the language server (we auto-restart on lockfile changes).

Anyway, the issue is fixed starting on v2.5.13, so I'm closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant