We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Taps needs Sqlite3 gem to work but it is not in dependencies. Please add sqlite3 to dependencies (or remove need for it).
How to reporduce
gem 'taps'
in Gemfile in the new directory.
3). Run
bundle install
in the directory
taps
The following error will appear (I removed bits about my system):
(dir)/gems/taps-0.3.24/lib/taps/cli.rb:10:in `require': cannot load such file -- sqlite3 (LoadError) from(dir)/gems/ruby-1.9.3-p125/gems/taps-0.3.24/lib/taps/cli.rb:10:in `<top (required)>' from(dir)/gems/ruby-1.9.3-p125/gems/taps-0.3.24/bin/taps:4:in `require' from(dir)/gems/ruby-1.9.3-p125/gems/taps-0.3.24/bin/taps:4:in `<top (required)>' from (dir)/ruby-1.9.3-p125/bin/taps:19:in `load' from (dir)/ruby-1.9.3-p125/bin/taps:19:in `<main>' from (dir)/.rvm/gems/ruby-1.9.3-p125/bin/ruby_bundler_wrapper:23:in `eval' from (dir)/.rvm/gems/ruby-1.9.3-p125/bin/ruby_bundler_wrapper:23:in `<main>
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
Add sqlite3 as runtime dependency
9cc18a7
Solves issue reported by many users on stackoverflow and - ricardochimal#116 - ricardochimal#132
9d1147a
No branches or pull requests
Taps needs Sqlite3 gem to work but it is not in dependencies. Please add sqlite3 to dependencies (or remove need for it).
How to reporduce
in Gemfile in the new directory.
3). Run
in the directory
in the directory
The following error will appear (I removed bits about my system):
The text was updated successfully, but these errors were encountered: