Merge pull request #7789 from scinote-eln/hotfix/1.36.0.1

Hotfix/1.36.0.1
This commit is contained in:
Martin Artnik 2024-08-07 13:36:40 +02:00 committed by GitHub
commit fa2ef02c3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.36.0
1.36.0.1

View file

@ -4,7 +4,7 @@ Grover.configure do |config|
config.options = {
cache: false,
executable_path: './bin/chromium',
launch_args: ['--no-sandbox'],
launch_args: %w(--disable-gpu --no-sandbox),
timeout: Constants::GROVER_TIMEOUT_MS
}
end