Skip to content

Commit f6753b2

Browse files
committed
Resolve merge conflicts
2 parents 9a617e3 + 8df946d commit f6753b2

183 files changed

Lines changed: 2346 additions & 1264 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cloud66/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
rails:
22
configuration:
3-
ruby_version: 3.2.2
3+
ruby_version: 3.4.3

.rubocop.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ inherit_gem:
1010
inherit_from:
1111
.rubocop_todo.yml
1212

13-
require:
14-
- rubocop-rails
13+
plugins:
1514
- rubocop-performance
16-
- standard
1715
- standard-rails
1816
- standard-performance
1917

18+
require:
19+
- rubocop-rails
20+
- standard
21+
2022
AllCops:
2123
Exclude:
2224
- "vendor/**/*"

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.4.3

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ gem 'bootsnap', require: false
106106
# Technically they don't need to be in this Gemfile at all, but we are pinning them to
107107
# specific versions for compatibility reasons.
108108
gem "nokogiri", ">= 1.10.4"
109-
gem "sprockets", "~> 4.2.1"
109+
gem "sprockets", "~> 4.2.2"
110110

111111
group :production, :staging do
112112
# Reduce the noise of logs and include custom fields to it for easier access

Gemfile.lock

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
Ascii85 (1.1.1)
4+
Ascii85 (2.0.1)
55
actioncable (8.0.1)
66
actionpack (= 8.0.1)
77
activesupport (= 8.0.1)
@@ -77,7 +77,7 @@ GEM
7777
public_suffix (>= 2.0.2, < 7.0)
7878
afm (0.2.2)
7979
annotaterb (4.14.0)
80-
ast (2.4.2)
80+
ast (2.4.3)
8181
autoprefixer-rails (10.4.13.0)
8282
execjs (~> 2)
8383
awesome_print (1.9.2)
@@ -130,12 +130,12 @@ GEM
130130
autoprefixer-rails (>= 9.1.0)
131131
popper_js (>= 2.11.6, < 3)
132132
sassc-rails (>= 2.0.0)
133-
brakeman (7.0.0)
133+
brakeman (7.0.2)
134134
racc
135135
bugsnag (6.27.1)
136136
concurrent-ruby (~> 1.0)
137137
builder (3.3.0)
138-
bullet (8.0.0)
138+
bullet (8.0.5)
139139
activesupport (>= 3.0.0)
140140
uniform_notifier (~> 1.11)
141141
capybara (3.40.0)
@@ -157,7 +157,7 @@ GEM
157157
tzinfo
158158
coderay (1.1.3)
159159
concurrent-ruby (1.3.5)
160-
connection_pool (2.5.0)
160+
connection_pool (2.5.3)
161161
crack (1.0.0)
162162
bigdecimal
163163
rexml
@@ -191,7 +191,7 @@ GEM
191191
railties (>= 4.1.0)
192192
responders
193193
warden (~> 1.2.3)
194-
devise_invitable (2.0.9)
194+
devise_invitable (2.0.10)
195195
actionmailer (>= 5.0)
196196
devise (>= 4.6)
197197
diff-lcs (1.5.1)
@@ -222,7 +222,7 @@ GEM
222222
dry-inflector (~> 1.0)
223223
dry-logic (~> 1.4)
224224
zeitwerk (~> 2.6)
225-
erb_lint (0.7.0)
225+
erb_lint (0.9.0)
226226
activesupport
227227
better_html (>= 2.0.1)
228228
parser (>= 2.7.1.4)
@@ -268,23 +268,23 @@ GEM
268268
concurrent-ruby (~> 1.1)
269269
webrick (~> 1.7)
270270
websocket-driver (~> 0.7)
271-
ffi (1.17.0)
272-
ffi (1.17.0-arm64-darwin)
273-
ffi (1.17.0-x86_64-darwin)
274-
ffi (1.17.0-x86_64-linux-gnu)
271+
ffi (1.17.2)
272+
ffi (1.17.2-arm64-darwin)
273+
ffi (1.17.2-x86_64-darwin)
274+
ffi (1.17.2-x86_64-linux-gnu)
275275
filterrific (5.2.7)
276-
flipper (1.3.2)
276+
flipper (1.3.4)
277277
concurrent-ruby (< 2)
278-
flipper-active_record (1.3.2)
278+
flipper-active_record (1.3.4)
279279
activerecord (>= 4.2, < 9)
280-
flipper (~> 1.3.2)
281-
flipper-ui (1.3.2)
280+
flipper (~> 1.3.4)
281+
flipper-ui (1.3.4)
282282
erubi (>= 1.0.0, < 2.0.0)
283-
flipper (~> 1.3.2)
283+
flipper (~> 1.3.4)
284284
rack (>= 1.4, < 4)
285285
rack-protection (>= 1.5.3, < 5.0.0)
286286
rack-session (>= 1.0.2, < 3.0.0)
287-
sanitize (< 7)
287+
sanitize (< 8)
288288
foreman (0.88.1)
289289
formatador (1.1.0)
290290
geocoder (1.8.5)
@@ -329,8 +329,8 @@ GEM
329329
actionview (>= 5.0.0)
330330
activesupport (>= 5.0.0)
331331
jmespath (1.6.2)
332-
json (2.9.1)
333-
jwt (2.9.1)
332+
json (2.11.3)
333+
jwt (2.10.1)
334334
base64
335335
kaminari (1.2.2)
336336
activesupport (>= 4.1.0)
@@ -344,7 +344,7 @@ GEM
344344
activerecord
345345
kaminari-core (= 1.2.2)
346346
kaminari-core (1.2.2)
347-
knapsack_pro (7.13.1)
347+
knapsack_pro (8.1.2)
348348
rake
349349
language_server-protocol (3.17.0.4)
350350
launchy (3.0.0)
@@ -356,7 +356,7 @@ GEM
356356
listen (3.9.0)
357357
rb-fsevent (~> 0.10, >= 0.10.3)
358358
rb-inotify (~> 0.9, >= 0.9.10)
359-
logger (1.6.6)
359+
logger (1.7.0)
360360
lograge (0.14.0)
361361
actionpack (>= 4)
362362
activesupport (>= 4)
@@ -382,7 +382,7 @@ GEM
382382
method_source (1.1.0)
383383
mini_mime (1.1.5)
384384
mini_portile2 (2.8.8)
385-
minitest (5.25.4)
385+
minitest (5.25.5)
386386
monetize (1.12.0)
387387
money (~> 6.12)
388388
money (6.16.0)
@@ -412,14 +412,14 @@ GEM
412412
net-protocol
413413
newrelic_rpm (9.16.0)
414414
nio4r (2.7.4)
415-
nokogiri (1.18.3)
415+
nokogiri (1.18.8)
416416
mini_portile2 (~> 2.8.2)
417417
racc (~> 1.4)
418-
nokogiri (1.18.3-arm64-darwin)
418+
nokogiri (1.18.8-arm64-darwin)
419419
racc (~> 1.4)
420-
nokogiri (1.18.3-x86_64-darwin)
420+
nokogiri (1.18.8-x86_64-darwin)
421421
racc (~> 1.4)
422-
nokogiri (1.18.3-x86_64-linux-gnu)
422+
nokogiri (1.18.8-x86_64-linux-gnu)
423423
racc (~> 1.4)
424424
notiffany (0.1.3)
425425
nenv (~> 0.1)
@@ -431,7 +431,7 @@ GEM
431431
rack (>= 1.2, < 4)
432432
snaky_hash (~> 2.0)
433433
version_gem (~> 1.1)
434-
omniauth (2.1.2)
434+
omniauth (2.1.3)
435435
hashie (>= 3.4.6)
436436
rack (>= 2.2.3)
437437
rack-protection
@@ -454,13 +454,13 @@ GEM
454454
paper_trail (16.0.0)
455455
activerecord (>= 6.1)
456456
request_store (~> 1.4)
457-
parallel (1.26.3)
458-
parser (3.3.7.0)
457+
parallel (1.27.0)
458+
parser (3.3.8.0)
459459
ast (~> 2.4.1)
460460
racc
461461
pdf-core (0.10.0)
462-
pdf-reader (2.12.0)
463-
Ascii85 (~> 1.0)
462+
pdf-reader (2.14.1)
463+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
464464
afm (~> 0.2.1)
465465
hashery (~> 2.0)
466466
ruby-rc4
@@ -481,6 +481,7 @@ GEM
481481
prawn-table (0.2.2)
482482
prawn (>= 1.3.0, < 3.0.0)
483483
prettyprint (0.2.0)
484+
prism (1.4.0)
484485
pry (0.14.2)
485486
coderay (~> 1.1)
486487
method_source (~> 1.0)
@@ -504,7 +505,7 @@ GEM
504505
puma (6.6.0)
505506
nio4r (~> 2.0)
506507
racc (1.8.1)
507-
rack (3.1.10)
508+
rack (3.1.13)
508509
rack-mini-profiler (3.3.1)
509510
rack (>= 1.2.0)
510511
rack-protection (4.0.0)
@@ -560,7 +561,7 @@ GEM
560561
rb-fsevent (0.11.2)
561562
rb-inotify (0.10.1)
562563
ffi (~> 1.0)
563-
rdoc (6.12.0)
564+
rdoc (6.13.1)
564565
psych (>= 4.0.0)
565566
recaptcha (5.19.0)
566567
regexp_parser (2.10.0)
@@ -595,21 +596,24 @@ GEM
595596
rspec-mocks (~> 3.13)
596597
rspec-support (~> 3.13)
597598
rspec-support (3.13.2)
598-
rubocop (1.70.0)
599+
rubocop (1.75.4)
599600
json (~> 2.3)
600-
language_server-protocol (>= 3.17.0)
601+
language_server-protocol (~> 3.17.0.2)
602+
lint_roller (~> 1.1.0)
601603
parallel (~> 1.10)
602604
parser (>= 3.3.0.2)
603605
rainbow (>= 2.2.2, < 4.0)
604606
regexp_parser (>= 2.9.3, < 3.0)
605-
rubocop-ast (>= 1.36.2, < 2.0)
607+
rubocop-ast (>= 1.44.0, < 2.0)
606608
ruby-progressbar (~> 1.7)
607609
unicode-display_width (>= 2.4.0, < 4.0)
608-
rubocop-ast (1.38.0)
609-
parser (>= 3.3.1.0)
610-
rubocop-performance (1.23.1)
611-
rubocop (>= 1.48.1, < 2.0)
612-
rubocop-ast (>= 1.31.1, < 2.0)
610+
rubocop-ast (1.44.1)
611+
parser (>= 3.3.7.2)
612+
prism (~> 1.4)
613+
rubocop-performance (1.25.0)
614+
lint_roller (~> 1.1)
615+
rubocop (>= 1.75.0, < 2.0)
616+
rubocop-ast (>= 1.38.0, < 2.0)
613617
rubocop-rails (2.25.1)
614618
activesupport (>= 4.2.0)
615619
rack (>= 1.1)
@@ -620,9 +624,9 @@ GEM
620624
ruby-progressbar (1.13.0)
621625
ruby-rc4 (0.1.5)
622626
ruby2_keywords (0.0.5)
623-
sanitize (6.1.3)
627+
sanitize (7.0.0)
624628
crass (~> 1.0.2)
625-
nokogiri (>= 1.12.0)
629+
nokogiri (>= 1.16.8)
626630
sass-rails (6.0.0)
627631
sassc-rails (~> 2.1, >= 2.1.1)
628632
sassc (2.4.0)
@@ -657,37 +661,38 @@ GEM
657661
snaky_hash (2.0.1)
658662
hashie
659663
version_gem (~> 1.1, >= 1.1.1)
660-
solid_cache (1.0.6)
664+
solid_cache (1.0.7)
661665
activejob (>= 7.2)
662666
activerecord (>= 7.2)
663667
railties (>= 7.2)
664-
sprockets (4.2.1)
668+
sprockets (4.2.2)
665669
concurrent-ruby (~> 1.0)
670+
logger
666671
rack (>= 2.2.4, < 4)
667672
sprockets-rails (3.4.2)
668673
actionpack (>= 5.2)
669674
activesupport (>= 5.2)
670675
sprockets (>= 3.0.0)
671676
stackprof (0.2.27)
672-
standard (1.44.0)
677+
standard (1.49.0)
673678
language_server-protocol (~> 3.17.0.2)
674679
lint_roller (~> 1.0)
675-
rubocop (~> 1.70.0)
680+
rubocop (~> 1.75.2)
676681
standard-custom (~> 1.0.0)
677-
standard-performance (~> 1.6)
682+
standard-performance (~> 1.8)
678683
standard-custom (1.0.2)
679684
lint_roller (~> 1.0)
680685
rubocop (~> 1.50)
681-
standard-performance (1.6.0)
686+
standard-performance (1.8.0)
682687
lint_roller (~> 1.1)
683-
rubocop-performance (~> 1.23.0)
688+
rubocop-performance (~> 1.25.0)
684689
standard-rails (1.1.0)
685690
lint_roller (~> 1.0)
686691
rubocop-rails (~> 2.25.0)
687692
stimulus-rails (1.3.4)
688693
railties (>= 6.0.0)
689-
stringio (3.1.2)
690-
strong_migrations (2.2.0)
694+
stringio (3.1.6)
695+
strong_migrations (2.3.0)
691696
activerecord (>= 7)
692697
terser (1.2.5)
693698
execjs (>= 0.3.0, < 3)
@@ -696,9 +701,9 @@ GEM
696701
timeout (0.4.3)
697702
ttfunk (1.8.0)
698703
bigdecimal (~> 3.1)
699-
turbo-rails (2.0.10)
700-
actionpack (>= 6.0.0)
701-
railties (>= 6.0.0)
704+
turbo-rails (2.0.13)
705+
actionpack (>= 7.1.0)
706+
railties (>= 7.1.0)
702707
tzinfo (2.0.6)
703708
concurrent-ruby (~> 1.0)
704709
unicode-display_width (3.1.4)
@@ -730,16 +735,11 @@ GEM
730735
zeitwerk (2.7.2)
731736

732737
PLATFORMS
733-
arm64-darwin-20
734-
arm64-darwin-21
735-
arm64-darwin-22
736-
arm64-darwin-23
738+
arm64-darwin
737739
ruby
738-
x86_64-darwin-20
739-
x86_64-darwin-21
740-
x86_64-darwin-22
741-
x86_64-darwin-23
740+
x86_64-darwin
742741
x86_64-linux
742+
x86_64-linux-gnu
743743

744744
DEPENDENCIES
745745
annotaterb
@@ -818,7 +818,7 @@ DEPENDENCIES
818818
simple_form
819819
simplecov
820820
solid_cache (~> 1.0)
821-
sprockets (~> 4.2.1)
821+
sprockets (~> 4.2.2)
822822
stackprof
823823
standard (~> 1.40)
824824
standard-performance
@@ -831,4 +831,4 @@ DEPENDENCIES
831831
webmock (~> 3.24)
832832

833833
BUNDLED WITH
834-
2.6.5
834+
2.6.6

app/assets/stylesheets/simple_form-bootstrap/_form_multi_select.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,10 @@
1616
margin-left: 0 !important;
1717
margin-right: 0 !important;
1818
}
19-
}
19+
}
20+
21+
.input-group, .form-group {
22+
select {
23+
@extend .form-select;
24+
}
25+
}

0 commit comments

Comments
 (0)