Skip to content

Commit dab141b

Browse files
Bump haml from 6.3.0 to 6.4.0 (#360)
Bumps [haml](https://haml.info) from 6.3.0 to 6.4.0. --- updated-dependencies: - dependency-name: haml dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13afd19 commit dab141b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
ruby '2.6.10'
66

7-
gem 'haml', '~> 6.3'
7+
gem 'haml', '~> 6.4'
88
gem 'iso-639', '~> 0.3.8'
99
gem 'json', '~> 2.7'
1010
gem 'mail', '~> 2.9'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GEM
1818
fugit (1.11.2)
1919
et-orbi (~> 1, >= 1.2.11)
2020
raabro (~> 1.4)
21-
haml (6.3.0)
21+
haml (6.4.0)
2222
temple (>= 0.8.2)
2323
thor
2424
tilt
@@ -131,7 +131,7 @@ PLATFORMS
131131

132132
DEPENDENCIES
133133
byebug
134-
haml (~> 6.3)
134+
haml (~> 6.4)
135135
iso-639 (~> 0.3.8)
136136
json (~> 2.7)
137137
mail (~> 2.9)

0 commit comments

Comments
 (0)