Skip to content

Commit 3d248c0

Browse files
committed
Updated bundle and ci command
1 parent e17e6af commit 3d248c0

File tree

2 files changed

+33
-31
lines changed

2 files changed

+33
-31
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ jobs:
7979
env:
8080
RAILS_ENV: test
8181
# REDIS_URL: redis://localhost:6379/0
82-
run: bin/rails db:test:prepare test test:system
82+
run: |
83+
bin/rails db:test:prepare
84+
bundle exec rspec
8385
8486
- name: Keep screenshots from failed system tests
8587
uses: actions/upload-artifact@v4

Gemfile.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ GEM
108108
xpath (~> 3.2)
109109
chart-js-rails (0.1.7)
110110
railties (> 3.1)
111-
chartkick (5.1.5)
111+
chartkick (5.2.0)
112112
childprocess (5.1.0)
113113
logger (~> 1.5)
114114
cocoon (1.2.15)
@@ -127,7 +127,7 @@ GEM
127127
database_cleaner-core (~> 2.0.0)
128128
database_cleaner-core (2.0.1)
129129
date (3.4.1)
130-
debug (1.10.0)
130+
debug (1.11.0)
131131
irb (~> 1.10)
132132
reline (>= 0.3.8)
133133
debug_inspector (1.2.0)
@@ -150,11 +150,11 @@ GEM
150150
erubi (1.13.1)
151151
et-orbi (1.2.11)
152152
tzinfo
153-
factory_bot (6.5.3)
153+
factory_bot (6.5.4)
154154
activesupport (>= 6.1.0)
155-
factory_bot_rails (6.4.4)
155+
factory_bot_rails (6.5.0)
156156
factory_bot (~> 6.5)
157-
railties (>= 5.0.0)
157+
railties (>= 6.1.0)
158158
faker (3.5.1)
159159
i18n (>= 1.8.11, < 2)
160160
fast_blank (1.0.1)
@@ -215,7 +215,7 @@ GEM
215215
actionview (>= 5.0.0)
216216
activesupport (>= 5.0.0)
217217
json (2.12.2)
218-
kamal (2.6.1)
218+
kamal (2.7.0)
219219
activesupport (>= 7.0)
220220
base64 (~> 0.2)
221221
bcrypt_pbkdf (~> 1.0)
@@ -262,7 +262,7 @@ GEM
262262
net-pop
263263
net-smtp
264264
marcel (1.0.4)
265-
matrix (0.4.2)
265+
matrix (0.4.3)
266266
method_source (1.1.0)
267267
mini_mime (1.1.5)
268268
minitest (5.25.5)
@@ -278,7 +278,7 @@ GEM
278278
turbo-rails
279279
msgpack (1.8.0)
280280
nenv (0.3.0)
281-
net-imap (0.5.8)
281+
net-imap (0.5.9)
282282
date
283283
net-protocol
284284
net-pop (0.1.2)
@@ -312,7 +312,7 @@ GEM
312312
bigdecimal (>= 3.0)
313313
ostruct (>= 0.2)
314314
orm_adapter (0.5.0)
315-
ostruct (0.6.1)
315+
ostruct (0.6.2)
316316
paper_trail (16.0.0)
317317
activerecord (>= 6.1)
318318
request_store (~> 1.4)
@@ -419,7 +419,7 @@ GEM
419419
ffi (~> 1.0)
420420
rbs (3.9.4)
421421
logger
422-
rdoc (6.14.0)
422+
rdoc (6.14.1)
423423
erb
424424
psych (>= 4.0.0)
425425
redcarpet (3.6.1)
@@ -454,18 +454,18 @@ GEM
454454
rspec-mocks (~> 3.13)
455455
rspec-support (~> 3.13)
456456
rspec-support (3.13.4)
457-
rubocop (1.76.0)
457+
rubocop (1.77.0)
458458
json (~> 2.3)
459459
language_server-protocol (~> 3.17.0.2)
460460
lint_roller (~> 1.1.0)
461461
parallel (~> 1.10)
462462
parser (>= 3.3.0.2)
463463
rainbow (>= 2.2.2, < 4.0)
464464
regexp_parser (>= 2.9.3, < 3.0)
465-
rubocop-ast (>= 1.45.0, < 2.0)
465+
rubocop-ast (>= 1.45.1, < 2.0)
466466
ruby-progressbar (~> 1.7)
467467
unicode-display_width (>= 2.4.0, < 4.0)
468-
rubocop-ast (1.45.0)
468+
rubocop-ast (1.45.1)
469469
parser (>= 3.3.7.2)
470470
prism (~> 1.4)
471471
rubocop-performance (1.25.0)
@@ -482,7 +482,7 @@ GEM
482482
rubocop (>= 1.72)
483483
rubocop-performance (>= 1.24)
484484
rubocop-rails (>= 2.30)
485-
ruby-lsp (0.24.1)
485+
ruby-lsp (0.24.2)
486486
language_server-protocol (~> 3.17.0)
487487
prism (>= 1.2, < 2.0)
488488
rbs (>= 3, < 5)
@@ -522,16 +522,16 @@ GEM
522522
fugit (~> 1.11.0)
523523
railties (>= 7.1)
524524
thor (~> 1.3.1)
525-
sorbet-runtime (0.5.12163)
525+
sorbet-runtime (0.5.12196)
526526
spring (4.3.0)
527527
spring-commands-rspec (1.0.4)
528528
spring (>= 0.9.1)
529-
sqlite3 (2.6.0-aarch64-linux-gnu)
530-
sqlite3 (2.6.0-aarch64-linux-musl)
531-
sqlite3 (2.6.0-arm-linux-gnu)
532-
sqlite3 (2.6.0-arm-linux-musl)
533-
sqlite3 (2.6.0-x86_64-linux-gnu)
534-
sqlite3 (2.6.0-x86_64-linux-musl)
529+
sqlite3 (2.7.0-aarch64-linux-gnu)
530+
sqlite3 (2.7.0-aarch64-linux-musl)
531+
sqlite3 (2.7.0-arm-linux-gnu)
532+
sqlite3 (2.7.0-arm-linux-musl)
533+
sqlite3 (2.7.0-x86_64-linux-gnu)
534+
sqlite3 (2.7.0-x86_64-linux-musl)
535535
sshkit (1.24.0)
536536
base64
537537
logger
@@ -545,24 +545,24 @@ GEM
545545
tailwindcss-rails (4.2.3)
546546
railties (>= 7.0.0)
547547
tailwindcss-ruby (~> 4.0)
548-
tailwindcss-ruby (4.1.8)
549-
tailwindcss-ruby (4.1.8-aarch64-linux-gnu)
550-
tailwindcss-ruby (4.1.8-aarch64-linux-musl)
551-
tailwindcss-ruby (4.1.8-x86_64-linux-gnu)
552-
tailwindcss-ruby (4.1.8-x86_64-linux-musl)
548+
tailwindcss-ruby (4.1.10)
549+
tailwindcss-ruby (4.1.10-aarch64-linux-gnu)
550+
tailwindcss-ruby (4.1.10-aarch64-linux-musl)
551+
tailwindcss-ruby (4.1.10-x86_64-linux-gnu)
552+
tailwindcss-ruby (4.1.10-x86_64-linux-musl)
553553
temple (0.10.3)
554554
thor (1.3.2)
555-
thruster (0.1.13)
556-
thruster (0.1.13-aarch64-linux)
557-
thruster (0.1.13-x86_64-linux)
555+
thruster (0.1.14)
556+
thruster (0.1.14-aarch64-linux)
557+
thruster (0.1.14-x86_64-linux)
558558
tilt (2.6.0)
559559
timeout (0.4.3)
560560
turbo-rails (2.0.16)
561561
actionpack (>= 7.1.0)
562562
railties (>= 7.1.0)
563563
tzinfo (2.0.6)
564564
concurrent-ruby (~> 1.0)
565-
ultimate_turbo_modal (2.0.3)
565+
ultimate_turbo_modal (2.0.4)
566566
phlex-rails
567567
rails
568568
stimulus-rails

0 commit comments

Comments
 (0)