Skip to content

Commit

Permalink
Merge pull request #217 from trliner/sqlite_upgrade
Browse files Browse the repository at this point in the history
Loosen sqlite3 dependency
  • Loading branch information
dechimp authored Jun 7, 2024
2 parents 92cc450 + 136dbdc commit 46e80f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timetrap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "icalendar", "~> 2.7"
spec.add_development_dependency "json", "~> 2.3"
spec.add_dependency "sequel", "~> 5.30.0"
spec.add_dependency "sqlite3", "~> 1.4.2"
spec.add_dependency "sqlite3", "~> 1.4"

spec.add_dependency "chronic", "~> 0.10.2"
end

0 comments on commit 46e80f9

Please sign in to comment.