itamae-plugin-recipe-selenium 0.4.4 → 0.4.6

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: 68f00b457c013ead4290adccc82aca9e3b18367bbdbf22f19c6e0d7800b59b3a
4
- data.tar.gz: 0e9194ea29b5e2095e9e8b5e4d21bd3780732063aab991073f0321768deb6cc4
3
+ metadata.gz: 9271289a4e18c732ce63c4959dc759ef00ab57b63db222c1ed1f7eb49183a2fd
4
+ data.tar.gz: 117f4379b65c9bf8a65ff77151bdc949dfc947dff97027175798899795544ff4
5
5
  SHA512:
6
- metadata.gz: c35aa86fdf8d6272a1e827bce63c8c4d3e1604d42537f406834b32fc41864b2db691d6425d15e5288f9505e444984b02c6d4831a2efb71334dc8ee9e9e82a1e6
7
- data.tar.gz: d9d03f3c82de68bfa793630bd01ff51a8f12033d89db998aa5ed6bc781124e11f84a5e59db25586ceddc0fa197e54b8f1b48ee5b6d53e0e58514d8be2afe9c8c
6
+ metadata.gz: '03498730cf2f6e4a9ae9f54a5aef3cbebc5aa65d23420345407f6cfaa728ebe519ceb1343f298bd12534f1cf877fb0fba7f00e7eefb49d5ea708180c67155037'
7
+ data.tar.gz: 5bb3ae844277565455435708a074ae2e7e0fc08cee39dbbdb2495b4721cdd5f129a3bfd0bbba535541a88d6c681a3bdc932dcee4db40c5194bdfbb96ea7646cc
@@ -7,11 +7,11 @@ template '/etc/yum.repos.d/google-chrome.repo' do
7
7
  end
8
8
 
9
9
  if ENV['CHROME_VERSION'].to_s.empty?
10
- ENV['CHROME_VERSION'] = '120.0.6099.71'
10
+ ENV['CHROME_VERSION'] = '125.0.6422.78'
11
11
 
12
12
  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
13
13
  user 'root'
14
- not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (118|119|120)\.'"
14
+ not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (123|124|125)\.'"
15
15
  end
16
16
  else
17
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
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Selenium
5
- VERSION = '0.4.4'
5
+ VERSION = '0.4.6'
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.4
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - y-matsuda
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-07 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
117
  requirements: []
118
- rubygems_version: 3.3.26
118
+ rubygems_version: 3.2.16
119
119
  signing_key:
120
120
  specification_version: 4
121
121
  summary: itamae recipe for god process monitoring framework