Bump haml from 6.0.12 to 6.1.1
Bumps [haml](https://github.com/haml/haml) from 6.0.12 to 6.1.1. - [Release notes](https://github.com/haml/haml/releases) - [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md) - [Commits](https://github.com/haml/haml/compare/v6.0.12...v6.1.1) --- updated-dependencies: - dependency-name: haml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ff811edfe6
commit
312a7af3c1
2
Gemfile
2
Gemfile
|
@ -25,7 +25,7 @@ gem "devise-i18n"
|
||||||
gem "fog-aws"
|
gem "fog-aws"
|
||||||
gem "fog-core"
|
gem "fog-core"
|
||||||
gem "fog-local"
|
gem "fog-local"
|
||||||
gem "haml", "~> 6.0"
|
gem "haml", "~> 6.1"
|
||||||
gem "hcaptcha", "~> 7.0"
|
gem "hcaptcha", "~> 7.0"
|
||||||
gem "mini_magick"
|
gem "mini_magick"
|
||||||
gem "oj"
|
gem "oj"
|
||||||
|
|
|
@ -184,12 +184,12 @@ GEM
|
||||||
glob (0.3.1)
|
glob (0.3.1)
|
||||||
globalid (1.0.0)
|
globalid (1.0.0)
|
||||||
activesupport (>= 5.0)
|
activesupport (>= 5.0)
|
||||||
haml (6.0.12)
|
haml (6.1.1)
|
||||||
temple (>= 0.8.2)
|
temple (>= 0.8.2)
|
||||||
thor
|
thor
|
||||||
tilt
|
tilt
|
||||||
haml_lint (0.42.0)
|
haml_lint (0.43.0)
|
||||||
haml (>= 4.0, < 6.1)
|
haml (>= 4.0, < 6.2)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
rainbow
|
rainbow
|
||||||
rubocop (>= 0.50.0)
|
rubocop (>= 0.50.0)
|
||||||
|
@ -537,7 +537,7 @@ DEPENDENCIES
|
||||||
fog-aws
|
fog-aws
|
||||||
fog-core
|
fog-core
|
||||||
fog-local
|
fog-local
|
||||||
haml (~> 6.0)
|
haml (~> 6.1)
|
||||||
haml_lint
|
haml_lint
|
||||||
hcaptcha (~> 7.0)
|
hcaptcha (~> 7.0)
|
||||||
httparty
|
httparty
|
||||||
|
|
Loading…
Reference in New Issue