David Rodríguez 133fec4ce9 [rubygems/rubygems] Fix another strange error when running bundle add in frozen mode
If there's a lockfile, but it's out of sync with the Gemfile because a
dependency has been deleted, and frozen mode is set, Bundler will print
the following strange error:

```
$ bundle add rake
, but the lockfile can't be updated because frozen mode is set

You have deleted from the Gemfile:
* rake (~> 13.2)

Run `bundle install` elsewhere and add the updated Gemfile to version control.
```

This commit changes the error to:

```
Some dependencies were deleted from your gemfile, but the lockfile can't be updated because frozen mode is set

You have deleted from the Gemfile:
* rake (~> 13.2)

Run `bundle install` elsewhere and add the updated Gemfile to version control.
```

https://github.com/rubygems/rubygems/commit/452da4048d
2024-07-10 08:04:07 +00:00
..
2024-07-06 17:55:00 +00:00
2024-03-28 11:44:45 +09:00
2024-04-15 05:06:46 +00:00
2024-05-24 17:19:38 +00:00
2024-03-19 02:16:51 +00:00
2024-06-02 01:12:26 +09:00
2024-03-28 11:44:45 +09:00