Skip to content

Commit

Permalink
Merge pull request rubocop#13234 from koic/fix_an_error_for_ruby_34
Browse files Browse the repository at this point in the history
Fix an error when using Ruby 3.4-dev
  • Loading branch information
koic committed Sep 13, 2024
2 parents 9e6c529 + 8a92508 commit 23b2e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rubocop/server/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require 'securerandom'
require 'socket'
require 'stringio'

#
# This code is based on https://github.com/fohte/rubocop-daemon.
Expand Down

0 comments on commit 23b2e23

Please sign in to comment.