Skip to content

Commit

Permalink
Bump the minimum supported rubocop version to 1.45
Browse files Browse the repository at this point in the history
The new test harness has issues with older versions and it's planned to bump
to 1.45 anyways for its introduction of 3rd party templating support
  • Loading branch information
Earlopain committed Dec 18, 2023
1 parent 1b99de8 commit ef62838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
rubocop_version: [""]
include:
- ruby: "2.6"
rubocop_version: "'1.0.0'"
rubocop_version: "'1.45.0'"
- ruby: "3.2"
rubocop_version: "github: 'rubocop/rubocop'"
steps:
Expand Down
2 changes: 1 addition & 1 deletion rubocop-md.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]

spec.add_runtime_dependency "rubocop", ">= 1.0"
spec.add_runtime_dependency "rubocop", ">= 1.45"

spec.add_development_dependency "bundler", ">= 1.15"
spec.add_development_dependency "rake", ">= 13.0"
Expand Down

0 comments on commit ef62838

Please sign in to comment.