Skip to content

Commit

Permalink
Enable sqlite3 2.x+
Browse files Browse the repository at this point in the history
Rails 7.2 enforces sqlite3 >= 1.4
rails/rails@fd1c635

Rails 8.0 enforces sqlite3 >= 2.1+
rails/rails@7c34062
  • Loading branch information
voxik committed Jan 30, 2025
1 parent 6f4de5a commit f63ddf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/acceptance/helpers/step_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def create_active_record_project
add_gem 'activerecord', active_record_version
add_gem 'rake'

add_gem 'sqlite3', '~>1.4'
add_gem 'sqlite3', '>=1.4'
end

def create_generic_bundler_project
Expand Down

0 comments on commit f63ddf4

Please sign in to comment.