Skip to content

Commit 38c566b

Browse files
authored
Merge pull request #1119 from deivid-rodriguez/m1
Bump sqlite-jdbc adapter
2 parents 38f4897 + 0f080aa commit 38c566b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ruby.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ruby-version: ['jruby-9.2.20.1']
20+
ruby-version: ['jruby-9.3.7.0']
2121
db: ['mysql2']
2222
test_targets: ["rails:test_mysql2"]
2323
ar_version: ["6-1-stable"]
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
ruby-version: [ 'jruby-9.2.20.1' ]
72+
ruby-version: [ 'jruby-9.3.7.0' ]
7373
db: [ 'postgresql' ]
7474
test_targets: [ "rails:test_postgresql" ]
7575
ar_version: ["6-1-stable"]
@@ -119,7 +119,7 @@ jobs:
119119
strategy:
120120
fail-fast: false
121121
matrix:
122-
ruby-version: ['jruby-9.2.20.1']
122+
ruby-version: ['jruby-9.3.7.0']
123123
db: ['sqlite3']
124124
test_targets: ["rails:test_sqlite3"]
125125
ar_version: ["6-1-stable"]
@@ -151,7 +151,7 @@ jobs:
151151
strategy:
152152
fail-fast: false
153153
matrix:
154-
ruby-version: ['jruby-9.2.20.1']
154+
ruby-version: ['jruby-9.3.7.0']
155155
db: ['mysql2']
156156
test_targets: ["db:mysql test_mysql2"]
157157
prepared_statements: ['false', 'true']
@@ -196,7 +196,7 @@ jobs:
196196
strategy:
197197
fail-fast: false
198198
matrix:
199-
ruby-version: ['jruby-9.2.20.1']
199+
ruby-version: ['jruby-9.3.7.0']
200200
db: ['postgresql']
201201
test_targets: ["db:postgresql test_postgresql"]
202202
prepared_statements: ['false', 'true']
@@ -243,7 +243,7 @@ jobs:
243243
strategy:
244244
fail-fast: false
245245
matrix:
246-
ruby-version: ['jruby-9.2.20.1']
246+
ruby-version: ['jruby-9.3.7.0']
247247
db: ['sqlite3']
248248
test_targets: ['test_sqlite3']
249249

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)