itamae-plugin-recipe-selenium 0.4.8 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 999980f97484b14a1d73e195c1e9db555e14e6981aa2ca271fe492a3dccf327b
4
- data.tar.gz: c51c38cf1bd96f0de9e8008ba2273245a7a7a6614398c7fffeaa8eb50a6a2396
3
+ metadata.gz: a4b9c10d1c1e9fa5e2ffde5641870e2f9060f6fe0c093c497c98537405911bae
4
+ data.tar.gz: 4526e1a10dbae5b00be9adf3e96744446e831524ea511f360810b62b3457533b
5
5
  SHA512:
6
- metadata.gz: c13e02856ea16a30b80b760c4f1d6faccaa4a910237c525777da6f50571d96d3d39185507936b696c0e2bf0146d3a1915cb99860c4fafa9091df566c390ce7c3
7
- data.tar.gz: 3be0ae4cd121d247a803e449f776bd39c5261723199512af9fca4423ccceaf2347ceaf5db2c4e812590ccdf2da787c513f5576a38e4f82f4ac451795d8778ce7
6
+ metadata.gz: 6dd1689e7cd07a199f0ed48cb3f5bd5c57cabac39c6e73dc594869a736cadaf10f9d8449909b58a90a6bb903b46494fcfc64869fbb1ad4e7b8aa91499a7cd3f7
7
+ data.tar.gz: 94df0d4af42047abc8ec470cb8896bfe321e5f3bdecc3e09f9185214a0db7b15edf5a1909f9e28bc155a5a795d3f5ec98122ef937aa5f66f4da35a03a0b3fa9a
@@ -10,13 +10,16 @@ if ENV['CHROME_VERSION'].to_s.empty?
10
10
  case "#{node.platform_family}-#{node.platform_version}"
11
11
  when /rhel-7\.(.*?)/
12
12
  ENV['CHROME_VERSION'] = '125.0.6422.141'
13
+ 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
14
+ user 'root'
15
+ not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome 125\.'"
16
+ end
13
17
  else
14
- ENV['CHROME_VERSION'] = '128.0.6613.119'
15
- end
16
-
17
- 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
18
- user 'root'
19
- not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (125|126|127|128)\.'"
18
+ ENV['CHROME_VERSION'] = '130.0.6723.116'
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
+ user 'root'
21
+ not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (128|129|130)\.'"
22
+ end
20
23
  end
21
24
  else
22
25
  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
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Selenium
5
- VERSION = '0.4.8'
5
+ VERSION = '0.4.9'
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.8
4
+ version: 0.4.9
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-09-10 00:00:00.000000000 Z
11
+ date: 2024-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae