Skip to content

Commit

Permalink
Merge pull request #1137 from headius/61-sqlite-update
Browse files Browse the repository at this point in the history
Drop upper bound on jdbc-sqlite3
  • Loading branch information
headius authored Sep 14, 2023
2 parents 38c566b + 7982fda commit 4bf37c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files`.split("\n") # assuming . working directory

gem.add_dependency 'activerecord-jdbc-adapter', "#{version}"
gem.add_dependency 'jdbc-sqlite3', '~> 3.8', '< 3.34'
gem.add_dependency 'jdbc-sqlite3', '~> 3.8'
end

0 comments on commit 4bf37c7

Please sign in to comment.