-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The example in the quickstart is wrong. trying to require turso_libsql fails:
irb(main):002> require 'turso_libsql'
/Users/some_user/.local/share/mise/installs/ruby/3.4.4/lib/ruby/3.4.0/bundled_gems.rb:82:in 'Kernel.require': cannot load such file -- turso_libsql (LoadError)
from /Users/some_user/.local/share/mise/installs/ruby/3.4.4/lib/ruby/3.4.0/bundled_gems.rb:82:in 'block (2 levels) in Kernel#replace_require'
from (irb):2:in '<main>'
from <internal:kernel>:168:in 'Kernel#loop'
from bin/console:8:in '<main>'The example should actually be:
irb(main):002> require 'libsql'
=> trueThe source problem is that the gem is named turso_libsql but the file to be loaded is libsql. That makes it possible to conflict with the libsql gem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels