eyes_capybara 6.6.37 → 6.6.38

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: 1084afe27d6e95a86c4fe3698ac626dd82ada9175f8ad4118afe08a784c708ed
4
- data.tar.gz: 6b0a8dc4f197a7148cef9e6ab811c62e8adcfba7ad80d110cb9f736d22681012
3
+ metadata.gz: 213bf5695e5ec3e39b4dcca3df59858b9869aa478835a6c042dcea6209993658
4
+ data.tar.gz: 763a5443234d0b77b4ac28541203964b95470746fbeb0dc797c4e5c16d1c4467
5
5
  SHA512:
6
- metadata.gz: 75d26c47abc5bcc276d072503ddec6ed045805455723bbc8ad9e4ef0e836d438389b079271effaf1031bf60f8323f79fcaa98cc29e21742274abb9ba7bf9de3d
7
- data.tar.gz: ca707c0dc3e794d8727633b7e866457ccb470aa8483622cbd0b74c6a84c3c33602d282d3912e36594734ea1d52801f6f7cfcfaf754ecbf17dd9dfa2c8a976324
6
+ metadata.gz: 1f1ff42db195cc1c4406c22313c10584f1dbd0eae5d3dd668f4c67e93cc9a77da56e4378f0850c4b193a02385ff27df6e5b4869f8fc3073242424c11f9c89048
7
+ data.tar.gz: 454d7336832adff9b367a529c2c0d19347a629b17c0cd31d1ebb0192779208e1204d9d212d8bd8dfb5b0bb777a7478d6397780433fa0c357357122cc11775b89
data/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.6.38](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.37...ruby/eyes_capybara@6.6.38) (2026-06-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.11.0
9
+ #### Features
10
+
11
+ * add HTTP/2 proxy support (AD-13916) ([#3860](https://github.com/Applitools-Dev/sdk/issues/3860)) ([87cfb3e](https://github.com/Applitools-Dev/sdk/commit/87cfb3e2772cc8443d961b7916cc701f894b84cb))
12
+ * @applitools/nml-client bumped to 1.11.30
13
+
14
+ * @applitools/tunnel-client bumped to 1.12.0
15
+ #### Features
16
+
17
+ * add PAC-file proxy routing for tunnel agent | FLD-3783 ([#3897](https://github.com/Applitools-Dev/sdk/issues/3897)) ([e4f5818](https://github.com/Applitools-Dev/sdk/commit/e4f58181f4e835c9823915ecab9e99a9e150e493))
18
+
19
+
20
+
21
+ * @applitools/ufg-client bumped to 1.22.3
22
+
23
+ * @applitools/core-base bumped to 1.35.1
24
+
25
+ * @applitools/ec-client bumped to 1.12.32
26
+
27
+ * @applitools/core bumped to 4.64.1
28
+
29
+ * eyes_universal bumped to 4.64.1
30
+
31
+ * eyes_core bumped to 6.11.4
32
+
33
+ * eyes_selenium bumped to 6.12.38
34
+
35
+
3
36
  ## [6.6.37](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.36...ruby/eyes_capybara@6.6.37) (2026-06-04)
4
37
 
5
38
 
@@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
28
28
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
29
29
  spec.require_paths = %w(lib)
30
- spec.add_dependency 'eyes_selenium', "= 6.12.37"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.38"
31
31
  spec.add_dependency 'capybara'
32
32
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCapybara
5
- VERSION = '6.6.37'.freeze
5
+ VERSION = '6.6.38'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_capybara
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.6.37
4
+ version: 6.6.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-04 00:00:00.000000000 Z
11
+ date: 2026-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eyes_selenium
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.12.37
19
+ version: 6.12.38
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 6.12.37
26
+ version: 6.12.38
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capybara
29
29
  requirement: !ruby/object:Gem::Requirement