Skip to content

Commit

Permalink
fix: require stringio to fix load issues with newer ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
moxvallix committed Feb 10, 2023
1 parent 534f8a9 commit 17d729a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/parsby.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "stringio"
require "parsby/version"
require "parsby/combinators"

Expand Down

0 comments on commit 17d729a

Please sign in to comment.