diff --git a/example/Gemfile b/example/Gemfile index 6c24f05..91cc3fa 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -4,7 +4,7 @@ gem "rails", ENV.fetch("RAILS_VERSION", "~> 7.2") gem "good_migrations", path: ".." -gem "sqlite3", "~> 1.7.3" +gem "sqlite3", "~> 2.9.3" gem "zeitwerk", "~> 2.6"