Skip to content

Commit

Permalink
Drop ruby requirement from gemspec
Browse files Browse the repository at this point in the history
The Ruby requirement will ultimately come from whatever version of
rubocop we use, so there's no need for us to pin it here. It turns out
that rubocop 1.56.3 require Ruby 2.7, but having it here makes it appear
like a decision of manageiq-style as opposed to the restriction coming
from rubocop itself.
  • Loading branch information
Fryguy committed Aug 1, 2024
1 parent b8986c4 commit 0b255ca
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 0b255ca

Please sign in to comment.