Skip to content

Commit e57bb6e

Browse files
Update dependencies
1 parent 69a8218 commit e57bb6e

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.7
1+
3.4.8

Gemfile.lock

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ GEM
4646
ansi (1.5.0)
4747
ast (2.4.3)
4848
aws-eventstream (1.4.0)
49-
aws-partitions (1.1194.0)
50-
aws-sdk-core (3.239.2)
49+
aws-partitions (1.1198.0)
50+
aws-sdk-core (3.240.0)
5151
aws-eventstream (~> 1, >= 1.3.0)
5252
aws-partitions (~> 1, >= 1.992.0)
5353
aws-sigv4 (~> 1.9)
5454
base64
5555
bigdecimal
5656
jmespath (~> 1, >= 1.6.1)
5757
logger
58-
aws-sdk-ec2 (1.584.0)
58+
aws-sdk-ec2 (1.587.0)
5959
aws-sdk-core (~> 3, >= 3.239.1)
6060
aws-sigv4 (~> 1.5)
6161
aws-sdk-rds (1.302.0)
@@ -64,7 +64,7 @@ GEM
6464
aws-sigv4 (1.12.1)
6565
aws-eventstream (~> 1, >= 1.0.2)
6666
base64 (0.3.0)
67-
bigdecimal (3.3.1)
67+
bigdecimal (4.0.1)
6868
builder (3.3.0)
6969
coderay (1.1.3)
7070
commonmarker (0.23.12)
@@ -74,12 +74,12 @@ GEM
7474
date (3.5.1)
7575
docile (1.4.1)
7676
drb (2.2.3)
77-
erb (6.0.0)
77+
erb (6.0.1)
7878
erubi (1.13.1)
79-
i18n (1.14.7)
79+
i18n (1.14.8)
8080
concurrent-ruby (~> 1.0)
8181
io-console (0.8.2)
82-
irb (1.15.3)
82+
irb (1.16.0)
8383
pp (>= 0.6.0)
8484
rdoc (>= 4.0.0)
8585
reline (>= 0.4.2)
@@ -88,11 +88,12 @@ GEM
8888
language_server-protocol (3.17.0.5)
8989
lint_roller (1.1.0)
9090
logger (1.7.0)
91-
loofah (2.24.1)
91+
loofah (2.25.0)
9292
crass (~> 1.0.2)
9393
nokogiri (>= 1.12.0)
9494
method_source (1.1.0)
95-
minitest (5.27.0)
95+
minitest (6.0.0)
96+
prism (~> 1.5)
9697
minitest-reporters (1.7.1)
9798
ansi
9899
builder
@@ -113,11 +114,11 @@ GEM
113114
pp (0.6.3)
114115
prettyprint
115116
prettyprint (0.2.0)
116-
prism (1.6.0)
117+
prism (1.7.0)
117118
pry (0.15.2)
118119
coderay (~> 1.1)
119120
method_source (~> 1.0)
120-
psych (5.3.0)
121+
psych (5.3.1)
121122
date
122123
stringio
123124
racc (1.8.1)
@@ -147,23 +148,23 @@ GEM
147148
zeitwerk (~> 2.6)
148149
rainbow (3.1.1)
149150
rake (13.3.1)
150-
rdoc (6.17.0)
151+
rdoc (7.0.2)
151152
erb
152153
psych (>= 4.0.0)
153154
tsort
154155
regexp_parser (2.11.3)
155156
reline (0.6.3)
156157
io-console (~> 0.5)
157158
rexml (3.4.4)
158-
rubocop (1.81.7)
159+
rubocop (1.82.0)
159160
json (~> 2.3)
160161
language_server-protocol (~> 3.17.0.2)
161162
lint_roller (~> 1.1.0)
162163
parallel (~> 1.10)
163164
parser (>= 3.3.0.2)
164165
rainbow (>= 2.2.2, < 4.0)
165166
regexp_parser (>= 2.9.3, < 3.0)
166-
rubocop-ast (>= 1.47.1, < 2.0)
167+
rubocop-ast (>= 1.48.0, < 2.0)
167168
ruby-progressbar (~> 1.7)
168169
unicode-display_width (>= 2.4.0, < 4.0)
169170
rubocop-ast (1.48.0)
@@ -186,21 +187,21 @@ GEM
186187
simplecov_json_formatter (~> 0.1)
187188
simplecov-html (0.13.2)
188189
simplecov_json_formatter (0.1.4)
189-
stringio (3.1.9)
190+
stringio (3.2.0)
190191
thor (1.4.0)
191192
timecop (0.9.10)
192-
timeout (0.5.0)
193+
timeout (0.6.0)
193194
tsort (0.2.0)
194195
tzinfo (2.0.6)
195196
concurrent-ruby (~> 1.0)
196197
unicode-display_width (3.2.0)
197198
unicode-emoji (~> 4.1)
198-
unicode-emoji (4.1.0)
199+
unicode-emoji (4.2.0)
199200
uri (1.1.1)
200201
useragent (0.16.11)
201202
webrick (1.9.2)
202203
yard (0.9.38)
203-
zeitwerk (2.7.3)
204+
zeitwerk (2.7.4)
204205

205206
PLATFORMS
206207
arm64-darwin

0 commit comments

Comments
 (0)