Skip to content

Commit fbba5a2

Browse files
committed
Use sqlite3 2.x for Rails 8 testing
1 parent cac2e87 commit fbba5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemfiles/Gemfile.rails-main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem "rake", "~> 12.0"
66
gem "warning"
77

88
gem "rails", github: "rails/rails"
9-
gem "sqlite3", "~> 1.4", platforms: :mri
9+
gem "sqlite3", "~> 2.0", platforms: :mri
1010
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
1111

1212
gem "capybara"

0 commit comments

Comments
 (0)