gitlab-janitor 1.0.4.134295 → 1.0.5.229406

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2249f09f9f20ba337ceb7319c22a507e82c0aa6f78d516f4ad26b9647542ed5
4
- data.tar.gz: 60f28308ad093d60cb566079bd04ac73800c169492c44a9ee73a7bc17b68dfc0
3
+ metadata.gz: e3b99b9d3fbb79a2bcdeeff4232dc401131a4c8094acc96859c21fce986b7fd0
4
+ data.tar.gz: 8b9076dbf9612ef4988bffac2c03e915bdc3a0d4bdd59db8ed3a883c8c435718
5
5
  SHA512:
6
- metadata.gz: fdfa224bef1412e8e63d28b4e25e8f520978eff9a776d3c003f14c16f702edda516daefe9d4f6807984b34c821e5d4d765dc97c15ac02452047fb5b515fe19b5
7
- data.tar.gz: 0e2bae8e4b279a4ef12fade82cf13e3de68563964cd93f0a9303dadf0d13bbbac09bc59549d02cc40b882e941fa409273d04b631a786fce1f4c21636779e3f2e
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.134295)
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,46 +20,46 @@ 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.11.0)
48
- rspec-core (~> 3.11.0)
49
- rspec-expectations (~> 3.11.0)
50
- rspec-mocks (~> 3.11.0)
51
- rspec-core (3.11.0)
52
- rspec-support (~> 3.11.0)
53
- rspec-expectations (3.11.0)
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.11.0)
56
- rspec-mocks (3.11.1)
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.11.0)
59
- rspec-support (3.11.0)
60
- rspec_junit_formatter (0.5.1)
58
+ rspec-support (~> 3.13.0)
59
+ rspec-support (3.13.1)
60
+ rspec_junit_formatter (0.6.0)
61
61
  rspec-core (>= 2, < 4, != 2.12.0)
62
- simplecov (0.21.2)
62
+ simplecov (0.22.0)
63
63
  docile (~> 1.1)
64
64
  simplecov-html (~> 0.11)
65
65
  simplecov_json_formatter (~> 0.1)
@@ -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.2.0)
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.134295
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