You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The udger-ruby gem currently specifies spec.add_dependency 'sqlite3', '~> 1.4'. However, sqlite3 < 2.0 is not supported on Alpine 3.19 and above as described in this issue.
Can the Udger gem be updated to add support for sqlite3 2.0?
The text was updated successfully, but these errors were encountered:
The udger-ruby gem currently specifies
spec.add_dependency 'sqlite3', '~> 1.4'
. However, sqlite3 < 2.0 is not supported on Alpine 3.19 and above as described in this issue.Can the Udger gem be updated to add support for sqlite3 2.0?
The text was updated successfully, but these errors were encountered: