eyes_capybara 6.6.38 → 6.6.39

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: 213bf5695e5ec3e39b4dcca3df59858b9869aa478835a6c042dcea6209993658
4
- data.tar.gz: 763a5443234d0b77b4ac28541203964b95470746fbeb0dc797c4e5c16d1c4467
3
+ metadata.gz: f53f54f9b7e1c6b3d6c595d653ca7d7e953350d77b5e677526a7e1a34e376b76
4
+ data.tar.gz: 4d21c49027be45e28f8752cf71a949258bd5b36de3406d5ca955090deb8de88f
5
5
  SHA512:
6
- metadata.gz: 1f1ff42db195cc1c4406c22313c10584f1dbd0eae5d3dd668f4c67e93cc9a77da56e4378f0850c4b193a02385ff27df6e5b4869f8fc3073242424c11f9c89048
7
- data.tar.gz: 454d7336832adff9b367a529c2c0d19347a629b17c0cd31d1ebb0192779208e1204d9d212d8bd8dfb5b0bb777a7478d6397780433fa0c357357122cc11775b89
6
+ metadata.gz: 7be8b3e75622aabfaabc880f4f7c5cfe98c93b8ef795ca51114c05f64fbd94775447858cb4275b790962233eb46ef0f31a5a71ea5a2f608ba4a652cd0a7ec388
7
+ data.tar.gz: 9db6714f7c8b124ee87cc6f4850532f6eb462c3b252bdd9574e32d980a79640124631459a0474b217f7bbc93a700218af7bf79df12eea0f526bcd77b6175bc83
data/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.6.39](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.38...ruby/eyes_capybara@6.6.39) (2026-06-14)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.17.3
9
+ #### Bug Fixes
10
+
11
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
12
+
13
+
14
+
15
+ * @applitools/snippets bumped to 2.9.3
16
+ #### Bug Fixes
17
+
18
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
19
+ * @applitools/core bumped to 4.65.0
20
+ #### Features
21
+
22
+ * add useLatestEnvBaseline to session startInfo | AD-14089 ([#3887](https://github.com/Applitools-Dev/sdk/issues/3887)) ([b15b9af](https://github.com/Applitools-Dev/sdk/commit/b15b9af34328193f6705c90a26c24aa1e4b23d1c))
23
+
24
+
25
+ #### Bug Fixes
26
+
27
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
28
+
29
+
30
+
31
+ * @applitools/driver bumped to 1.26.3
32
+
33
+ * @applitools/spec-driver-webdriver bumped to 1.6.3
34
+
35
+ * @applitools/spec-driver-selenium bumped to 1.8.3
36
+
37
+ * @applitools/spec-driver-playwright bumped to 1.9.3
38
+
39
+ * @applitools/spec-driver-puppeteer bumped to 1.8.3
40
+
41
+ * @applitools/screenshoter bumped to 3.12.22
42
+
43
+ * @applitools/nml-client bumped to 1.11.31
44
+
45
+ * @applitools/ec-client bumped to 1.12.33
46
+
47
+ * eyes_universal bumped to 4.65.0
48
+
49
+ * eyes_core bumped to 6.11.5
50
+
51
+ * eyes_selenium bumped to 6.12.39
52
+
53
+
3
54
  ## [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
55
 
5
56
 
@@ -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.38"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.39"
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.38'.freeze
5
+ VERSION = '6.6.39'.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.38
4
+ version: 6.6.39
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-09 00:00:00.000000000 Z
11
+ date: 2026-06-14 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.38
19
+ version: 6.12.39
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.38
26
+ version: 6.12.39
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capybara
29
29
  requirement: !ruby/object:Gem::Requirement