Git
1 file changed +1 −1
Review
Insert
Gemfile (+1 −1) modified
64
# Pin stringio to the Ruby 3.3.8 default. Passenger pre-activates the default
64
# Pin stringio to the Ruby 3.3.8 default. Passenger pre-activates the default
65
# gem before Bundler runs, so a newer stringio in the lock fails app boot with
65
# gem before Bundler runs, so a newer stringio in the lock fails app boot with
66
# "You have already activated stringio 3.1.1" (Gem::LoadError).
66
# "You have already activated stringio 3.1.1" (Gem::LoadError).
67
gem "stringio", "3.1.1"
67
gem "stringio", "3.2.0"