Skip to content

Commit

Permalink
dependencied update
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnalru committed Apr 19, 2024
1 parent 71b9f20 commit 5acdac4
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV \
DOCKER_CLI_EXPERIMENTAL="1"

RUN set -ex \
&& apk add --no-cache docker-cli
&& apk add --no-cache docker-cli docker-cli-buildx

ADD Gemfile Gemfile.lock gitlab-janitor.gemspec /home/app/
ADD lib/gitlab_janitor/version.rb /home/app/lib/gitlab_janitor/
Expand Down
60 changes: 30 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gitlab-janitor (1.0.4)
gitlab-janitor (1.0.5)
activesupport (~> 6.0)
docker-api
fugit
Expand All @@ -12,51 +12,51 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7.3)
activesupport (6.1.7.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ansi (1.5.0)
awesome_print (1.9.2)
concurrent-ruby (1.2.2)
connection_pool (2.4.0)
diff-lcs (1.5.0)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
diff-lcs (1.5.1)
docile (1.4.0)
docker-api (2.2.0)
excon (>= 0.47.0)
multi_json
et-orbi (1.2.7)
et-orbi (1.2.11)
tzinfo
excon (0.99.0)
fugit (1.8.1)
excon (0.110.0)
fugit (1.10.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
i18n (1.12.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
minitest (5.18.0)
minitest (5.22.3)
multi_json (1.15.0)
optparse (0.3.1)
optparse (0.5.0)
raabro (1.4.0)
rake (13.0.6)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.14.1)
rake (13.2.1)
redis (5.2.0)
redis-client (>= 0.22.0)
redis-client (0.22.1)
connection_pool
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
simplecov (0.22.0)
Expand All @@ -73,10 +73,10 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
unicode-display_width (2.4.2)
zeitwerk (2.6.7)
unicode-display_width (2.5.0)
zeitwerk (2.6.13)

PLATFORMS
x86_64-linux
Expand All @@ -92,4 +92,4 @@ DEPENDENCIES
simplecov-console

BUNDLED WITH
2.3.15
2.4.20
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
build:
context: .
args:
RUBY_VERSION: 3.1
RUBY_VERSION: 3.2
CREATED: ${OC_IMAGE_CREATED-2022-08-05 15:22:36+03:00}
VERSION: ${OC_IMAGE_VERSION-unknown}
REVISION: ${OC_IMAGE_REVISION-unknown}
Expand Down
2 changes: 1 addition & 1 deletion lib/gitlab_janitor/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module GitlabJanitor

VERSION = '1.0.4'.freeze
VERSION = '1.0.5'.freeze

end

0 comments on commit 5acdac4

Please sign in to comment.