You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ ~ [jruby-9.2.0.0] ruby -v
jruby 9.2.0.0 (2.5.0) 2018-05-24 81156a8 Java HotSpot(TM) 64-Bit Server VM 25.74-b02 on 1.8.0_74-b02 [darwin-x86_64]
➜ ~ [jruby-9.2.0.0] ruby repro.rb
ArgumentError: invalid date
initialize at org/jruby/ext/date/RubyDate.java:234
initialize at org/jruby/ext/date/RubyDate.java:221
marshal_load at org/jruby/ext/date/RubyDate.java:1377
load at org/jruby/RubyMarshal.java:139
load at /SAPDevelop/.rbenv/versions/jruby-9.2.0.0/lib/ruby/gems/shared/gems/activesupport-5.1.4/lib/active_support/core_ext/marshal.rb:4
<main> at repo.rb:11
The text was updated successfully, but these errors were encountered:
creddy
changed the title
Invalid Date exception when marshaling a Date
Invalid Date exception when marshaling a Date - 9.2.0.0
May 24, 2018
Environment
JRuby verison and uname
jruby 9.2.0.0 (2.5.0) 2018-05-24 81156a8 Java HotSpot(TM) 64-Bit Server VM 25.74-b02 on 1.8.0_74-b02 [darwin-x86_64]
Darwin 17.5.0 Darwin Kernel Version 17.5.0: Fri Apr 13 19:32:32 PDT 2018; root:xnu-4570.51.2~1/RELEASE_X86_64 x86_64
Gems
active_support
version 5.1.4Expected Behavior
repro.rb
JRuby 9.1.17.0
Ruby 2.5.1
Actual Behavior
The text was updated successfully, but these errors were encountered: