Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stringio 3.1.1 required when using passenger #218

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading