Skip to content

Commit 195221d

Browse files
authored
Merge pull request #2565 from codebar/dependabot/bundler/ruby-deps-362b6cfad3
chore(deps): bump the ruby-deps group across 1 directory with 8 updates
2 parents e3028c6 + 2743194 commit 195221d

File tree

2 files changed

+16
-22
lines changed

2 files changed

+16
-22
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gem 'simple_form'
4545

4646
gem 'terser'
4747

48-
gem 'pagy', '~> 43.4'
48+
gem 'pagy', '~> 43.5'
4949

5050
gem 'icalendar'
5151
gem 'tzinfo-data'

Gemfile.lock

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ GEM
115115
erubi (>= 1.0.0)
116116
rack (>= 0.9.0)
117117
rouge (>= 1.0.0)
118-
bigdecimal (4.0.1)
118+
bigdecimal (4.1.1)
119119
bindex (0.8.1)
120120
binding_of_caller (2.0.0)
121121
debug_inspector (>= 1.2.0)
@@ -195,7 +195,7 @@ GEM
195195
drb (2.2.3)
196196
erb (6.0.2)
197197
erubi (1.13.1)
198-
execjs (2.10.0)
198+
execjs (2.10.1)
199199
fabrication (2.31.0)
200200
faker (3.6.1)
201201
i18n (>= 1.8.11, < 2)
@@ -222,9 +222,9 @@ GEM
222222
temple (>= 0.8.2)
223223
thor
224224
tilt
225-
haml_lint (0.72.0)
225+
haml_lint (0.73.0)
226226
haml (>= 5.0)
227-
parallel (~> 1.10)
227+
parallel (>= 1.10)
228228
rainbow
229229
rubocop (>= 1.0)
230230
sysexits (~> 1.1)
@@ -259,9 +259,6 @@ GEM
259259
railties (>= 4.2.0)
260260
thor (>= 0.14, < 2.0)
261261
json (2.19.3)
262-
json-schema (6.2.0)
263-
addressable (~> 2.8)
264-
bigdecimal (>= 3.1, < 5)
265262
jwt (2.7.1)
266263
language_server-protocol (3.17.0.5)
267264
launchy (3.1.1)
@@ -287,8 +284,6 @@ GEM
287284
net-smtp
288285
marcel (1.0.4)
289286
matrix (0.4.3)
290-
mcp (0.9.2)
291-
json-schema (>= 4.1)
292287
method_source (1.1.0)
293288
mime-types (3.7.0)
294289
logger
@@ -344,14 +339,14 @@ GEM
344339
actionpack (>= 4.2)
345340
omniauth (~> 2.0)
346341
ostruct (0.6.3)
347-
pagy (43.4.2)
342+
pagy (43.5.0)
348343
json
349344
uri
350345
yaml
351-
parallel (1.27.0)
352-
parallel_tests (5.6.0)
346+
parallel (2.0.1)
347+
parallel_tests (5.7.0)
353348
parallel
354-
parser (3.3.10.2)
349+
parser (3.3.11.1)
355350
ast (~> 2.4.1)
356351
racc
357352
pg (1.6.3-aarch64-linux)
@@ -438,7 +433,7 @@ GEM
438433
rails-html-sanitizer (1.7.0)
439434
loofah (~> 2.25)
440435
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
441-
rails_semantic_logger (4.19.0)
436+
rails_semantic_logger (4.20.0)
442437
rack
443438
railties (>= 5.1)
444439
semantic_logger (~> 4.16)
@@ -486,12 +481,11 @@ GEM
486481
rspec-mocks (>= 3.13.0, < 5.0.0)
487482
rspec-support (>= 3.13.0, < 5.0.0)
488483
rspec-support (3.13.7)
489-
rubocop (1.85.1)
484+
rubocop (1.86.1)
490485
json (~> 2.3)
491486
language_server-protocol (~> 3.17.0.2)
492487
lint_roller (~> 1.1.0)
493-
mcp (~> 0.6)
494-
parallel (~> 1.10)
488+
parallel (>= 1.10)
495489
parser (>= 3.3.0.2)
496490
rainbow (>= 2.2.2, < 4.0)
497491
regexp_parser (>= 2.9.3, < 3.0)
@@ -536,7 +530,7 @@ GEM
536530
scout_apm (6.1.1)
537531
parser
538532
securerandom (0.4.1)
539-
semantic_logger (4.17.0)
533+
semantic_logger (4.18.0)
540534
concurrent-ruby (~> 1.0)
541535
shoulda-matchers (7.0.1)
542536
activesupport (>= 7.1)
@@ -569,7 +563,7 @@ GEM
569563
stripe (9.0.0)
570564
sysexits (1.2.0)
571565
temple (0.10.4)
572-
terser (1.2.6)
566+
terser (1.2.7)
573567
execjs (>= 0.3.0, < 3)
574568
thor (1.5.0)
575569
tilt (2.7.0)
@@ -590,7 +584,7 @@ GEM
590584
uri (1.1.1)
591585
useragent (0.16.11)
592586
version_gem (1.1.3)
593-
view_component (4.5.0)
587+
view_component (4.6.0)
594588
actionview (>= 7.1.0)
595589
activesupport (>= 7.1.0)
596590
concurrent-ruby (~> 1)
@@ -663,7 +657,7 @@ DEPENDENCIES
663657
omniauth
664658
omniauth-github
665659
omniauth-rails_csrf_protection
666-
pagy (~> 43.4)
660+
pagy (~> 43.5)
667661
parallel_tests
668662
pg
669663
pickadate-rails

0 commit comments

Comments
 (0)