Skip to content

Commit

Permalink
chore: add missing stringio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRambaud committed Jan 20, 2025
1 parent 017cfca commit b42c627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PATH
parallel (~> 1.21)
sinatra (>= 3.1, < 4.0)
slop (~> 3.6)
stringio (~> 3.1)
thin (~> 1.8)

GEM
Expand Down Expand Up @@ -88,6 +89,7 @@ GEM
rack-protection (= 3.2.0)
tilt (~> 2.0)
slop (3.6.0)
stringio (3.1.2)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
Expand Down
1 change: 1 addition & 0 deletions gemirro.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency 'parallel', '~>1.21'
s.add_dependency 'sinatra', '>=3.1', '<4.0'
s.add_dependency 'slop', '~>3.6'
s.add_dependency 'stringio', '~> 3.1'
s.add_dependency 'thin', '~>1.8'

s.metadata['rubygems_mfa_required'] = 'true'
Expand Down

0 comments on commit b42c627

Please sign in to comment.