Tonči Damjanić
Tonči Damjanić
Hm, that seems unlikely. The Erubis gem hasn't been updated since 2011 as well.
I don't think that Excel supports column auto-width, thus making the formula simply a best guess.
@jaspertandy My understanding is that, on double-click, Excel does the column width calculation and saves the width (in pixels or points) in the document. I'm not aware of the "auto"...
There is a vulnerability in rubyzip < 1.3: https://github.com/rubyzip/rubyzip/pull/403
Running this in the command line solves the problem on my machine: ```bash cd /Users/mp/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/pg-1.2.3/lib install_name_tool -change libpq.5.dylib /Library/PostgreSQL/12/lib/libpq.5.12.dylib pg_ext.bundle ``` Essentially, changes the expected/default dynamic library path in the...
Seems like #90 caused this discrepancy.
Ah, missed this detail. 🤦♂️ Thanks!
Yes, the fix should be simple and something like: ```ruby module Authlogic ... if defined?(::Minitest) ::Minitest::Unit::TestCase.send(:include, TestCase) if defined?(::Minitest::Unit::TestCase) ::Minitest::Test.send(:include, TestCase) if defined?(::Minitest::Test) elsif defined?(::MiniTest) # for Minitest < 5.19.0...
@semmons99 @nicholalexander please see above... ☝️
@bantonj Any new findings that you might share? @CamJN We are also getting the same error in cases when the application is under heavier load and then being restarted following...