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 Dec 9, 2023
1 parent f9b48ac commit 07bb887
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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.2.4'
gem 'iri', '0.7.0'
gem 'loog', '0.3.1'
gem 'minitest', '5.18.1', require: false
Expand Down
11 changes: 6 additions & 5 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.2.4)
temple (>= 0.8.2)
thor
tilt
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -226,14 +227,14 @@ GEM
faraday
faraday_middleware
virtus
temple (0.10.2)
temple (0.10.3)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.2)
thread_safe (0.3.6)
tilt (2.2.0)
tilt (2.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
Expand All @@ -257,7 +258,7 @@ PLATFORMS
DEPENDENCIES
eslintrb (= 2.1.0)
glogin (= 0.13.0)
haml (= 5.0.4)
haml (= 6.2.4)
iri (= 0.7.0)
loog (= 0.3.1)
minitest (= 5.18.1)
Expand Down

0 comments on commit 07bb887

Please sign in to comment.