Skip to content

Commit

Permalink
see if this gets sqlite3 v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Apr 19, 2024
1 parent a7007d6 commit f03fb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace :test do
task :alpine do
rm_rf "test/tmp/system_test"
Dir.chdir "test/tmp" do
sh "rails new system_test --javascript esbuild"
sh "rails new system_test --javascript esbuild --main"
Dir.chdir "system_test"
sh "bundle config disable_local_branch_check true"
sh "bundle config set --local local.dockerfile-rails #{__dir__}"
Expand Down

0 comments on commit f03fb76

Please sign in to comment.