Skip to content

Commit

Permalink
Use sqlite3 2.x for Rails 8 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Aug 18, 2024
1 parent cac2e87 commit fbba5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-main
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rake", "~> 12.0"
gem "warning"

gem "rails", github: "rails/rails"
gem "sqlite3", "~> 1.4", platforms: :mri
gem "sqlite3", "~> 2.0", platforms: :mri
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby

gem "capybara"
Expand Down

0 comments on commit fbba5a2

Please sign in to comment.