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
Copy file name to clipboardExpand all lines: lib/rbs/collection/config/lockfile_generator.rb
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,13 @@ def generate
161
161
returniflockfile.gems.key?(name)
162
162
163
163
casename
164
+
when'bigdecimal-math'
165
+
# The `bigdecimal-math` is never released as a gem.
166
+
# Therefore, `assign_gem` should not be called.
167
+
RBS.logger.info{
168
+
"`#{name}` is included in the RBS dependencies of `#{from_gem}`, but the type definition as a stdlib in rbs-gem is deprecated. Delete `#{name}` from the RBS dependencies of `#{from_gem}`."
0 commit comments