Skip to content

Commit 045cee0

Browse files
authored
Merge pull request #343 from berkeley-cdss/always-deps-updates
Run bundle update --minor
2 parents 889e1bd + 88329de commit 045cee0

1 file changed

Lines changed: 18 additions & 13 deletions

File tree

Gemfile.lock

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ GEM
167167
cucumber-html-formatter (22.3.0)
168168
cucumber-messages (> 23, < 33)
169169
cucumber-messages (32.2.0)
170-
cucumber-rails (4.0.0)
170+
cucumber-rails (4.0.1)
171171
capybara (>= 3.25, < 4)
172172
cucumber (>= 7, < 11)
173173
railties (>= 6.1, < 9)
@@ -291,7 +291,7 @@ GEM
291291
activesupport (>= 4)
292292
railties (>= 4)
293293
request_store (~> 1.0)
294-
loofah (2.25.0)
294+
loofah (2.25.1)
295295
crass (~> 1.0.2)
296296
nokogiri (>= 1.12.0)
297297
lumberjack (1.4.2)
@@ -467,14 +467,14 @@ GEM
467467
rspec-mocks (3.13.8)
468468
diff-lcs (>= 1.2.0, < 2.0)
469469
rspec-support (~> 3.13.0)
470-
rspec-rails (8.0.3)
470+
rspec-rails (8.0.4)
471471
actionpack (>= 7.2)
472472
activesupport (>= 7.2)
473473
railties (>= 7.2)
474-
rspec-core (~> 3.13)
475-
rspec-expectations (~> 3.13)
476-
rspec-mocks (~> 3.13)
477-
rspec-support (~> 3.13)
474+
rspec-core (>= 3.13.0, < 5.0.0)
475+
rspec-expectations (>= 3.13.0, < 5.0.0)
476+
rspec-mocks (>= 3.13.0, < 5.0.0)
477+
rspec-support (>= 3.13.0, < 5.0.0)
478478
rspec-retry (0.6.2)
479479
rspec-core (> 3.3)
480480
rspec-support (3.13.7)
@@ -490,7 +490,7 @@ GEM
490490
rubocop-ast (>= 1.49.0, < 2.0)
491491
ruby-progressbar (~> 1.7)
492492
unicode-display_width (>= 2.4.0, < 4.0)
493-
rubocop-ast (1.49.0)
493+
rubocop-ast (1.49.1)
494494
parser (>= 3.3.7.2)
495495
prism (~> 1.7)
496496
rubocop-performance (1.26.1)
@@ -528,10 +528,10 @@ GEM
528528
rexml (~> 3.2, >= 3.2.5)
529529
rubyzip (>= 1.2.2, < 4.0)
530530
websocket (~> 1.0)
531-
sentry-rails (6.4.1)
531+
sentry-rails (6.5.0)
532532
railties (>= 5.2.0)
533-
sentry-ruby (~> 6.4.1)
534-
sentry-ruby (6.4.1)
533+
sentry-ruby (~> 6.5.0)
534+
sentry-ruby (6.5.0)
535535
bigdecimal
536536
concurrent-ruby (~> 1.0, >= 1.0.2)
537537
logger
@@ -560,14 +560,18 @@ GEM
560560
stringio (3.2.0)
561561
strong_migrations (2.5.2)
562562
activerecord (>= 7.1)
563-
sys-uname (1.5.0)
563+
sys-uname (1.5.1)
564564
ffi (~> 1.1)
565565
memoist3 (~> 1.0.0)
566+
sys-uname (1.5.1-universal-mingw32)
567+
ffi (~> 1.1)
568+
memoist3 (~> 1.0.0)
569+
win32ole
566570
thor (1.5.0)
567571
thread_safe (0.3.6)
568572
tilt (2.7.0)
569573
timecop (0.9.10)
570-
timeout (0.6.0)
574+
timeout (0.6.1)
571575
tsort (0.2.0)
572576
turbo-rails (2.0.23)
573577
actionpack (>= 7.1.0)
@@ -600,6 +604,7 @@ GEM
600604
base64
601605
websocket-extensions (>= 0.1.0)
602606
websocket-extensions (0.1.5)
607+
win32ole (1.9.3)
603608
xpath (3.2.0)
604609
nokogiri (~> 1.8)
605610
zeitwerk (2.7.5)

0 commit comments

Comments
 (0)