Skip to content

Commit

Permalink
Merge pull request #71 from Fryguy/bump_manageiq_style
Browse files Browse the repository at this point in the history
Bump manageiq-style to >=1.5.2
  • Loading branch information
bdunne authored Aug 5, 2024
2 parents cc904b1 + 9d206ea commit 4f741e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
ruby-version:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
Expand Down
2 changes: 1 addition & 1 deletion manageiq-loggers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "bundler"
spec.add_development_dependency "cloudwatchlogger"
spec.add_development_dependency "manageiq-style"
spec.add_development_dependency "manageiq-style", ">= 1.5.2"
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "simplecov", ">= 0.21.2"
Expand Down

0 comments on commit 4f741e4

Please sign in to comment.