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 @@ -58,7 +58,7 @@ gem 'faraday'

gem 'stripe'

gem 'rails-html-sanitizer', '~> 1.6.2'
gem 'rails-html-sanitizer', '~> 1.7.0'

# Use the Puma web server [https://github.com/puma/puma]
gem 'puma', '~> 7.2'
Expand Down
32 changes: 19 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ GEM
dotenv (= 3.2.0)
railties (>= 6.1)
drb (2.2.3)
erb (6.0.1)
erb (6.0.2)
erubi (1.13.1)
execjs (2.10.0)
fabrication (2.31.0)
Expand Down Expand Up @@ -222,7 +222,7 @@ GEM
temple (>= 0.8.2)
thor
tilt
haml_lint (0.70.0)
haml_lint (0.71.0)
haml (>= 5.0)
parallel (~> 1.10)
rainbow
Expand Down Expand Up @@ -259,6 +259,9 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.18.1)
json-schema (6.1.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
jwt (2.7.1)
language_server-protocol (3.17.0.5)
launchy (3.1.1)
Expand All @@ -284,6 +287,8 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.3)
mcp (0.7.1)
json-schema (>= 4.1)
method_source (1.1.0)
mime-types (3.7.0)
logger
Expand All @@ -292,7 +297,8 @@ GEM
mini_magick (5.3.1)
logger
mini_mime (1.1.5)
minitest (6.0.1)
minitest (6.0.2)
drb (~> 2.0)
prism (~> 1.5)
multi_xml (0.6.0)
mutex_m (0.3.0)
Expand Down Expand Up @@ -338,7 +344,7 @@ GEM
actionpack (>= 4.2)
omniauth (~> 2.0)
ostruct (0.6.3)
pagy (43.3.0)
pagy (43.3.1)
json
uri
yaml
Expand Down Expand Up @@ -429,8 +435,8 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
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)
rack
Expand Down Expand Up @@ -480,10 +486,11 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.2)
rubocop (1.84.2)
rubocop (1.85.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
mcp (~> 0.6)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -583,11 +590,10 @@ GEM
uri (1.1.1)
useragent (0.16.11)
version_gem (1.1.3)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
web-console (4.3.0)
actionview (>= 8.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
railties (>= 8.0.0)
webmock (3.26.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand All @@ -599,7 +605,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yaml (0.4.0)
zeitwerk (2.7.4)
zeitwerk (2.7.5)

PLATFORMS
aarch64-linux
Expand Down Expand Up @@ -665,7 +671,7 @@ DEPENDENCIES
pundit
rack-mini-profiler (~> 4.0)
rails (~> 8.1.2)
rails-html-sanitizer (~> 1.6.2)
rails-html-sanitizer (~> 1.7.0)
rails_semantic_logger
reline
rolify
Expand Down