Skip to content

Commit

Permalink
Chore(deps-dev): update reek requirement from ~> 6.1.1 to ~> 6.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [reek](https://github.com/troessner/reek) to permit the latest version.
- [Changelog](https://github.com/troessner/reek/blob/master/CHANGELOG.md)
- [Commits](troessner/reek@v6.1.1...v6.2.0)

---
updated-dependencies:
- dependency-name: reek
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 6c149e4 commit bc0c8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ruby '3.0.4'
source 'https://rubygems.org'
gem 'kitchen-terraform', '~> 6.1.0'
group :dev do
gem 'reek', '~> 6.1.1', require: false
gem 'reek', '~> 6.2.0', require: false
gem 'rubocop', '~> 1.59.0', require: false
end

0 comments on commit bc0c8bc

Please sign in to comment.