mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:29:53 +01:00
Merge pull request #855 from Retrospring/dependabot/bundler/haml-6.1.1
Bump haml from 6.0.12 to 6.1.1
This commit is contained in:
commit
3b9a715bcc
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -25,7 +25,7 @@ gem "devise-i18n"
|
|||
gem "fog-aws"
|
||||
gem "fog-core"
|
||||
gem "fog-local"
|
||||
gem "haml", "~> 6.0"
|
||||
gem "haml", "~> 6.1"
|
||||
gem "hcaptcha", "~> 7.0"
|
||||
gem "mini_magick"
|
||||
gem "oj"
|
||||
|
|
|
@ -184,7 +184,7 @@ GEM
|
|||
glob (0.3.1)
|
||||
globalid (1.0.0)
|
||||
activesupport (>= 5.0)
|
||||
haml (6.0.12)
|
||||
haml (6.1.1)
|
||||
temple (>= 0.8.2)
|
||||
thor
|
||||
tilt
|
||||
|
@ -537,7 +537,7 @@ DEPENDENCIES
|
|||
fog-aws
|
||||
fog-core
|
||||
fog-local
|
||||
haml (~> 6.0)
|
||||
haml (~> 6.1)
|
||||
haml_lint
|
||||
hcaptcha (~> 7.0)
|
||||
httparty
|
||||
|
|
Loading…
Reference in a new issue