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 Aug 25, 2023
1 parent b7e64ab commit 7fa022d
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 @@ -23,7 +23,7 @@ source 'https://rubygems.org'

gem 'eslintrb', '2.1.0'
gem 'glogin', '0.13.0'
gem 'haml', '5.0.4'
gem 'haml', '6.1.2'
gem 'iri', '0.7.0'
gem 'loog', '0.3.1'
gem 'minitest', '5.18.1', require: false
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ GEM
glogin (0.13.0)
base58 (>= 0.2)
openssl (>= 2.0)
haml (5.0.4)
temple (>= 0.8.0)
haml (6.1.2)
temple (>= 0.8.2)
thor
tilt
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -257,7 +258,7 @@ PLATFORMS
DEPENDENCIES
eslintrb (= 2.1.0)
glogin (= 0.13.0)
haml (= 5.0.4)
haml (= 6.1.2)
iri (= 0.7.0)
loog (= 0.3.1)
minitest (= 5.18.1)
Expand Down

0 comments on commit 7fa022d

Please sign in to comment.