Bump haml from 6.1.4 to 6.2.3
Bumps [haml](https://github.com/haml/haml) from 6.1.4 to 6.2.3. - [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.1.4...v6.2.3) --- 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
1f81cc1712
commit
6b6614ba13
2
Gemfile
2
Gemfile
|
@ -30,7 +30,7 @@ gem "devise-i18n"
|
|||
gem "fog-aws"
|
||||
gem "fog-core"
|
||||
gem "fog-local"
|
||||
gem "haml", "~> 6.1"
|
||||
gem "haml", "~> 6.2"
|
||||
gem "hcaptcha", git: "https://github.com/raccube/hcaptcha", ref: "fix/flash-in-turbo-streams"
|
||||
gem "mini_magick"
|
||||
gem "oj"
|
||||
|
|
|
@ -191,7 +191,7 @@ GEM
|
|||
glob (0.3.1)
|
||||
globalid (1.2.1)
|
||||
activesupport (>= 6.1)
|
||||
haml (6.1.4)
|
||||
haml (6.2.3)
|
||||
temple (>= 0.8.2)
|
||||
thor
|
||||
tilt
|
||||
|
@ -524,7 +524,7 @@ DEPENDENCIES
|
|||
fog-aws
|
||||
fog-core
|
||||
fog-local
|
||||
haml (~> 6.1)
|
||||
haml (~> 6.2)
|
||||
haml_lint
|
||||
hcaptcha!
|
||||
httparty
|
||||
|
|
Loading…
Reference in New Issue