Skip to content

Commit

Permalink
Relax dependency on rubocop & rubocop-performance to allow patch-leve…
Browse files Browse the repository at this point in the history
…l fixes

Pre-1.0, there were several instances of patch-level releases breaking Standard, but post-1.0 this doesn't seem to be a problem any more. Let's try relaxing them and see if it's still an issue
  • Loading branch information
searls committed Mar 20, 2023
1 parent 425e1b7 commit 9a54b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PATH
specs:
standard (1.25.2)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.48.1)
rubocop-performance (= 1.16.0)
rubocop (~> 1.48.1)
rubocop-performance (~> 1.16.0)

GEM
remote: https://rubygems.org/
Expand Down

0 comments on commit 9a54b2e

Please sign in to comment.