Skip to content

Commit 432bab2

Browse files
Update bundler non-major dependencies
1 parent 0fdf894 commit 432bab2

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

template/{{app_name}}/Gemfile.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ GEM
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
4747
rails-html-sanitizer (~> 1.6)
48-
active_storage_validations (2.0.3)
48+
active_storage_validations (2.0.4)
4949
activejob (>= 6.1.4)
5050
activemodel (>= 6.1.4)
5151
activestorage (>= 6.1.4)
@@ -81,39 +81,39 @@ GEM
8181
addressable (2.8.7)
8282
public_suffix (>= 2.0.2, < 7.0)
8383
ast (2.4.3)
84-
aws-eventstream (1.3.2)
85-
aws-partitions (1.1100.0)
86-
aws-sdk-cognitoidentityprovider (1.120.0)
87-
aws-sdk-core (~> 3, >= 3.216.0)
84+
aws-eventstream (1.4.0)
85+
aws-partitions (1.1111.0)
86+
aws-sdk-cognitoidentityprovider (1.123.0)
87+
aws-sdk-core (~> 3, >= 3.225.0)
8888
aws-sigv4 (~> 1.5)
89-
aws-sdk-core (3.223.0)
89+
aws-sdk-core (3.225.0)
9090
aws-eventstream (~> 1, >= 1.3.0)
9191
aws-partitions (~> 1, >= 1.992.0)
9292
aws-sigv4 (~> 1.9)
9393
base64
9494
jmespath (~> 1, >= 1.6.1)
9595
logger
96-
aws-sdk-kms (1.100.0)
97-
aws-sdk-core (~> 3, >= 3.216.0)
96+
aws-sdk-kms (1.102.0)
97+
aws-sdk-core (~> 3, >= 3.225.0)
9898
aws-sigv4 (~> 1.5)
9999
aws-sdk-rails (5.1.0)
100100
aws-sdk-core (~> 3)
101101
railties (>= 7.1.0)
102102
aws-sdk-rds (1.272.0)
103103
aws-sdk-core (~> 3, >= 3.216.0)
104104
aws-sigv4 (~> 1.5)
105-
aws-sdk-s3 (1.185.0)
106-
aws-sdk-core (~> 3, >= 3.216.0)
105+
aws-sdk-s3 (1.189.0)
106+
aws-sdk-core (~> 3, >= 3.225.0)
107107
aws-sdk-kms (~> 1)
108108
aws-sigv4 (~> 1.5)
109-
aws-sigv4 (1.11.0)
109+
aws-sigv4 (1.12.0)
110110
aws-eventstream (~> 1, >= 1.0.2)
111-
base64 (0.2.0)
111+
base64 (0.3.0)
112112
bcrypt (3.1.20)
113-
benchmark (0.4.0)
113+
benchmark (0.4.1)
114114
bigdecimal (3.1.9)
115115
bindex (0.8.1)
116-
bootsnap (1.18.4)
116+
bootsnap (1.18.6)
117117
msgpack (~> 1.2)
118118
builder (3.3.0)
119119
capybara (3.40.0)
@@ -150,7 +150,7 @@ GEM
150150
diff-lcs (1.5.1)
151151
docile (1.4.1)
152152
dotenv (3.1.8)
153-
drb (2.2.1)
153+
drb (2.2.3)
154154
erubi (1.13.1)
155155
factory_bot (6.5.1)
156156
activesupport (>= 6.1.0)
@@ -226,7 +226,7 @@ GEM
226226
rb-fsevent (~> 0.10, >= 0.10.3)
227227
rb-inotify (~> 0.9, >= 0.9.10)
228228
logger (1.7.0)
229-
loofah (2.24.0)
229+
loofah (2.24.1)
230230
crass (~> 1.0.2)
231231
nokogiri (>= 1.12.0)
232232
lookbook (2.3.9)
@@ -251,7 +251,7 @@ GEM
251251
matrix (0.4.2)
252252
method_source (1.1.0)
253253
mini_mime (1.1.5)
254-
mini_portile2 (2.8.8)
254+
mini_portile2 (2.8.9)
255255
minitest (5.25.5)
256256
msgpack (1.7.5)
257257
nenv (0.3.0)
@@ -306,7 +306,7 @@ GEM
306306
pry (0.15.2)
307307
coderay (~> 1.1)
308308
method_source (~> 1.0)
309-
psych (5.2.4)
309+
psych (5.2.6)
310310
date
311311
stringio
312312
public_suffix (6.0.1)
@@ -442,7 +442,7 @@ GEM
442442
ruby-progressbar (1.13.0)
443443
rubyzip (2.4.1)
444444
securerandom (0.4.1)
445-
selenium-webdriver (4.32.0)
445+
selenium-webdriver (4.33.0)
446446
base64 (~> 0.2)
447447
logger (~> 1.4)
448448
rexml (~> 3.2, >= 3.2.5)
@@ -467,7 +467,7 @@ GEM
467467
stringio (3.1.7)
468468
thor (1.3.2)
469469
timeout (0.4.3)
470-
turbo-rails (2.0.13)
470+
turbo-rails (2.0.16)
471471
actionpack (>= 7.1.0)
472472
railties (>= 7.1.0)
473473
tzinfo (2.0.6)
@@ -496,7 +496,7 @@ GEM
496496
xpath (3.2.0)
497497
nokogiri (~> 1.8)
498498
yard (0.9.37)
499-
zeitwerk (2.7.2)
499+
zeitwerk (2.7.3)
500500

501501
PLATFORMS
502502
aarch64-linux

0 commit comments

Comments
 (0)