Skip to content

Commit

Permalink
Bump minimum RuboCop version
Browse files Browse the repository at this point in the history
This change reflects the actual current compatibility of the gem, as
versions prior to this one do not work.
  • Loading branch information
sambostock committed Mar 26, 2024
1 parent c65e7b1 commit 9bf7b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
rubocop-sorbet (0.8.0)
rubocop (>= 0.90.0)
rubocop (>= 1.45.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion rubocop-sorbet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency("rubocop", ">= 0.90.0")
spec.add_runtime_dependency("rubocop", ">= 1.45.1")
end

0 comments on commit 9bf7b93

Please sign in to comment.