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

Timetrap fails with recent sqlite3 #177

Closed
jostber opened this issue Jun 26, 2019 · 2 comments
Closed

Timetrap fails with recent sqlite3 #177

jostber opened this issue Jun 26, 2019 · 2 comments

Comments

@jostber
Copy link

jostber commented Jun 26, 2019

Timetrap gives this error if running with new sqlite3 v.1.4.0:

Traceback (most recent call last):
8: from /usr/bin/t:23:in <main>' 7: from /usr/lib64/ruby/2.6.0/rubygems.rb:303:in activate_bin_path'
6: from /usr/lib64/ruby/2.6.0/rubygems.rb:303:in synchronize' 5: from /usr/lib64/ruby/2.6.0/rubygems.rb:304:in block in activate_bin_path'
4: from /usr/lib64/ruby/2.6.0/rubygems/specification.rb:1420:in activate' 3: from /usr/lib64/ruby/2.6.0/rubygems/specification.rb:1438:in activate_dependencies'
2: from /usr/lib64/ruby/2.6.0/rubygems/specification.rb:1438:in each' 1: from /usr/lib64/ruby/2.6.0/rubygems/specification.rb:1449:in block in activate_dependencies'
/usr/lib64/ruby/2.6.0/rubygems/dependency.rb:313:in `to_specs': Could not find 'sqlite3' (~> 1.3.3) - did find: [sqlite3-1.4.0] (Gem::MissingSpecVersionError)

@jostber
Copy link
Author

jostber commented Jun 26, 2019

Changing to "s.add_runtime_dependency(%q.freeze, ["~> 1.4.0"])" in
/usr/lib64/ruby/gems/2.6.0/specifications/timetrap-1.15.1.gemspec works.

@berkes
Copy link
Contributor

berkes commented Mar 9, 2020

I've updated all dependencies and fixed the issues from that in #180

@dechimp dechimp closed this as completed Apr 23, 2020
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

3 participants