Skip to content

Commit 8e45f27

Browse files
committed
Merge remote-tracking branch 'upstream/main' into 4947-update-default-email-text
2 parents b7394ed + f6fa554 commit 8e45f27

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010
# User management and login workflow.
1111
gem "devise", '>= 4.7.1'
1212
# Postgres database adapter.
13-
gem "pg", "~> 1.5.7"
13+
gem "pg", "~> 1.5.9"
1414
# Web server.
1515
gem "puma"
1616
# Rails web framework.
@@ -24,7 +24,7 @@ gem 'azure-storage-blob'
2424
# Adds soft delete functionality for models.
2525
gem 'discard', '~> 1.3'
2626
# Adds grouping by date/month/etc to queries.
27-
gem "groupdate", "~> 6.4"
27+
gem "groupdate", "~> 6.5"
2828
# Treats attributes like money, which knows about dollars and cents.
2929
gem "money-rails"
3030
# Tracks history / audits models.

Gemfile.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ GEM
115115
autoprefixer-rails (>= 9.1.0)
116116
popper_js (>= 2.11.6, < 3)
117117
sassc-rails (>= 2.0.0)
118-
brakeman (6.2.1)
118+
brakeman (7.0.0)
119119
racc
120120
bugsnag (6.27.1)
121121
concurrent-ruby (~> 1.0)
122122
builder (3.3.0)
123-
bullet (7.2.0)
123+
bullet (8.0.0)
124124
activesupport (>= 3.0.0)
125125
uniform_notifier (~> 1.11)
126126
capybara (3.40.0)
@@ -141,13 +141,13 @@ GEM
141141
activesupport
142142
tzinfo
143143
coderay (1.1.3)
144-
concurrent-ruby (1.3.4)
145-
connection_pool (2.4.1)
144+
concurrent-ruby (1.3.5)
145+
connection_pool (2.5.0)
146146
crack (1.0.0)
147147
bigdecimal
148148
rexml
149149
crass (1.0.6)
150-
csv (3.3.0)
150+
csv (3.3.2)
151151
cuprite (0.15.1)
152152
capybara (~> 3.0)
153153
ferrum (~> 0.15.0)
@@ -272,13 +272,13 @@ GEM
272272
sanitize (< 7)
273273
foreman (0.88.1)
274274
formatador (1.1.0)
275-
geocoder (1.8.3)
275+
geocoder (1.8.5)
276276
base64 (>= 0.1.0)
277277
csv (>= 3.0.0)
278278
globalid (1.2.1)
279279
activesupport (>= 6.1)
280-
groupdate (6.4.0)
281-
activesupport (>= 6.1)
280+
groupdate (6.5.1)
281+
activesupport (>= 7)
282282
guard (2.18.0)
283283
formatador (>= 0.2.4)
284284
listen (>= 2.7, < 4.0)
@@ -300,7 +300,7 @@ GEM
300300
csv
301301
mini_mime (>= 1.0.0)
302302
multi_xml (>= 0.5.2)
303-
i18n (1.14.6)
303+
i18n (1.14.7)
304304
concurrent-ruby (~> 1.0)
305305
icalendar (2.10.3)
306306
ice_cube (~> 0.16)
@@ -338,7 +338,7 @@ GEM
338338
kaminari-core (1.2.2)
339339
knapsack_pro (7.13.1)
340340
rake
341-
language_server-protocol (3.17.0.3)
341+
language_server-protocol (3.17.0.4)
342342
launchy (3.0.0)
343343
addressable (~> 2.8)
344344
childprocess (~> 5.0)
@@ -348,7 +348,7 @@ GEM
348348
listen (3.9.0)
349349
rb-fsevent (~> 0.10, >= 0.10.3)
350350
rb-inotify (~> 0.9, >= 0.9.10)
351-
logger (1.6.4)
351+
logger (1.6.5)
352352
lograge (0.14.0)
353353
actionpack (>= 4)
354354
activesupport (>= 4)
@@ -448,7 +448,7 @@ GEM
448448
activerecord (>= 6.1)
449449
request_store (~> 1.4)
450450
parallel (1.26.3)
451-
parser (3.3.6.0)
451+
parser (3.3.7.0)
452452
ast (~> 2.4.1)
453453
racc
454454
pdf-core (0.10.0)
@@ -458,7 +458,7 @@ GEM
458458
hashery (~> 2.0)
459459
ruby-rc4
460460
ttfunk
461-
pg (1.5.7)
461+
pg (1.5.9)
462462
popper_js (2.11.8)
463463
prawn (2.5.0)
464464
matrix (~> 0.4)
@@ -491,7 +491,7 @@ GEM
491491
date
492492
stringio
493493
public_suffix (6.0.1)
494-
puma (6.5.0)
494+
puma (6.6.0)
495495
nio4r (~> 2.0)
496496
racc (1.8.1)
497497
rack (3.1.8)
@@ -551,8 +551,8 @@ GEM
551551
ffi (~> 1.0)
552552
rdoc (6.10.0)
553553
psych (>= 4.0.0)
554-
recaptcha (5.17.0)
555-
regexp_parser (2.9.3)
554+
recaptcha (5.19.0)
555+
regexp_parser (2.10.0)
556556
reline (0.6.0)
557557
io-console (~> 0.5)
558558
request_store (1.7.0)
@@ -584,7 +584,7 @@ GEM
584584
rspec-mocks (~> 3.13)
585585
rspec-support (~> 3.13)
586586
rspec-support (3.13.2)
587-
rubocop (1.69.2)
587+
rubocop (1.70.0)
588588
json (~> 2.3)
589589
language_server-protocol (>= 3.17.0)
590590
parallel (~> 1.10)
@@ -594,9 +594,9 @@ GEM
594594
rubocop-ast (>= 1.36.2, < 2.0)
595595
ruby-progressbar (~> 1.7)
596596
unicode-display_width (>= 2.4.0, < 4.0)
597-
rubocop-ast (1.37.0)
597+
rubocop-ast (1.38.0)
598598
parser (>= 3.3.1.0)
599-
rubocop-performance (1.23.0)
599+
rubocop-performance (1.23.1)
600600
rubocop (>= 1.48.1, < 2.0)
601601
rubocop-ast (>= 1.31.1, < 2.0)
602602
rubocop-rails (2.25.1)
@@ -661,10 +661,10 @@ GEM
661661
activesupport (>= 5.2)
662662
sprockets (>= 3.0.0)
663663
stackprof (0.2.27)
664-
standard (1.43.0)
664+
standard (1.44.0)
665665
language_server-protocol (~> 3.17.0.2)
666666
lint_roller (~> 1.0)
667-
rubocop (~> 1.69.1)
667+
rubocop (~> 1.70.0)
668668
standard-custom (~> 1.0.0)
669669
standard-performance (~> 1.6)
670670
standard-custom (1.0.2)
@@ -681,7 +681,7 @@ GEM
681681
stringio (3.1.2)
682682
strong_migrations (1.8.0)
683683
activerecord (>= 5.2)
684-
terser (1.2.4)
684+
terser (1.2.5)
685685
execjs (>= 0.3.0, < 3)
686686
thor (1.3.2)
687687
tilt (2.2.0)
@@ -693,7 +693,7 @@ GEM
693693
railties (>= 6.0.0)
694694
tzinfo (2.0.6)
695695
concurrent-ruby (~> 1.0)
696-
unicode-display_width (3.1.2)
696+
unicode-display_width (3.1.4)
697697
unicode-emoji (~> 4.0, >= 4.0.4)
698698
unicode-emoji (4.0.4)
699699
uniform_notifier (1.16.0)
@@ -764,7 +764,7 @@ DEPENDENCIES
764764
flipper-ui
765765
foreman
766766
geocoder
767-
groupdate (~> 6.4)
767+
groupdate (~> 6.5)
768768
guard-rspec
769769
httparty
770770
icalendar
@@ -789,7 +789,7 @@ DEPENDENCIES
789789
orderly (~> 0.1)
790790
paper_trail
791791
pdf-reader
792-
pg (~> 1.5.7)
792+
pg (~> 1.5.9)
793793
prawn-rails
794794
pry-doc
795795
pry-nav

0 commit comments

Comments
 (0)