Skip to content

Commit

Permalink
Lower required Ruby version to 3.0.0
Browse files Browse the repository at this point in the history
This change modifies the required Ruby version in the gemspec file from 3.1.0 to 3.0.0. It ensures compatibility with systems running Ruby 3.0.0 and later, broadening the potential user base.
  • Loading branch information
co-anton-s committed Nov 2, 2024
1 parent ba799c0 commit 14d4a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servactory-rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["rubocop.yml"]
spec.require_paths = ["lib"]

spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")

spec.add_dependency "rubocop-factory_bot"
spec.add_dependency "rubocop-performance"
Expand Down

0 comments on commit 14d4a89

Please sign in to comment.