Skip to content

Commit fce2eb3

Browse files
Bump sqlite-jdbc adapter to 3.32.3.3 for M1 support
1 parent 38f4897 commit fce2eb3

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

activerecord-jdbcsqlite3-adapter/activerecord-jdbcsqlite3-adapter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Gem::Specification.new do |gem|
2020
gem.files = `git ls-files`.split("\n") # assuming . working directory
2121

2222
gem.add_dependency 'activerecord-jdbc-adapter', "#{version}"
23-
gem.add_dependency 'jdbc-sqlite3', '~> 3.8', '< 3.30'
23+
gem.add_dependency 'jdbc-sqlite3', '~> 3.8', '< 3.34'
2424
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Jdbc
22
module SQLite3
3-
DRIVER_VERSION = '3.28.0'
3+
DRIVER_VERSION = '3.32.3.3'
44
VERSION = DRIVER_VERSION
55
end
66
end
-5.76 MB
Binary file not shown.
6.89 MB
Binary file not shown.

0 commit comments

Comments
 (0)