Skip to content

Commit

Permalink
Drop ruby requirement from gemspec
Browse files Browse the repository at this point in the history
The ruby requirement doesn't make sense here as we have gems that can
support all kinds of versions. We've already had to undo this for Ruby
2.7 in #49, and I just hit it with Ruby 2.6 in manageiq-loggers. In the
end the goal here is to pin rubocop, and also provide styles that Target
a specific version, but not _prevent_ installing on other versions.
  • Loading branch information
Fryguy committed Aug 1, 2024
1 parent b8986c4 commit 6178bb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
ruby-version:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
Expand Down
1 change: 0 additions & 1 deletion manageiq-style.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Gem::Specification.new do |spec|
spec.description = spec.summary
spec.homepage = "https://github.com/ManageIQ/manageiq-style"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["rubygems_mfa_required"] = "true"
Expand Down

0 comments on commit 6178bb2

Please sign in to comment.