We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c796f71 commit ad53146Copy full SHA for ad53146
2 files changed
ruby/Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- ci-queue (0.63.0)
+ ci-queue (0.64.0)
5
logger
6
7
GEM
@@ -31,7 +31,7 @@ GEM
31
concurrent-ruby (~> 1.0)
32
json (2.7.1)
33
language_server-protocol (3.17.0.3)
34
- logger (1.6.1)
+ logger (1.6.6)
35
minitest (5.22.3)
36
minitest-reporters (1.6.1)
37
ansi
ruby/lib/ci/queue/version.rb
@@ -2,7 +2,7 @@
module CI
module Queue
- VERSION = '0.63.0'
+ VERSION = '0.64.0'
DEV_SCRIPTS_ROOT = ::File.expand_path('../../../../../redis', __FILE__)
RELEASE_SCRIPTS_ROOT = ::File.expand_path('../redis', __FILE__)
8
end
0 commit comments