Skip to content

Commit

Permalink
Fix stringio 3.1.1 required wehn using passenger (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
relf authored Dec 19, 2024
1 parent b56b1e1 commit 9f8352e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,7 @@ gem "matrix" # removed from stndard library in ruby 3.1
gem "nkf"
# /d/rlafage/workspace/WhatsOpt/test/test_helper.rb:3: warning: /dtis-app/rvm/rubies/ruby-3.3.5/lib/ruby/3.3.0/csv.rb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0.
gem "csv"

# Fix stringio version required by passenger in production
gem "stringio", "3.1.1"

3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ GEM
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
ostruct
stringio (3.1.2)
stringio (3.1.1)
sucker_punch (3.2.0)
concurrent-ruby (~> 1.0)
terser (1.2.4)
Expand Down Expand Up @@ -529,6 +529,7 @@ DEPENDENCIES
spring
sprockets-rails
sqlite3
stringio (= 3.1.1)
sucker_punch
terser
thrift (~> 0.20)
Expand Down

0 comments on commit 9f8352e

Please sign in to comment.