itamae-plugin-recipe-selenium 0.4.9 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4b9c10d1c1e9fa5e2ffde5641870e2f9060f6fe0c093c497c98537405911bae
4
- data.tar.gz: 4526e1a10dbae5b00be9adf3e96744446e831524ea511f360810b62b3457533b
3
+ metadata.gz: 1963782be15238fa15210e626543a74259c50a52accb8a766dd180f1c25788b0
4
+ data.tar.gz: 97d9ba069599ceaf5f0d5c87d0dfa70275dc482530cfe406b8b42ed7dee4e1fa
5
5
  SHA512:
6
- metadata.gz: 6dd1689e7cd07a199f0ed48cb3f5bd5c57cabac39c6e73dc594869a736cadaf10f9d8449909b58a90a6bb903b46494fcfc64869fbb1ad4e7b8aa91499a7cd3f7
7
- data.tar.gz: 94df0d4af42047abc8ec470cb8896bfe321e5f3bdecc3e09f9185214a0db7b15edf5a1909f9e28bc155a5a795d3f5ec98122ef937aa5f66f4da35a03a0b3fa9a
6
+ metadata.gz: 2d15472f41dc86b138fe695636e71213218833ec2a80ab5d9c146da78984870544d6ca8e0476b301338486858f1a11e3ccf2c9cc9dfc8f805d73b191242a4749
7
+ data.tar.gz: 3201d38acf58cde04d2b04f3a68b5f11a07751b7a3341de9a65cecc04f624dedaa052f8524a4fdabedf4811e71936dd41f753218dafca5da10f1578cc1b08fcb
@@ -15,10 +15,10 @@ if ENV['CHROME_VERSION'].to_s.empty?
15
15
  not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome 125\.'"
16
16
  end
17
17
  else
18
- ENV['CHROME_VERSION'] = '130.0.6723.116'
18
+ ENV['CHROME_VERSION'] = '139.0.7258.127'
19
19
  execute "yum install -y https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-#{ENV['CHROME_VERSION']}-1.x86_64.rpm" do
20
20
  user 'root'
21
- not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (128|129|130)\.'"
21
+ not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (137|138|139)\.'"
22
22
  end
23
23
  end
24
24
  else
@@ -3,4 +3,4 @@ name=google-chrome
3
3
  baseurl=https://dl.google.com/linux/chrome/rpm/stable/x86_64
4
4
  enabled=1
5
5
  gpgcheck=<%= @disable_gpg_check ? 0 : 1 %>
6
- gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
6
+ gpgkey=https://dl.google.com/linux/linux_signing_key.pub
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Selenium
5
- VERSION = '0.4.9'
5
+ VERSION = '0.5.1'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-selenium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - y-matsuda
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-12-21 00:00:00.000000000 Z
11
+ date: 2025-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae