Skip to content

Commit 30b17f8

Browse files
committed
try bundle update
1 parent 7b9856f commit 30b17f8

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

Gemfile.lock

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,20 +78,20 @@ GEM
7878
authentication-zero (4.0.3)
7979
awesome_print (1.9.2)
8080
aws-eventstream (1.3.0)
81-
aws-partitions (1.1029.0)
82-
aws-sdk-core (3.214.1)
81+
aws-partitions (1.1042.0)
82+
aws-sdk-core (3.217.0)
8383
aws-eventstream (~> 1, >= 1.3.0)
8484
aws-partitions (~> 1, >= 1.992.0)
8585
aws-sigv4 (~> 1.9)
8686
jmespath (~> 1, >= 1.6.1)
87-
aws-sdk-kms (1.96.0)
88-
aws-sdk-core (~> 3, >= 3.210.0)
87+
aws-sdk-kms (1.97.0)
88+
aws-sdk-core (~> 3, >= 3.216.0)
8989
aws-sigv4 (~> 1.5)
90-
aws-sdk-s3 (1.176.1)
91-
aws-sdk-core (~> 3, >= 3.210.0)
90+
aws-sdk-s3 (1.178.0)
91+
aws-sdk-core (~> 3, >= 3.216.0)
9292
aws-sdk-kms (~> 1)
9393
aws-sigv4 (~> 1.5)
94-
aws-sigv4 (1.10.1)
94+
aws-sigv4 (1.11.0)
9595
aws-eventstream (~> 1, >= 1.0.2)
9696
base64 (0.2.0)
9797
bcrypt (3.1.20)
@@ -137,14 +137,15 @@ GEM
137137
raabro (~> 1.4)
138138
globalid (1.2.1)
139139
activesupport (>= 6.1)
140-
i18n (1.14.6)
140+
i18n (1.14.7)
141141
concurrent-ruby (~> 1.0)
142142
importmap-rails (2.1.0)
143143
actionpack (>= 6.0.0)
144144
activesupport (>= 6.0.0)
145145
railties (>= 6.0.0)
146146
io-console (0.8.0)
147-
irb (1.14.3)
147+
irb (1.15.1)
148+
pp (>= 0.6.0)
148149
rdoc (>= 4.0.0)
149150
reline (>= 0.4.2)
150151
jmespath (1.6.2)
@@ -182,6 +183,9 @@ GEM
182183
ast (~> 2.4.1)
183184
racc
184185
pg (1.5.9)
186+
pp (0.6.2)
187+
prettyprint
188+
prettyprint (0.2.0)
185189
propshaft (1.1.0)
186190
actionpack (>= 7.0.0)
187191
activesupport (>= 7.0.0)
@@ -250,7 +254,7 @@ GEM
250254
io-console (~> 0.5)
251255
rexml (3.4.0)
252256
rollbar (3.6.0)
253-
rubocop (1.70.0)
257+
rubocop (1.71.0)
254258
json (~> 2.3)
255259
language_server-protocol (>= 3.17.0)
256260
parallel (~> 1.10)
@@ -269,7 +273,7 @@ GEM
269273
rubocop-performance (1.23.1)
270274
rubocop (>= 1.48.1, < 2.0)
271275
rubocop-ast (>= 1.31.1, < 2.0)
272-
rubocop-rails (2.29.0)
276+
rubocop-rails (2.29.1)
273277
activesupport (>= 4.2.0)
274278
rack (>= 1.1)
275279
rubocop (>= 1.52.0, < 2.0)
@@ -283,13 +287,14 @@ GEM
283287
rufus-scheduler (3.9.2)
284288
fugit (~> 1.1, >= 1.11.1)
285289
securerandom (0.4.1)
286-
selenium-webdriver (4.27.0)
290+
selenium-webdriver (4.28.0)
287291
base64 (~> 0.2)
288292
logger (~> 1.4)
289293
rexml (~> 3.2, >= 3.2.5)
290294
rubyzip (>= 1.2.2, < 3.0)
291295
websocket (~> 1.0)
292-
sidekiq (7.3.7)
296+
sidekiq (7.3.8)
297+
base64
293298
connection_pool (>= 2.3.0)
294299
logger
295300
rack (>= 2.2.4)

0 commit comments

Comments
 (0)