Merge pull request #1385 from Retrospring/dependabot/bundler/haml-6.2.3
This commit is contained in:
commit
eff16f6074
2
Gemfile
2
Gemfile
|
@ -30,7 +30,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.1"
|
gem "haml", "~> 6.2"
|
||||||
gem "hcaptcha", git: "https://github.com/raccube/hcaptcha", ref: "fix/flash-in-turbo-streams"
|
gem "hcaptcha", git: "https://github.com/raccube/hcaptcha", ref: "fix/flash-in-turbo-streams"
|
||||||
gem "mini_magick"
|
gem "mini_magick"
|
||||||
gem "oj"
|
gem "oj"
|
||||||
|
|
|
@ -191,7 +191,7 @@ GEM
|
||||||
glob (0.3.1)
|
glob (0.3.1)
|
||||||
globalid (1.2.1)
|
globalid (1.2.1)
|
||||||
activesupport (>= 6.1)
|
activesupport (>= 6.1)
|
||||||
haml (6.1.4)
|
haml (6.2.3)
|
||||||
temple (>= 0.8.2)
|
temple (>= 0.8.2)
|
||||||
thor
|
thor
|
||||||
tilt
|
tilt
|
||||||
|
@ -524,7 +524,7 @@ DEPENDENCIES
|
||||||
fog-aws
|
fog-aws
|
||||||
fog-core
|
fog-core
|
||||||
fog-local
|
fog-local
|
||||||
haml (~> 6.1)
|
haml (~> 6.2)
|
||||||
haml_lint
|
haml_lint
|
||||||
hcaptcha!
|
hcaptcha!
|
||||||
httparty
|
httparty
|
||||||
|
|
Loading…
Reference in New Issue