Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gem 'simple_form'

gem 'terser'

gem 'pagy', '~> 43.4'
gem 'pagy', '~> 43.5'

gem 'icalendar'
gem 'tzinfo-data'
Expand Down
40 changes: 17 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ GEM
erubi (>= 1.0.0)
rack (>= 0.9.0)
rouge (>= 1.0.0)
bigdecimal (4.0.1)
bigdecimal (4.1.1)
bindex (0.8.1)
binding_of_caller (2.0.0)
debug_inspector (>= 1.2.0)
Expand Down Expand Up @@ -195,7 +195,7 @@ GEM
drb (2.2.3)
erb (6.0.2)
erubi (1.13.1)
execjs (2.10.0)
execjs (2.10.1)
fabrication (2.31.0)
faker (3.6.1)
i18n (>= 1.8.11, < 2)
Expand All @@ -222,9 +222,9 @@ GEM
temple (>= 0.8.2)
thor
tilt
haml_lint (0.72.0)
haml_lint (0.73.0)
haml (>= 5.0)
parallel (~> 1.10)
parallel (>= 1.10)
rainbow
rubocop (>= 1.0)
sysexits (~> 1.1)
Expand Down Expand Up @@ -258,10 +258,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.19.2)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
json (2.19.3)
jwt (2.7.1)
language_server-protocol (3.17.0.5)
launchy (3.1.1)
Expand All @@ -287,8 +284,6 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.3)
mcp (0.9.0)
json-schema (>= 4.1)
method_source (1.1.0)
mime-types (3.7.0)
logger
Expand All @@ -297,7 +292,7 @@ GEM
mini_magick (5.3.1)
logger
mini_mime (1.1.5)
minitest (6.0.2)
minitest (6.0.3)
drb (~> 2.0)
prism (~> 1.5)
multi_xml (0.6.0)
Expand Down Expand Up @@ -344,14 +339,14 @@ GEM
actionpack (>= 4.2)
omniauth (~> 2.0)
ostruct (0.6.3)
pagy (43.4.2)
pagy (43.5.0)
json
uri
yaml
parallel (1.27.0)
parallel_tests (5.6.0)
parallel (2.0.1)
parallel_tests (5.7.0)
parallel
parser (3.3.10.2)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
pg (1.6.3-aarch64-linux)
Expand Down Expand Up @@ -438,7 +433,7 @@ GEM
rails-html-sanitizer (1.7.0)
loofah (~> 2.25)
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)
rails_semantic_logger (4.19.0)
rails_semantic_logger (4.20.0)
rack
railties (>= 5.1)
semantic_logger (~> 4.16)
Expand Down Expand Up @@ -486,12 +481,11 @@ GEM
rspec-mocks (>= 3.13.0, < 5.0.0)
rspec-support (>= 3.13.0, < 5.0.0)
rspec-support (3.13.7)
rubocop (1.85.1)
rubocop (1.86.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
mcp (~> 0.6)
parallel (~> 1.10)
parallel (>= 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
Expand Down Expand Up @@ -536,7 +530,7 @@ GEM
scout_apm (6.1.1)
parser
securerandom (0.4.1)
semantic_logger (4.17.0)
semantic_logger (4.18.0)
concurrent-ruby (~> 1.0)
shoulda-matchers (7.0.1)
activesupport (>= 7.1)
Expand Down Expand Up @@ -569,7 +563,7 @@ GEM
stripe (9.0.0)
sysexits (1.2.0)
temple (0.10.4)
terser (1.2.6)
terser (1.2.7)
execjs (>= 0.3.0, < 3)
thor (1.5.0)
tilt (2.7.0)
Expand All @@ -590,7 +584,7 @@ GEM
uri (1.1.1)
useragent (0.16.11)
version_gem (1.1.3)
view_component (4.5.0)
view_component (4.6.0)
actionview (>= 7.1.0)
activesupport (>= 7.1.0)
concurrent-ruby (~> 1)
Expand Down Expand Up @@ -663,7 +657,7 @@ DEPENDENCIES
omniauth
omniauth-github
omniauth-rails_csrf_protection
pagy (~> 43.4)
pagy (~> 43.5)
parallel_tests
pg
pickadate-rails
Expand Down