Closed diegotoral closed 1 year ago
Hey there!
This pull request adds support for the latest Ruby version 3.2.2.
k8s-ruby.gemspec
docker-compose.yml
spec/k8s/client_spec.rb
allow
expect
File
@clintoncwolfe any chance this can get merged and released?
Hey there!
This pull request adds support for the latest Ruby version 3.2.2.
Changelog
k8s-ruby.gemspec
to 3.2.2docker-compose.yml
to include new service for 3.2.2spec/k8s/client_spec.rb
to make use ofallow
instead ofexpect
when setting mocks onFile
(it was causing errors with logger)