Skip to content

Commit

Permalink
Chore(deps): update nori requirement from ~> 2.6.0 to ~> 2.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [nori](https://github.com/savonrb/nori) to permit the latest version.
- [Release notes](https://github.com/savonrb/nori/releases)
- [Changelog](https://github.com/savonrb/nori/blob/main/CHANGELOG.md)
- [Commits](savonrb/nori@v2.6.0...v2.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 1b01abc commit d39401e
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 @@ -6,7 +6,7 @@ source 'https://rubygems.org'
gem 'kitchen-terraform', '~> 7.0.2'
# Nori 2.7 causes problems with inspec-gcp, so pin to 2.6
# See https://github.com/inspec/inspec-gcp/issues/596
gem 'nori', '~> 2.6.0'
gem 'nori', '~> 2.7.0'
group :dev do
gem 'reek', '~> 6.3.0', require: false
# transitive dependency via cookstyle forces rubocop 1.25
Expand Down

0 comments on commit d39401e

Please sign in to comment.