Skip to content

Commit

Permalink
Merge pull request #227 from indyhackers/dependabot/bundler/haml-6.3.0
Browse files Browse the repository at this point in the history
Bump haml from 5.2.2 to 6.3.0
  • Loading branch information
apoland authored Sep 1, 2024
2 parents c5606a3 + 21014e2 commit af7559b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem "rails", "~> 7.2"

gem "pg", "~> 1.1"

gem "haml", "~> 5.2.1"
gem "haml", "~> 6.3.0"
gem "sass-rails"
gem "uglifier"

Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@ GEM
foreman (0.88.1)
globalid (1.2.1)
activesupport (>= 6.1)
haml (5.2.2)
temple (>= 0.8.0)
haml (6.3.0)
temple (>= 0.8.2)
thor
tilt
httparty (0.22.0)
csv
Expand Down Expand Up @@ -389,7 +390,7 @@ DEPENDENCIES
factory_bot_rails
faker
foreman
haml (~> 5.2.1)
haml (~> 6.3.0)
httparty
inline_svg
jquery-rails
Expand Down

0 comments on commit af7559b

Please sign in to comment.