Skip to content

Commit

Permalink
More tweaks to standard+rubocop versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo committed Oct 30, 2024
1 parent 42e11f0 commit 74c69ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
gem "standard", "~> 1.41"
gem "concurrent-ruby"
gem "benchmark-ips", "~> 2.13"
gem "rubocop", ">= 1.67.0"
gem "rubocop", ">= 1.66.0"
2 changes: 1 addition & 1 deletion lib/gvl_tracing/sleep_tracking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module GvlTracing::SleepTracking
def sleep(...)
GvlTracing.mark_sleeping
super(...)
super
end
end

Expand Down

0 comments on commit 74c69ee

Please sign in to comment.