Shopify / ruby-lsp-rails

A Ruby LSP addon for Rails
https://shopify.github.io/ruby-lsp/rails-addon
MIT License
553 stars 25 forks source link

Constrain sqlite3 gem for Rails #344

Closed andyw8 closed 5 months ago

andyw8 commented 5 months ago

The v2.0.0 release of the sqlite3 gem today seems to be causing some issues with Rails (example). Let's temporarily constrain it until that is resolved.

andyw8 commented 5 months ago

It's also affecting the normal Gemfile so I've update it too (was likely only passing due to caching).