Skip to content

Commit

Permalink
Update dependency haml to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2024
1 parent 656d52f commit 4db0fcb
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 @@ -22,7 +22,7 @@
source 'https://rubygems.org'

gem 'glogin', '0.13.0'
gem 'haml', '5.2.2'
gem 'haml', '6.3.0'
gem 'iri', '0.7.0'
gem 'loog', '0.5.1'
gem 'minitest', '5.20.0', require: false
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ GEM
glogin (0.13.0)
base58 (>= 0.2)
openssl (>= 2.0)
haml (5.2.2)
temple (>= 0.8.0)
haml (6.3.0)
temple (>= 0.8.2)
thor
tilt
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -276,7 +277,7 @@ PLATFORMS

DEPENDENCIES
glogin (= 0.13.0)
haml (= 5.2.2)
haml (= 6.3.0)
iri (= 0.7.0)
loog (= 0.5.1)
minitest (= 5.20.0)
Expand Down

0 comments on commit 4db0fcb

Please sign in to comment.