Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 74c6092

Browse files
committed
gems and rubocop
1 parent 7ab1d35 commit 74c6092

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed

mysql-ruby-lambda/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ DEPENDENCIES
4848
uc3-ssm!
4949

5050
BUNDLED WITH
51-
2.6.4
51+
2.6.5

src-admintool/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GEM
1010
specs:
1111
ast (2.4.2)
1212
aws-eventstream (1.3.1)
13-
aws-partitions (1.1052.0)
13+
aws-partitions (1.1053.0)
1414
aws-sdk-core (3.219.0)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.992.0)
@@ -69,4 +69,4 @@ DEPENDENCIES
6969
uc3-ssm!
7070

7171
BUNDLED WITH
72-
2.6.4
72+
2.6.5

src-colladmin/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
specs:
2020
ast (2.4.2)
2121
aws-eventstream (1.3.1)
22-
aws-partitions (1.1052.0)
22+
aws-partitions (1.1053.0)
2323
aws-sdk-core (3.219.0)
2424
aws-eventstream (~> 1, >= 1.3.0)
2525
aws-partitions (~> 1, >= 1.992.0)
@@ -58,7 +58,7 @@ GEM
5858
mime-types (3.6.0)
5959
logger
6060
mime-types-data (~> 3.2015)
61-
mime-types-data (3.2025.0204)
61+
mime-types-data (3.2025.0220)
6262
mini_portile2 (2.8.8)
6363
mysql2 (0.5.6)
6464
netrc (0.11.0)
@@ -121,4 +121,4 @@ DEPENDENCIES
121121
zookeeper
122122

123123
BUNDLED WITH
124-
2.6.4
124+
2.6.5

src-colladmin/actions/zookeeper_action.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ def perform_action
328328
end
329329
end
330330

331+
## Queue manipulation action using new mrt-zk - special handling to skip downloading
331332
class ZkRequeueSpecialAction < ZkAction
332333
def perform_action
333334
if @qpath =~ /access/
@@ -348,9 +349,7 @@ def perform_action
348349
job.set_status(@zk, MerrittZK::JobState::Estimating, job_retry: true)
349350
when 'Estimating'
350351
job.set_status(@zk, MerrittZK::JobState::Provisioning, job_retry: true)
351-
when 'Provisioning'
352-
job.set_status(@zk, MerrittZK::JobState::Processing, job_retry: true)
353-
when 'Downloading'
352+
when 'Provisioning' || 'Downloading'
354353
job.set_status(@zk, MerrittZK::JobState::Processing, job_retry: true)
355354
when 'Processing'
356355
job.set_status(@zk, MerrittZK::JobState::Recording, job_retry: true)

src-common/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ DEPENDENCIES
6161
uc3-ssm!
6262

6363
BUNDLED WITH
64-
2.6.4
64+
2.6.5

src-testdriver/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GEM
1010
specs:
1111
ast (2.4.2)
1212
aws-eventstream (1.3.1)
13-
aws-partitions (1.1052.0)
13+
aws-partitions (1.1053.0)
1414
aws-sdk-core (3.219.0)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.992.0)
@@ -91,4 +91,4 @@ DEPENDENCIES
9191
uc3-ssm!
9292

9393
BUNDLED WITH
94-
2.6.4
94+
2.6.5

0 commit comments

Comments
 (0)