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
For example, ruby 3.2.3 comes with date 3.3.3 and I have date 3.3.3 in my Gemfile.lock
gem info date output:
*** LOCAL GEMS ***
date (3.3.3)
Author: Tadayoshi Funaba
Homepage: https://github.com/ruby/date
Licenses: Ruby, BSD-2-Clause
Installed at (default): /usr/local/lib/ruby/gems/3.2.0
A subclass of Object includes Comparable module for handling dates.
and the problem is that /usr/local/lib/ruby/gems/3.2.0/gems/date-3.3.3/ is empty!
For example,
ruby 3.2.3
comes withdate 3.3.3
and I havedate 3.3.3
in myGemfile.lock
gem info date
output:and the problem is that
/usr/local/lib/ruby/gems/3.2.0/gems/date-3.3.3/
is empty!And as expected I get this from the
licensed
:If I run
gem install date -v 3.3.3
or change its version to any other inGemfile.lock
, thenlicensed
is happy.The text was updated successfully, but these errors were encountered: