Skip to content

Commit

Permalink
Ensure a minimum version of manageiq-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Jul 22, 2024
1 parent 8ee711a commit 3d8d7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "pg"
spec.add_dependency "rails", ">=6.0.4", "<7.1"

spec.add_development_dependency "manageiq-style"
spec.add_development_dependency "manageiq-style", ">= 1.5.2"
spec.add_development_dependency "rspec"
spec.add_development_dependency "rspec-rails"
spec.add_development_dependency "simplecov", ">= 0.21.2"
Expand Down

0 comments on commit 3d8d7dc

Please sign in to comment.