Skip to content

Commit

Permalink
gem updates
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jan 23, 2025
1 parent 5ec7186 commit cd6d9f7
Show file tree
Hide file tree
Showing 13 changed files with 80 additions and 78 deletions.
2 changes: 1 addition & 1 deletion mysql-ruby-lambda/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.4
3.3.5
2 changes: 1 addition & 1 deletion mysql-ruby-lambda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# All rights reserved
#*********************************************************************

FROM public.ecr.aws/lambda/ruby:3
FROM public.ecr.aws/lambda/ruby:3.3.5

RUN dnf -y update && dnf -y upgrade

Expand Down
8 changes: 4 additions & 4 deletions mysql-ruby-lambda/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ GEM
language_server-protocol (3.17.0.3)
mysql2 (0.5.6)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rainbow (3.1.1)
regexp_parser (2.10.0)
rubocop (1.70.0)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -32,7 +32,7 @@ GEM
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (3.1.3)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)

Expand All @@ -46,4 +46,4 @@ DEPENDENCIES
uc3-ssm!

BUNDLED WITH
2.6.2
2.6.3
27 changes: 15 additions & 12 deletions simulate-lambda-alb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ GEM
ast (2.4.2)
base64 (0.2.0)
httpclient (2.8.3)
json (2.8.2)
json (2.9.1)
language_server-protocol (3.17.0.3)
logger (1.6.1)
logger (1.6.5)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
Expand All @@ -19,21 +19,22 @@ GEM
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rainbow (3.1.1)
regexp_parser (2.9.2)
rubocop (1.68.0)
regexp_parser (2.10.0)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand All @@ -44,8 +45,10 @@ GEM
rack-protection (= 4.1.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.4.0)
unicode-display_width (2.6.0)
tilt (2.6.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)

PLATFORMS
x86_64-linux
Expand Down
2 changes: 1 addition & 1 deletion src-admintool/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.4
3.3.5
22 changes: 11 additions & 11 deletions src-admintool/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,33 @@ GEM
specs:
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.1034.0)
aws-sdk-core (3.214.1)
aws-partitions (1.1042.0)
aws-sdk-core (3.216.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (1.97.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.177.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-s3 (1.178.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.1)
aws-sigv4 (1.11.0)
aws-eventstream (~> 1, >= 1.0.2)
jmespath (1.6.2)
json (2.9.1)
language_server-protocol (3.17.0.3)
mysql2 (0.5.6)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rainbow (3.1.1)
regexp_parser (2.10.0)
rubocop (1.70.0)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -49,7 +49,7 @@ GEM
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (3.1.3)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)

Expand All @@ -65,4 +65,4 @@ DEPENDENCIES
uc3-ssm!

BUNDLED WITH
2.6.2
2.6.3
2 changes: 1 addition & 1 deletion src-colladmin/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.4
3.3.5
1 change: 0 additions & 1 deletion src-colladmin/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ gem 'nokogiri'
gem 'rest-client'
gem 'rubocop'
gem 'uc3-ssm', git: 'https://github.com/CDLUC3/uc3-ssm.git', tag: '1.0.4'
gem 'unf_ext', '~> 0.0.7.7'
gem 'zk'
gem 'zookeeper'
40 changes: 19 additions & 21 deletions src-colladmin/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@ GEM
specs:
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.1034.0)
aws-sdk-core (3.214.1)
aws-partitions (1.1042.0)
aws-sdk-core (3.216.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ec2 (1.498.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-ec2 (1.501.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (1.97.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-lambda (1.144.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-lambda (1.145.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.177.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-s3 (1.178.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sdk-ssm (1.186.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-ssm (1.187.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.1)
aws-sigv4 (1.11.0)
aws-eventstream (~> 1, >= 1.0.2)
csv (3.3.2)
domain_name (0.6.20240107)
Expand All @@ -59,13 +59,13 @@ GEM
mini_portile2 (2.8.8)
mysql2 (0.5.6)
netrc (0.11.0)
nokogiri (1.18.1)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-gnu)
nokogiri (1.18.2-x86_64-linux-gnu)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
Expand All @@ -76,7 +76,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rubocop (1.70.0)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -89,8 +89,7 @@ GEM
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
unf_ext (0.0.7.7)
unicode-display_width (3.1.3)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
zk (1.10.0)
Expand All @@ -114,9 +113,8 @@ DEPENDENCIES
rest-client
rubocop
uc3-ssm!
unf_ext (~> 0.0.7.7)
zk
zookeeper

BUNDLED WITH
2.6.2
2.6.3
2 changes: 1 addition & 1 deletion src-common/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.4
3.3.5
8 changes: 4 additions & 4 deletions src-common/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ GEM
mysql2 (0.5.6)
net-ldap (0.19.0)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rainbow (3.1.1)
regexp_parser (2.10.0)
rubocop (1.70.0)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -39,7 +39,7 @@ GEM
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
rubyzip (2.4.1)
unicode-display_width (3.1.3)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)

Expand All @@ -59,4 +59,4 @@ DEPENDENCIES
uc3-ssm!

BUNDLED WITH
2.6.2
2.6.3
2 changes: 1 addition & 1 deletion src-testdriver/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.4
3.3.5
40 changes: 21 additions & 19 deletions src-testdriver/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,38 @@ GEM
specs:
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.1012.0)
aws-sdk-core (3.213.0)
aws-partitions (1.1042.0)
aws-sdk-core (3.216.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-lambda (1.143.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-lambda (1.145.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-ssm (1.186.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-ssm (1.187.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.1)
aws-sigv4 (1.11.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
byebug (11.1.3)
colorize (1.1.0)
diff-lcs (1.5.1)
jmespath (1.6.2)
json (2.8.2)
json (2.9.1)
language_server-protocol (3.17.0.3)
mini_portile2 (2.8.8)
nokogiri (1.16.7)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rainbow (3.1.1)
regexp_parser (2.9.2)
regexp_parser (2.10.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -54,21 +54,23 @@ GEM
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.68.0)
rspec-support (3.13.2)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)

PLATFORMS
ruby
Expand All @@ -86,4 +88,4 @@ DEPENDENCIES
uc3-ssm!

BUNDLED WITH
2.6.2
2.6.3

0 comments on commit cd6d9f7

Please sign in to comment.