Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into radjabov
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Nov 4, 2024
2 parents 3cde247 + 80749e7 commit 76d9bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
continue-on-error: true
uses: paambaati/codeclimate-action@v8
uses: paambaati/codeclimate-action@v9
2 changes: 1 addition & 1 deletion manageiq-providers-openshift.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "manageiq-providers-kubernetes", "~> 0.1.0"

spec.add_development_dependency "manageiq-style"
spec.add_development_dependency "recursive-open-struct", "~> 1.1"
spec.add_development_dependency "recursive-open-struct", "~> 1.2.2"
spec.add_development_dependency "simplecov", ">= 0.21.2"
end

0 comments on commit 76d9bd2

Please sign in to comment.