Skip to content

Commit 48f7dba

Browse files
committed
gem updates
1 parent 9614d8c commit 48f7dba

File tree

2 files changed

+31
-24
lines changed

2 files changed

+31
-24
lines changed

Gemfile.lock

+29-22
Original file line numberDiff line numberDiff line change
@@ -2,63 +2,70 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
ast (2.4.2)
5-
aws-eventstream (1.3.0)
6-
aws-partitions (1.1012.0)
7-
aws-sdk-core (3.213.0)
5+
aws-eventstream (1.3.2)
6+
aws-partitions (1.1067.0)
7+
aws-sdk-core (3.220.1)
88
aws-eventstream (~> 1, >= 1.3.0)
99
aws-partitions (~> 1, >= 1.992.0)
1010
aws-sigv4 (~> 1.9)
11+
base64
1112
jmespath (~> 1, >= 1.6.1)
12-
aws-sdk-ssm (1.186.0)
13-
aws-sdk-core (~> 3, >= 3.210.0)
13+
aws-sdk-ssm (1.191.0)
14+
aws-sdk-core (~> 3, >= 3.216.0)
1415
aws-sigv4 (~> 1.5)
15-
aws-sigv4 (1.10.1)
16+
aws-sigv4 (1.11.0)
1617
aws-eventstream (~> 1, >= 1.0.2)
18+
base64 (0.2.0)
1719
byebug (11.1.3)
18-
diff-lcs (1.5.1)
20+
diff-lcs (1.6.0)
1921
jmespath (1.6.2)
20-
json (2.8.2)
21-
language_server-protocol (3.17.0.3)
22-
logger (1.6.1)
22+
json (2.10.2)
23+
language_server-protocol (3.17.0.4)
24+
lint_roller (1.1.0)
25+
logger (1.6.6)
2326
parallel (1.26.3)
24-
parser (3.3.6.0)
27+
parser (3.3.7.1)
2528
ast (~> 2.4.1)
2629
racc
2730
racc (1.8.1)
2831
rainbow (3.1.1)
29-
regexp_parser (2.9.2)
32+
regexp_parser (2.10.0)
3033
rspec (3.13.0)
3134
rspec-core (~> 3.13.0)
3235
rspec-expectations (~> 3.13.0)
3336
rspec-mocks (~> 3.13.0)
34-
rspec-core (3.13.2)
37+
rspec-core (3.13.3)
3538
rspec-support (~> 3.13.0)
3639
rspec-expectations (3.13.3)
3740
diff-lcs (>= 1.2.0, < 2.0)
3841
rspec-support (~> 3.13.0)
3942
rspec-mocks (3.13.2)
4043
diff-lcs (>= 1.2.0, < 2.0)
4144
rspec-support (~> 3.13.0)
42-
rspec-support (3.13.1)
43-
rubocop (1.68.0)
45+
rspec-support (3.13.2)
46+
rubocop (1.74.0)
4447
json (~> 2.3)
45-
language_server-protocol (>= 3.17.0)
48+
language_server-protocol (~> 3.17.0.2)
49+
lint_roller (~> 1.1.0)
4650
parallel (~> 1.10)
4751
parser (>= 3.3.0.2)
4852
rainbow (>= 2.2.2, < 4.0)
49-
regexp_parser (>= 2.4, < 3.0)
50-
rubocop-ast (>= 1.32.2, < 2.0)
53+
regexp_parser (>= 2.9.3, < 3.0)
54+
rubocop-ast (>= 1.38.0, < 2.0)
5155
ruby-progressbar (~> 1.7)
52-
unicode-display_width (>= 2.4.0, < 3.0)
53-
rubocop-ast (1.36.1)
56+
unicode-display_width (>= 2.4.0, < 4.0)
57+
rubocop-ast (1.38.1)
5458
parser (>= 3.3.1.0)
5559
ruby-progressbar (1.13.0)
56-
unicode-display_width (2.6.0)
60+
unicode-display_width (3.1.4)
61+
unicode-emoji (~> 4.0, >= 4.0.4)
62+
unicode-emoji (4.0.4)
5763
yaml (0.4.0)
5864

5965
PLATFORMS
6066
arm64-darwin-22
6167
arm64-darwin-23
68+
ruby
6269
x86_64-linux
6370

6471
DEPENDENCIES
@@ -70,4 +77,4 @@ DEPENDENCIES
7077
yaml
7178

7279
BUNDLED WITH
73-
2.4.19
80+
2.6.6

uc3-ssm.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
1818
spec.files = Dir['lib/**/*'] + %w[README.md]
1919
spec.require_paths = ['lib']
2020
spec.required_ruby_version = '>= 3.0'
21-
22-
end
21+
spec.metadata['rubygems_mfa_required'] = 'true'
22+
end

0 commit comments

Comments
 (0)