Skip to content

Commit

Permalink
Merge pull request #1119 from deivid-rodriguez/m1
Browse files Browse the repository at this point in the history
Bump sqlite-jdbc adapter
  • Loading branch information
headius authored Nov 7, 2022
2 parents 38f4897 + 0f080aa commit 38c566b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['jruby-9.2.20.1']
ruby-version: ['jruby-9.3.7.0']
db: ['mysql2']
test_targets: ["rails:test_mysql2"]
ar_version: ["6-1-stable"]
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [ 'jruby-9.2.20.1' ]
ruby-version: [ 'jruby-9.3.7.0' ]
db: [ 'postgresql' ]
test_targets: [ "rails:test_postgresql" ]
ar_version: ["6-1-stable"]
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['jruby-9.2.20.1']
ruby-version: ['jruby-9.3.7.0']
db: ['sqlite3']
test_targets: ["rails:test_sqlite3"]
ar_version: ["6-1-stable"]
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['jruby-9.2.20.1']
ruby-version: ['jruby-9.3.7.0']
db: ['mysql2']
test_targets: ["db:mysql test_mysql2"]
prepared_statements: ['false', 'true']
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['jruby-9.2.20.1']
ruby-version: ['jruby-9.3.7.0']
db: ['postgresql']
test_targets: ["db:postgresql test_postgresql"]
prepared_statements: ['false', 'true']
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['jruby-9.2.20.1']
ruby-version: ['jruby-9.3.7.0']
db: ['sqlite3']
test_targets: ['test_sqlite3']

Expand Down
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.30'
gem.add_dependency 'jdbc-sqlite3', '~> 3.8', '< 3.34'
end
2 changes: 1 addition & 1 deletion jdbc-sqlite3/lib/jdbc/sqlite3/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Jdbc
module SQLite3
DRIVER_VERSION = '3.28.0'
DRIVER_VERSION = '3.32.3.3'
VERSION = DRIVER_VERSION
end
end
Binary file removed jdbc-sqlite3/lib/sqlite-jdbc-3.28.0.jar
Binary file not shown.
Binary file added jdbc-sqlite3/lib/sqlite-jdbc-3.32.3.3.jar
Binary file not shown.

0 comments on commit 38c566b

Please sign in to comment.