Skip to content

Commit

Permalink
chore(deps): update haml requirement from ~> 5.0 to >= 5, < 7
Browse files Browse the repository at this point in the history
Updates the requirements on [haml](https://github.com/haml/haml) to permit the latest version.
- [Release notes](https://github.com/haml/haml/releases)
- [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md)
- [Commits](haml/haml@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: haml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mishina2228 committed Oct 9, 2022
1 parent 1cb36e3 commit 5579e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova_git_stats.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|

s.add_dependency('actionview', '>= 5.2', '< 8.0')
s.add_dependency('activesupport', '>= 5.2', '< 8.0')
s.add_dependency('haml', '~> 5.0')
s.add_dependency('haml', '>= 5', '< 7')
s.add_dependency('i18n', '~> 1.8')
s.add_dependency('lazy_high_charts', '~> 1.6')
s.add_dependency('thor', '~> 1.0')
Expand Down

0 comments on commit 5579e70

Please sign in to comment.