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 Oct 9, 2022
1 parent 75f2686 commit 9a02a75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'codecov', '0.6.0'
gem 'crack', '0.4.5'
gem 'gitlab', '4.19.0'
gem 'glogin', '0.8.0'
gem 'haml', '5.2.2'
gem 'haml', '6.0.6'
gem 'jira-ruby', '2.2.0'
gem 'mail', '2.7.1'
gem 'mocha', '1.15.0', require: false
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ GEM
terminal-table (>= 1.5.1)
glogin (0.8.0)
base58 (= 0.2.3)
haml (5.2.2)
temple (>= 0.8.0)
haml (6.0.6)
temple (>= 0.8.2)
thor
tilt
hashie (5.0.0)
httparty (0.20.0)
Expand Down Expand Up @@ -172,6 +173,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
test-unit (3.5.5)
power_assert
thor (1.2.1)
tilt (2.0.11)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
Expand All @@ -197,7 +199,7 @@ DEPENDENCIES
crack (= 0.4.5)
gitlab (= 4.19.0)
glogin (= 0.8.0)
haml (= 5.2.2)
haml (= 6.0.6)
jira-ruby (= 2.2.0)
mail (= 2.7.1)
mocha (= 1.15.0)
Expand Down

0 comments on commit 9a02a75

Please sign in to comment.