gitlab_quality-test_tooling 3.21.1 → 3.21.2
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 +4 -4
- data/Gemfile +3 -0
- data/Gemfile.lock +9 -7
- data/lib/gitlab_quality/test_tooling/version.rb +1 -1
- metadata +4 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ae21eb1d647c738006ae06faef24f5268d61fe30d0b72bd9aeebaa6b4b7d93e
|
|
4
|
+
data.tar.gz: 934cd5bd6d0bdac314f7209d9fa212dafa4b14ec1daffb1f0dff77106bcbd0b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b2c9ab4651163565cda4e146487bfa7ffec5b9e4d47a289431d4427926e35a8b92d81f759f6838169b2d2572a5fcac6c7c48fc9250cd572219f77a60f96e5aa
|
|
7
|
+
data.tar.gz: 69479474c04e85f4ba6da8748af8d58fb7b85e7175ddae13c524fd2303f5e324af9c9d1dd9e07220509c52e107cb155545d0515ae4e49b9d75cb77df855a5a9b
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
gitlab_quality-test_tooling (3.21.
|
|
4
|
+
gitlab_quality-test_tooling (3.21.2)
|
|
5
5
|
activesupport (>= 7.0)
|
|
6
6
|
amatch (~> 0.4.1)
|
|
7
|
-
fog-google (~> 1.
|
|
7
|
+
fog-google (~> 1.25)
|
|
8
8
|
gitlab (>= 4.19, < 7.0)
|
|
9
9
|
http (~> 5.0)
|
|
10
10
|
http-cookie (>= 1.0, < 1.1.1)
|
|
@@ -80,7 +80,8 @@ GEM
|
|
|
80
80
|
domain_name (0.6.20240107)
|
|
81
81
|
drb (2.2.1)
|
|
82
82
|
e2mmap (0.1.0)
|
|
83
|
-
excon (
|
|
83
|
+
excon (1.6.0)
|
|
84
|
+
logger
|
|
84
85
|
faraday (2.12.0)
|
|
85
86
|
faraday-net_http (>= 2.0, < 3.4)
|
|
86
87
|
json
|
|
@@ -93,14 +94,14 @@ GEM
|
|
|
93
94
|
ffi-compiler (1.3.2)
|
|
94
95
|
ffi (>= 1.15.5)
|
|
95
96
|
rake
|
|
96
|
-
fog-core (2.
|
|
97
|
+
fog-core (2.6.0)
|
|
97
98
|
builder
|
|
98
|
-
excon (~> 0
|
|
99
|
+
excon (~> 1.0)
|
|
99
100
|
formatador (>= 0.2, < 2.0)
|
|
100
101
|
mime-types
|
|
101
|
-
fog-google (1.
|
|
102
|
+
fog-google (1.29.4)
|
|
102
103
|
addressable (>= 2.7.0)
|
|
103
|
-
fog-core (
|
|
104
|
+
fog-core (~> 2.5)
|
|
104
105
|
fog-json (~> 1.2)
|
|
105
106
|
fog-xml (~> 0.1.0)
|
|
106
107
|
google-apis-compute_v1 (~> 0.53)
|
|
@@ -409,6 +410,7 @@ PLATFORMS
|
|
|
409
410
|
|
|
410
411
|
DEPENDENCIES
|
|
411
412
|
climate_control (~> 1.2)
|
|
413
|
+
excon (< 1.7)
|
|
412
414
|
gitlab-dangerfiles (~> 3.8)
|
|
413
415
|
gitlab-styles (~> 13.1)
|
|
414
416
|
gitlab_quality-test_tooling!
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gitlab_quality-test_tooling
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.21.
|
|
4
|
+
version: 3.21.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GitLab Quality
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: climate_control
|
|
@@ -254,20 +254,14 @@ dependencies:
|
|
|
254
254
|
requirements:
|
|
255
255
|
- - "~>"
|
|
256
256
|
- !ruby/object:Gem::Version
|
|
257
|
-
version: '1.
|
|
258
|
-
- - ">="
|
|
259
|
-
- !ruby/object:Gem::Version
|
|
260
|
-
version: 1.24.1
|
|
257
|
+
version: '1.25'
|
|
261
258
|
type: :runtime
|
|
262
259
|
prerelease: false
|
|
263
260
|
version_requirements: !ruby/object:Gem::Requirement
|
|
264
261
|
requirements:
|
|
265
262
|
- - "~>"
|
|
266
263
|
- !ruby/object:Gem::Version
|
|
267
|
-
version: '1.
|
|
268
|
-
- - ">="
|
|
269
|
-
- !ruby/object:Gem::Version
|
|
270
|
-
version: 1.24.1
|
|
264
|
+
version: '1.25'
|
|
271
265
|
- !ruby/object:Gem::Dependency
|
|
272
266
|
name: gitlab
|
|
273
267
|
requirement: !ruby/object:Gem::Requirement
|