testcentricity_web 4.6.5 → 4.6.6

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: e0d1c689daf1ffc23cd44ffc2368bdbba00173c82278cf47128869f458858047
4
- data.tar.gz: d75c478976dfbb0bf23d34e32ba8800d599ae40895c5aa43474120753d6a3918
3
+ metadata.gz: 4702f20ce00f184ba31a0192f402a91ab0342f63cb0acc49580a37cf2316ab1e
4
+ data.tar.gz: 6ab02587dc727f7ac11a1bf641d85938d798817f5d90c6403dee750b64a5b898
5
5
  SHA512:
6
- metadata.gz: 1e872a06bfa3cec20d03ac1c46097ddd2aff4de54b01dd4847da708447a7f8c3f0cbbe5a35e5a00a4bd145b695ae02d741a4a51a2b832e50f234c12464b66985
7
- data.tar.gz: b346d1f5688cc1ef1da97df59f43704937d8fc5e02a2968573f791a6130c55d2a73fb574c2acd835026f7489dac7678569b599101ae4df88ec2f4df7acb1fdf8
6
+ metadata.gz: 2f2fb438f4384f0f916e30028d28b81f6ab1a4faa256b144a674fd008910ea8cf1ae278898ce93541939af1c5cc5897886ac889873cef85811479cc49dd4880a
7
+ data.tar.gz: 2601a6804e9e095e397d6fa99be0122c7cd5b1d3f11f54ac2e8a26b7d574a926db3dd622083a518c81b27df6ae86a6e0335d82758d410d32551c8f6db8292c33
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
4
 
5
+ ## [4.6.6] - 10-OCT-2025
6
+
7
+ ### Changed
8
+
9
+ * Update Nokogiri gem to address CVE-2025-6021, CVE-2025-6170, CVE-2025-49794, CVE-2025-49795, and CVE-2025-49796.
10
+ * Update REXML gem to address DoS vulnerability when parsing XML containing multiple XML declarations.
11
+
12
+
5
13
  ## [4.6.5] - 18-JUL-2025
6
14
 
7
15
  ### Changed
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '4.6.5'
2
+ VERSION = '4.6.6'
3
3
  end
@@ -486,7 +486,7 @@ module TestCentricity
486
486
  # define mobile device options
487
487
  if ENV['BS_DEVICE']
488
488
  bs_options[:deviceName] = ENV['BS_DEVICE']
489
- bs_options[:appiumVersion] = '2.15.0'
489
+ bs_options[:appiumVersion] = '2.19.0'
490
490
  {
491
491
  browserName: browser,
492
492
  'bstack:options': bs_options
@@ -494,7 +494,7 @@ module TestCentricity
494
494
  else
495
495
  # define desktop browser options
496
496
  bs_options[:resolution] = ENV['RESOLUTION'] if ENV['RESOLUTION']
497
- bs_options[:seleniumVersion] = '4.30.0'
497
+ bs_options[:seleniumVersion] = '4.35.0'
498
498
  {
499
499
  browserName: browser,
500
500
  browserVersion: ENV['BS_VERSION'],
@@ -564,7 +564,7 @@ module TestCentricity
564
564
  else
565
565
  # define desktop browser options
566
566
  tb_options['screen-resolution'] = ENV['RESOLUTION'] if ENV['RESOLUTION']
567
- tb_options['selenium-version'] = '4.29.0'
567
+ tb_options['selenium-version'] = '4.35.0'
568
568
  end
569
569
  {
570
570
  browserName: browser,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testcentricity_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.5
4
+ version: 4.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-18 00:00:00.000000000 Z
11
+ date: 2025-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 10.0.0
33
+ version: 10.1.0
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 10.0.0
40
+ version: 10.1.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: cuke_modeler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -142,14 +142,14 @@ dependencies:
142
142
  requirements:
143
143
  - - "~>"
144
144
  - !ruby/object:Gem::Version
145
- version: 4.34.0
145
+ version: 4.36.0
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
- version: 4.34.0
152
+ version: 4.36.0
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: simplecov
155
155
  requirement: !ruby/object:Gem::Requirement
@@ -392,7 +392,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
392
392
  version: '0'
393
393
  requirements:
394
394
  - Capybara, Selenium-WebDriver
395
- rubygems_version: 3.4.19
395
+ rubygems_version: 3.4.10
396
396
  signing_key:
397
397
  specification_version: 4
398
398
  summary: A Page Object Model Framework for desktop and mobile web testing