Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Update dependencies (#505)
Browse files Browse the repository at this point in the history
* Update Rufo to ~> 0.15.1

* Update simplecov to ~> 0.22.0

* Update reek to ~> 6.1

* Update delegate to ~> 0.3.0

* Update delegat to ~> 0.3.0

---------

Co-authored-by: Aaron Lane <2400330-aaron-lane@users.noreply.gitlab.com>
  • Loading branch information
aaron-lane and Aaron Lane authored Mar 15, 2023
1 parent af47831 commit 31c8c07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 4 additions & 5 deletions kitchen-terraform.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ require "rubygems"
specification.add_development_dependency "middleman", "~> 4.2"
specification.add_development_dependency "rake", "~> 13.0"
specification.add_development_dependency "rspec", "~> 3.10"
specification.add_development_dependency "rufo", "~> 0.7"
specification.add_development_dependency "simplecov", "~> 0.16.1"
specification.add_development_dependency "rufo", "~> 0.15.1"
specification.add_development_dependency "simplecov", "~> 0.22.0"
specification.add_development_dependency "yard", "~> 0.9"
specification.add_development_dependency "reek", "~> 6.0.2"
specification.add_development_dependency "reek", "~> 6.1"
# webrick is implicitly required by yard
specification.add_development_dependency "webrick", "~> 1.7"
specification.add_runtime_dependency "delegate", ">= 0.1.0", "< 0.3.0"
specification.add_runtime_dependency "delegate", "~> 0.3.0"
specification.add_runtime_dependency "dry-validation", "~> 1.6"
specification.add_runtime_dependency "mixlib-shellout", "~> 3.0"
specification.add_runtime_dependency "inspec", ">= 4.25.1", "< 6"
specification.add_runtime_dependency "json", "~> 2.3"
specification.add_runtime_dependency "test-kitchen", ">= 2.1", "< 4.0"
Expand Down
5 changes: 4 additions & 1 deletion spec/support/coverage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@

require "simplecov"

::SimpleCov.start
::SimpleCov.start do
enable_coverage :branch
enable_for_subprocesses
end

0 comments on commit 31c8c07

Please sign in to comment.