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

Commit 4f5d615

Browse files
authored
Merge pull request #67 from CDLUC3/menuremove
remove items in new tool
2 parents 3669bca + 87497ab commit 4f5d615

File tree

7 files changed

+49
-465
lines changed

7 files changed

+49
-465
lines changed

mysql-ruby-lambda/Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ GEM
99
remote: https://rubygems.org/
1010
specs:
1111
ast (2.4.3)
12-
json (2.13.2)
12+
bigdecimal (3.2.3)
13+
json (2.15.0)
1314
language_server-protocol (3.17.0.5)
1415
lint_roller (1.1.0)
15-
mysql2 (0.5.6)
16+
mysql2 (0.5.7)
17+
bigdecimal
1618
parallel (1.27.0)
1719
parser (3.3.9.0)
1820
ast (~> 2.4.1)
@@ -21,18 +23,18 @@ GEM
2123
racc (1.8.1)
2224
rainbow (3.1.1)
2325
regexp_parser (2.11.3)
24-
rubocop (1.80.2)
26+
rubocop (1.81.1)
2527
json (~> 2.3)
2628
language_server-protocol (~> 3.17.0.2)
2729
lint_roller (~> 1.1.0)
2830
parallel (~> 1.10)
2931
parser (>= 3.3.0.2)
3032
rainbow (>= 2.2.2, < 4.0)
3133
regexp_parser (>= 2.9.3, < 3.0)
32-
rubocop-ast (>= 1.46.0, < 2.0)
34+
rubocop-ast (>= 1.47.1, < 2.0)
3335
ruby-progressbar (~> 1.7)
3436
unicode-display_width (>= 2.4.0, < 4.0)
35-
rubocop-ast (1.46.0)
37+
rubocop-ast (1.47.1)
3638
parser (>= 3.3.7.2)
3739
prism (~> 1.4)
3840
ruby-progressbar (1.13.0)

src-admintool/Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ GEM
1010
specs:
1111
ast (2.4.3)
1212
aws-eventstream (1.4.0)
13-
aws-partitions (1.1159.0)
14-
aws-sdk-core (3.232.0)
13+
aws-partitions (1.1166.0)
14+
aws-sdk-core (3.233.0)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.992.0)
1717
aws-sigv4 (~> 1.9)
1818
base64
1919
bigdecimal
2020
jmespath (~> 1, >= 1.6.1)
2121
logger
22-
aws-sdk-kms (1.112.0)
22+
aws-sdk-kms (1.113.0)
2323
aws-sdk-core (~> 3, >= 3.231.0)
2424
aws-sigv4 (~> 1.5)
25-
aws-sdk-s3 (1.199.0)
25+
aws-sdk-s3 (1.199.1)
2626
aws-sdk-core (~> 3, >= 3.231.0)
2727
aws-sdk-kms (~> 1)
2828
aws-sigv4 (~> 1.5)
@@ -31,11 +31,12 @@ GEM
3131
base64 (0.3.0)
3232
bigdecimal (3.2.3)
3333
jmespath (1.6.2)
34-
json (2.13.2)
34+
json (2.15.0)
3535
language_server-protocol (3.17.0.5)
3636
lint_roller (1.1.0)
3737
logger (1.7.0)
38-
mysql2 (0.5.6)
38+
mysql2 (0.5.7)
39+
bigdecimal
3940
parallel (1.27.0)
4041
parser (3.3.9.0)
4142
ast (~> 2.4.1)
@@ -44,18 +45,18 @@ GEM
4445
racc (1.8.1)
4546
rainbow (3.1.1)
4647
regexp_parser (2.11.3)
47-
rubocop (1.80.2)
48+
rubocop (1.81.1)
4849
json (~> 2.3)
4950
language_server-protocol (~> 3.17.0.2)
5051
lint_roller (~> 1.1.0)
5152
parallel (~> 1.10)
5253
parser (>= 3.3.0.2)
5354
rainbow (>= 2.2.2, < 4.0)
5455
regexp_parser (>= 2.9.3, < 3.0)
55-
rubocop-ast (>= 1.46.0, < 2.0)
56+
rubocop-ast (>= 1.47.1, < 2.0)
5657
ruby-progressbar (~> 1.7)
5758
unicode-display_width (>= 2.4.0, < 4.0)
58-
rubocop-ast (1.46.0)
59+
rubocop-ast (1.47.1)
5960
parser (>= 3.3.7.2)
6061
prism (~> 1.4)
6162
ruby-progressbar (1.13.0)

0 commit comments

Comments
 (0)