Skip to content

Commit

Permalink
Added recovery instructions for RubyGems
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 12, 2023
1 parent da8a2d2 commit 7ab063a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/bundled_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ def self.build_message(gem)
end
msg += " Also contact author of #{caller_gem} to add #{name} into its gemspec."
end
else
msg += " Install #{gem} from RubyGems."
end

msg
Expand Down

0 comments on commit 7ab063a

Please sign in to comment.