Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Always pass the --all flag when needed #7080

Merged
1 commit merged into from
Apr 1, 2019
Merged

Conversation

deivid-rodriguez
Copy link
Member

What was the end-user problem that led to this PR?

The problem was that some specs were still using bundle update to update all gems, which is deprecated.

What is your fix for the problem, implemented in this PR?

My fix is to update all specs to use the new preferred command, namely, bundle update --all.

@deivid-rodriguez deivid-rodriguez force-pushed the remove_bundle_update_deprecations branch from 8c5dfc4 to 0bc4970 Compare March 30, 2019 06:05
@deivid-rodriguez
Copy link
Member Author

Another standard PR removing deprecations from our specs, merging in!

@bundlerbot r+

ghost pushed a commit that referenced this pull request Apr 1, 2019
7080: Always pass the `--all` flag when needed r=deivid-rodriguez a=deivid-rodriguez

### What was the end-user problem that led to this PR?

The problem was that some specs were still using `bundle update` to update all gems, which is deprecated.

### What is your fix for the problem, implemented in this PR?

My fix is to update all specs to use the new preferred command, namely, `bundle update --all`.


Co-authored-by: David Rodríguez <[email protected]>
@ghost
Copy link

ghost commented Apr 1, 2019

Build succeeded

@ghost ghost merged commit 0bc4970 into master Apr 1, 2019
@ghost ghost deleted the remove_bundle_update_deprecations branch April 1, 2019 15:21
colby-swandale pushed a commit that referenced this pull request Apr 8, 2019
7080: Always pass the `--all` flag when needed r=deivid-rodriguez a=deivid-rodriguez

The problem was that some specs were still using `bundle update` to update all gems, which is deprecated.

My fix is to update all specs to use the new preferred command, namely, `bundle update --all`.

Co-authored-by: David Rodríguez <[email protected]>
(cherry picked from commit 63cc70a)
(cherry picked from commit e423c83f1f6bccbfc992bca7aef2ad31d6449d75)
colby-swandale added a commit that referenced this pull request Jun 13, 2019
* 2-0-stable: (89 commits)
  fix changelog 2.0.2 typos
  add v2.0.2 changelog
  bump version to 2.0.2
  Merge #7199
  fix bug where bundler v3 is running a test for bundflet 2
  Merge #6798
  add bors configuation
  port GemHelper from master
  Merge #7080
  Merge #7089
  Merge #7068
  Merge #7036
  Merge #7067
  change Bundler 3 specs in travis to use RubyGems 3.0.3
  bump RubyGems v3 to the latest version on Travis
  Merge #6963
  Merge #7078
  Merge pull request #7061 from bundler/fix_circular_requires
  Merge #6864
  remove linting step in travis (it will still run in each build)
  ...
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant