Skip to content

Commit

Permalink
Newer jdbcsqlite3-adapter for JRuby Rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Dec 29, 2023
1 parent 64b555d commit b55a3e4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ end

appraise "7.0" do
gem "activerecord", "~> 7.0.0"
gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby]
gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby]
gem "sqlite3", platforms: [:ruby]
end

appraise "main" do
gem "activerecord", git: "https://github.com/rails/rails.git", branch: "main"
gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby]
gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby]
gem "sqlite3", platforms: [:ruby]
end
2 changes: 1 addition & 1 deletion gemfiles/7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby]
gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby]
gem "sqlite3", platforms: [:ruby]
gem "activerecord", "~> 7.0.0"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/7.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ PLATFORMS

DEPENDENCIES
activerecord (~> 7.0.0)
activerecord-jdbcsqlite3-adapter (~> 61.0)
activerecord-jdbcsqlite3-adapter (~> 70.0)
appraisal
aruba
cucumber
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/main.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby]
gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby]
gem "sqlite3", platforms: [:ruby]
gem "activerecord", git: "https://github.com/rails/rails.git", branch: "main"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ PLATFORMS

DEPENDENCIES
activerecord!
activerecord-jdbcsqlite3-adapter (~> 61.0)
activerecord-jdbcsqlite3-adapter (~> 70.0)
appraisal
aruba
cucumber
Expand Down

0 comments on commit b55a3e4

Please sign in to comment.