Skip to content

Commit

Permalink
Merge pull request #418 from lsylvester/require-string-io
Browse files Browse the repository at this point in the history
Require stringio
  • Loading branch information
gmcgibbon authored Nov 8, 2024
2 parents c0022f7 + 4853d5f commit 933c7fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ GEM
minitest (5.25.1)
minitest-focus (1.3.1)
minitest (>= 4, < 6)
mocha (1.14.0)
mocha (2.5.0)
ruby2_keywords (>= 0.0.5)
netrc (0.11.0)
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
Expand Down Expand Up @@ -124,6 +125,7 @@ GEM
rubocop-sorbet (0.6.11)
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
smart_properties (1.17.0)
sorbet (0.5.11367)
sorbet-static (= 0.5.11367)
Expand Down
1 change: 1 addition & 0 deletions lib/packwerk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require "sorbet-runtime"
require "active_support"
require "fileutils"
require "stringio"

# Provides String#pluralize
require "active_support/core_ext/string"
Expand Down

0 comments on commit 933c7fd

Please sign in to comment.