When I was using 7.0.8.6 with ruby 3.2.2, the US/Eastern
was working fine and now I am getting error when doing:
irb(main):001:0> Time.now.in_time_zone('US/Eastern')
/home/fernando/.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/activesupport-7.0.8.6/lib/active_support/core_ext/time/zones.rb:84:in `find_zone!': Invalid Timezone: US/Eastern (ArgumentError)old_raise.call(*args, **kwargs)
The error occurred when I upgraded to Rails 7.2.2.1 and ruby 3.3.6.When I reverted back to 7.0.8.6 I did bundle install --redownload
and the error still continue.
What happened here?