gitlab-janitor 1.0.4.134297 → 1.0.5.229406

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: e2630c1903cf620e679dd3b71b9e03023e88e2c422fa5048b8bb3b518b4563b0
4
- data.tar.gz: 1d6883ccc22801468f92091456c5bd5f242ac5eb40b2e526a583f98e5618f35c
3
+ metadata.gz: e3b99b9d3fbb79a2bcdeeff4232dc401131a4c8094acc96859c21fce986b7fd0
4
+ data.tar.gz: 8b9076dbf9612ef4988bffac2c03e915bdc3a0d4bdd59db8ed3a883c8c435718
5
5
  SHA512:
6
- metadata.gz: ec2f703719a5b4872fb7f5daa7a27ccfa45cb53a666eeb37473637a166eb48f5eb57973ce607fa109ed7fe4dec3ca695a242baaecb58dbd40492c0c0b3c2c6a9
7
- data.tar.gz: 1756569c5239e2b2fbf03bf36892139eabbe1154e02e025efa6fc11001d5d2f880de59bba955a4e345a8f50108593f14daa021afee0a76180d9d68a18cfef3b8
6
+ metadata.gz: 6a3d63cb3c7639d5188d08f7128c38a225ae32d255aff0177b1bd271450b6f5fb91476a71683fdcef45decc7b87122f25f9c6d803a40f023173452a549131de8
7
+ data.tar.gz: faa17ea905f9170537b6448a831a6d44ecfdd7bb81758caa341905383faef4a513dd3d80daffd90bfff462d9f5ff4e0f901dd0a8e0c7c86054b27923c88c6e92
data/Dockerfile CHANGED
@@ -18,7 +18,7 @@ ENV \
18
18
  DOCKER_CLI_EXPERIMENTAL="1"
19
19
 
20
20
  RUN set -ex \
21
- && apk add --no-cache docker-cli
21
+ && apk add --no-cache docker-cli docker-cli-buildx
22
22
 
23
23
  ADD Gemfile Gemfile.lock gitlab-janitor.gemspec /home/app/
24
24
  ADD lib/gitlab_janitor/version.rb /home/app/lib/gitlab_janitor/
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlab-janitor (1.0.4.134297)
4
+ gitlab-janitor (1.0.5.229406)
5
5
  activesupport (~> 6.0)
6
6
  docker-api
7
7
  fugit
@@ -12,7 +12,7 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (6.1.7.3)
15
+ activesupport (6.1.7.7)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
@@ -20,43 +20,43 @@ GEM
20
20
  zeitwerk (~> 2.3)
21
21
  ansi (1.5.0)
22
22
  awesome_print (1.9.2)
23
- concurrent-ruby (1.2.2)
24
- connection_pool (2.4.0)
25
- diff-lcs (1.5.0)
23
+ concurrent-ruby (1.2.3)
24
+ connection_pool (2.4.1)
25
+ diff-lcs (1.5.1)
26
26
  docile (1.4.0)
27
27
  docker-api (2.2.0)
28
28
  excon (>= 0.47.0)
29
29
  multi_json
30
- et-orbi (1.2.7)
30
+ et-orbi (1.2.11)
31
31
  tzinfo
32
- excon (0.99.0)
33
- fugit (1.8.1)
32
+ excon (0.110.0)
33
+ fugit (1.10.1)
34
34
  et-orbi (~> 1, >= 1.2.7)
35
35
  raabro (~> 1.4)
36
- i18n (1.12.0)
36
+ i18n (1.14.4)
37
37
  concurrent-ruby (~> 1.0)
38
- minitest (5.18.0)
38
+ minitest (5.22.3)
39
39
  multi_json (1.15.0)
40
- optparse (0.3.1)
40
+ optparse (0.5.0)
41
41
  raabro (1.4.0)
42
- rake (13.0.6)
43
- redis (5.0.6)
44
- redis-client (>= 0.9.0)
45
- redis-client (0.14.1)
42
+ rake (13.2.1)
43
+ redis (5.2.0)
44
+ redis-client (>= 0.22.0)
45
+ redis-client (0.22.1)
46
46
  connection_pool
47
- rspec (3.12.0)
48
- rspec-core (~> 3.12.0)
49
- rspec-expectations (~> 3.12.0)
50
- rspec-mocks (~> 3.12.0)
51
- rspec-core (3.12.1)
52
- rspec-support (~> 3.12.0)
53
- rspec-expectations (3.12.2)
47
+ rspec (3.13.0)
48
+ rspec-core (~> 3.13.0)
49
+ rspec-expectations (~> 3.13.0)
50
+ rspec-mocks (~> 3.13.0)
51
+ rspec-core (3.13.0)
52
+ rspec-support (~> 3.13.0)
53
+ rspec-expectations (3.13.0)
54
54
  diff-lcs (>= 1.2.0, < 2.0)
55
- rspec-support (~> 3.12.0)
56
- rspec-mocks (3.12.5)
55
+ rspec-support (~> 3.13.0)
56
+ rspec-mocks (3.13.0)
57
57
  diff-lcs (>= 1.2.0, < 2.0)
58
- rspec-support (~> 3.12.0)
59
- rspec-support (3.12.0)
58
+ rspec-support (~> 3.13.0)
59
+ rspec-support (3.13.1)
60
60
  rspec_junit_formatter (0.6.0)
61
61
  rspec-core (>= 2, < 4, != 2.12.0)
62
62
  simplecov (0.22.0)
@@ -73,13 +73,12 @@ GEM
73
73
  unicode-display_width (>= 1.1.1, < 3)
74
74
  tzinfo (2.0.6)
75
75
  concurrent-ruby (~> 1.0)
76
- tzinfo-data (1.2023.3)
76
+ tzinfo-data (1.2024.1)
77
77
  tzinfo (>= 1.0.0)
78
- unicode-display_width (2.4.2)
79
- zeitwerk (2.6.7)
78
+ unicode-display_width (2.5.0)
79
+ zeitwerk (2.6.13)
80
80
 
81
81
  PLATFORMS
82
- ruby
83
82
  x86_64-linux
84
83
 
85
84
  DEPENDENCIES
@@ -93,4 +92,4 @@ DEPENDENCIES
93
92
  simplecov-console
94
93
 
95
94
  BUNDLED WITH
96
- 2.3.20
95
+ 2.4.17
data/docker-compose.yml CHANGED
@@ -8,7 +8,7 @@ services:
8
8
  build:
9
9
  context: .
10
10
  args:
11
- RUBY_VERSION: 3.1
11
+ RUBY_VERSION: 3.2
12
12
  CREATED: ${OC_IMAGE_CREATED-2022-08-05 15:22:36+03:00}
13
13
  VERSION: ${OC_IMAGE_VERSION-unknown}
14
14
  REVISION: ${OC_IMAGE_REVISION-unknown}
@@ -1,6 +1,6 @@
1
1
  module GitlabJanitor
2
2
 
3
- VERSION = '1.0.4'.freeze
3
+ VERSION = '1.0.5'.freeze
4
4
 
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-janitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4.134297
4
+ version: 1.0.5.229406
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samoilenko Yuri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-31 00:00:00.000000000 Z
11
+ date: 2024-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print