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 @@ -21,7 +21,7 @@ group :development, :test do
gem "cuprite"
gem "dry-initializer", require: true
gem "erb_lint"
gem "haml", "~> 6"
gem "haml", "~> 7"
gem "jbuilder", "~> 2"
gem "m", "~> 1"
gem "method_source", "~> 1"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ GEM
websocket-driver (~> 0.7)
globalid (1.3.0)
activesupport (>= 6.1)
haml (6.3.0)
haml (7.0.2)
temple (>= 0.8.2)
thor
tilt
Expand Down Expand Up @@ -365,7 +365,7 @@ GEM
tailwindcss-ruby (4.1.16-x86_64-darwin)
tailwindcss-ruby (4.1.16-x86_64-linux-gnu)
tailwindcss-ruby (4.1.16-x86_64-linux-musl)
temple (0.10.3)
temple (0.10.4)
terminal-table (4.0.0)
unicode-display_width (>= 1.1.1, < 4)
thor (1.4.0)
Expand Down Expand Up @@ -417,7 +417,7 @@ DEPENDENCIES
cuprite
dry-initializer
erb_lint
haml (~> 6)
haml (~> 7)
jbuilder (~> 2)
m (~> 1)
method_source (~> 1)
Expand Down
Loading