Fix the benchmark script to point to the main branch

This commit is contained in:
Rafael Mendonça França 2021-01-21 20:28:59 +00:00
parent a1c5529f50
commit 166960cfe7
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ gemfile(true) do
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem "rails", github: "rails/rails"
gem "rails", github: "rails/rails", branch: "main"
gem "benchmark-ips"
end