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

SQlite3 required but not in dependencies #116

Open
jbartosik opened this issue Aug 9, 2012 · 1 comment
Open

SQlite3 required but not in dependencies #116

jbartosik opened this issue Aug 9, 2012 · 1 comment

Comments

@jbartosik
Copy link

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

  1. Make a new directory.
  2. Put
gem 'taps'

in Gemfile in the new directory.

3). Run

bundle install

in the directory

  1. Run
taps

in the directory

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>
@skull-squadron
Copy link

👍

stickymess pushed a commit to stickymess/taps that referenced this issue Jun 4, 2015
Solves issue reported by many users on stackoverflow and
- ricardochimal#116
- ricardochimal#132
joelvh pushed a commit to joelvh/taps2 that referenced this issue Mar 29, 2017
Solves issue reported by many users on stackoverflow and
- ricardochimal#116
- ricardochimal#132
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants