Skip to content

Commit 95f3efd

Browse files
Update bundler non-major dependencies (#120)
The `pg` update does drop support for Ruby < 2.7 and PostgreSQL < 10, but the template doesn't have strict support requirements at the moment and the new minimums shouldn't impact any known projects. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de67fae commit 95f3efd

File tree

1 file changed

+37
-30
lines changed

1 file changed

+37
-30
lines changed

template/{{app_name}}/Gemfile.lock

Lines changed: 37 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -82,36 +82,37 @@ GEM
8282
public_suffix (>= 2.0.2, < 7.0)
8383
ast (2.4.3)
8484
aws-eventstream (1.4.0)
85-
aws-partitions (1.1134.0)
86-
aws-sdk-cognitoidentityprovider (1.124.0)
87-
aws-sdk-core (~> 3, >= 3.227.0)
85+
aws-partitions (1.1154.0)
86+
aws-sdk-cognitoidentityprovider (1.129.0)
87+
aws-sdk-core (~> 3, >= 3.231.0)
8888
aws-sigv4 (~> 1.5)
89-
aws-sdk-core (3.227.0)
89+
aws-sdk-core (3.232.0)
9090
aws-eventstream (~> 1, >= 1.3.0)
9191
aws-partitions (~> 1, >= 1.992.0)
9292
aws-sigv4 (~> 1.9)
9393
base64
94+
bigdecimal
9495
jmespath (~> 1, >= 1.6.1)
9596
logger
96-
aws-sdk-kms (1.107.0)
97-
aws-sdk-core (~> 3, >= 3.227.0)
97+
aws-sdk-kms (1.112.0)
98+
aws-sdk-core (~> 3, >= 3.231.0)
9899
aws-sigv4 (~> 1.5)
99100
aws-sdk-rails (5.1.0)
100101
aws-sdk-core (~> 3)
101102
railties (>= 7.1.0)
102103
aws-sdk-rds (1.284.0)
103104
aws-sdk-core (~> 3, >= 3.227.0)
104105
aws-sigv4 (~> 1.5)
105-
aws-sdk-s3 (1.194.0)
106-
aws-sdk-core (~> 3, >= 3.227.0)
106+
aws-sdk-s3 (1.198.0)
107+
aws-sdk-core (~> 3, >= 3.231.0)
107108
aws-sdk-kms (~> 1)
108109
aws-sigv4 (~> 1.5)
109110
aws-sigv4 (1.12.1)
110111
aws-eventstream (~> 1, >= 1.0.2)
111112
base64 (0.3.0)
112113
bcrypt (3.1.20)
113114
benchmark (0.4.1)
114-
bigdecimal (3.2.2)
115+
bigdecimal (3.2.3)
115116
bindex (0.8.1)
116117
bootsnap (1.18.6)
117118
msgpack (~> 1.2)
@@ -131,7 +132,7 @@ GEM
131132
chunky_png (1.4.0)
132133
coderay (1.1.3)
133134
concurrent-ruby (1.3.5)
134-
connection_pool (2.5.3)
135+
connection_pool (2.5.4)
135136
crass (1.0.6)
136137
css_parser (1.21.1)
137138
addressable
@@ -160,7 +161,7 @@ GEM
160161
railties (>= 6.1.0)
161162
faker (3.5.2)
162163
i18n (>= 1.8.11, < 2)
163-
faraday (2.13.3)
164+
faraday (2.13.4)
164165
faraday-net_http (>= 2.0, < 3.5)
165166
json
166167
logger
@@ -199,7 +200,7 @@ GEM
199200
htmlentities (4.3.4)
200201
i18n (1.14.7)
201202
concurrent-ruby (~> 1.0)
202-
importmap-rails (2.2.0)
203+
importmap-rails (2.2.2)
203204
actionpack (>= 6.0.0)
204205
activesupport (>= 6.0.0)
205206
railties (>= 6.0.0)
@@ -208,11 +209,11 @@ GEM
208209
pp (>= 0.6.0)
209210
rdoc (>= 4.0.0)
210211
reline (>= 0.4.2)
211-
jbuilder (2.13.0)
212-
actionview (>= 5.0.0)
213-
activesupport (>= 5.0.0)
212+
jbuilder (2.14.1)
213+
actionview (>= 7.0.0)
214+
activesupport (>= 7.0.0)
214215
jmespath (1.6.2)
215-
json (2.13.0)
216+
json (2.13.2)
216217
jwt (3.1.2)
217218
base64
218219
language_server-protocol (3.17.0.5)
@@ -230,7 +231,7 @@ GEM
230231
loofah (2.24.1)
231232
crass (~> 1.0.2)
232233
nokogiri (>= 1.12.0)
233-
lookbook (2.3.11)
234+
lookbook (2.3.13)
234235
activemodel
235236
css_parser
236237
htmlbeautifier (~> 1.3)
@@ -293,10 +294,16 @@ GEM
293294
orm_adapter (0.5.0)
294295
ostruct (0.6.3)
295296
parallel (1.27.0)
296-
parser (3.3.8.0)
297+
parser (3.3.9.0)
297298
ast (~> 2.4.1)
298299
racc
299-
pg (1.5.9)
300+
pg (1.6.2)
301+
pg (1.6.2-aarch64-linux)
302+
pg (1.6.2-aarch64-linux-musl)
303+
pg (1.6.2-arm64-darwin)
304+
pg (1.6.2-x86_64-darwin)
305+
pg (1.6.2-x86_64-linux)
306+
pg (1.6.2-x86_64-linux-musl)
300307
pg-aws_rds_iam (0.7.0)
301308
aws-sdk-rds (~> 1.0)
302309
pg (~> 1.1)
@@ -311,7 +318,7 @@ GEM
311318
date
312319
stringio
313320
public_suffix (6.0.2)
314-
puma (6.6.0)
321+
puma (6.6.1)
315322
nio4r (~> 2.0)
316323
pundit (2.5.0)
317324
activesupport (>= 3.0.0)
@@ -372,13 +379,13 @@ GEM
372379
erb
373380
psych (>= 4.0.0)
374381
redcarpet (3.6.1)
375-
regexp_parser (2.10.0)
382+
regexp_parser (2.11.2)
376383
reline (0.6.2)
377384
io-console (~> 0.5)
378385
responders (3.1.1)
379386
actionpack (>= 5.2)
380387
railties (>= 5.2)
381-
rexml (3.4.1)
388+
rexml (3.4.2)
382389
rouge (4.6.0)
383390
route_translator (15.2.0)
384391
actionpack (>= 6.1)
@@ -399,24 +406,24 @@ GEM
399406
rspec-mocks (3.13.5)
400407
diff-lcs (>= 1.2.0, < 2.0)
401408
rspec-support (~> 3.13.0)
402-
rspec-rails (8.0.1)
409+
rspec-rails (8.0.2)
403410
actionpack (>= 7.2)
404411
activesupport (>= 7.2)
405412
railties (>= 7.2)
406413
rspec-core (~> 3.13)
407414
rspec-expectations (~> 3.13)
408415
rspec-mocks (~> 3.13)
409416
rspec-support (~> 3.13)
410-
rspec-support (3.13.4)
411-
rubocop (1.78.0)
417+
rspec-support (3.13.5)
418+
rubocop (1.80.2)
412419
json (~> 2.3)
413420
language_server-protocol (~> 3.17.0.2)
414421
lint_roller (~> 1.1.0)
415422
parallel (~> 1.10)
416423
parser (>= 3.3.0.2)
417424
rainbow (>= 2.2.2, < 4.0)
418425
regexp_parser (>= 2.9.3, < 3.0)
419-
rubocop-ast (>= 1.45.1, < 2.0)
426+
rubocop-ast (>= 1.46.0, < 2.0)
420427
ruby-progressbar (~> 1.7)
421428
unicode-display_width (>= 2.4.0, < 4.0)
422429
rubocop-ast (1.46.0)
@@ -436,19 +443,19 @@ GEM
436443
rubocop (>= 1.72)
437444
rubocop-performance (>= 1.24)
438445
rubocop-rails (>= 2.30)
439-
rubocop-rspec (3.6.0)
446+
rubocop-rspec (3.7.0)
440447
lint_roller (~> 1.1)
441448
rubocop (~> 1.72, >= 1.72.1)
442449
ruby-graphviz (1.2.5)
443450
rexml
444451
ruby-progressbar (1.13.0)
445452
rubyzip (2.4.1)
446453
securerandom (0.4.1)
447-
selenium-webdriver (4.34.0)
454+
selenium-webdriver (4.35.0)
448455
base64 (~> 0.2)
449456
logger (~> 1.4)
450457
rexml (~> 3.2, >= 3.2.5)
451-
rubyzip (>= 1.2.2, < 3.0)
458+
rubyzip (>= 1.2.2, < 4.0)
452459
websocket (~> 1.0)
453460
shellany (0.0.1)
454461
simplecov (0.22.0)
@@ -475,7 +482,7 @@ GEM
475482
railties (>= 7.1.0)
476483
tzinfo (2.0.6)
477484
concurrent-ruby (~> 1.0)
478-
unicode-display_width (3.1.4)
485+
unicode-display_width (3.1.5)
479486
unicode-emoji (~> 4.0, >= 4.0.4)
480487
unicode-emoji (4.0.4)
481488
uri (1.0.3)

0 commit comments

Comments
 (0)