Skip to content

Commit

Permalink
relax sqlite version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
oldmoe committed Dec 4, 2024
1 parent d0cc274 commit aa2ed3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litestack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.executables = ["liteboard"]
spec.require_paths = ["lib", "lib/litestack"]

spec.add_dependency "sqlite3", [">= 1.6.0", "< 2.0.0"]
spec.add_dependency "sqlite3", [">= 1.6.0", "< 3.0.0"]
spec.add_dependency "oj", "~> 3"
spec.add_dependency "rack", "~> 3"
spec.add_dependency "rackup", "~> 2"
Expand Down

0 comments on commit aa2ed3f

Please sign in to comment.