1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/bundler/commands
Ellen Marie Dash 1177665e62 [rubygems/rubygems] Fix bundle remove by invalidating cached Bundle.defintion.
Prior to this commit, `bundle add GEM_NAME` updated the lockfile,
but `bundle remove GEM_NAME` left GEM_NAME in the lockfile.

By invalidating the cached `Bundle.definition`, the existing code
handles that without a problem.

https://github.com/rubygems/rubygems/commit/aa0794d6a9
2022-06-01 19:01:18 +09:00
..
add_spec.rb
binstubs_spec.rb [rubygems/rubygems] Fix a test for bin/bundle update --bundler to pass on ruby/ruby. 2022-03-23 00:01:17 +09:00
cache_spec.rb Sync latest Bundler & RubyGems 2022-02-01 08:09:23 +09:00
check_spec.rb [rubygems/rubygems] Fix corrupted lockfile when using gemspec and multiple sources 2022-02-11 18:20:20 +09:00
clean_spec.rb [rubygems/rubygems] No need to use FileUtils to create symlinks 2022-05-30 17:42:38 +09:00
config_spec.rb [rubygems/rubygems] Fix crash when commenting out a mirror in configuration 2022-05-30 17:43:12 +09:00
console_spec.rb
doctor_spec.rb [rubygems/rubygems] Use Fiddle in bundle doctor to check for dynamic library presence 2022-01-13 18:16:05 +09:00
exec_spec.rb Merge RubyGems and Bundler master 2022-02-28 11:39:20 +09:00
fund_spec.rb
help_spec.rb
info_spec.rb [rubygems/rubygems] Skip "seller shipped" notification after delivery 2022-02-01 20:07:18 +09:00
init_spec.rb
inject_spec.rb Merge RubyGems and Bundler master 2022-02-28 11:39:20 +09:00
install_spec.rb [rubygems/rubygems] Fix crash when installing gems with symlinks 2022-05-30 17:42:39 +09:00
issue_spec.rb
licenses_spec.rb
list_spec.rb
lock_spec.rb [rubygems/rubygems] Extract a next_ruby_minor helper method for specs 2022-05-11 16:55:47 +09:00
newgem_spec.rb [rubygems/rubygems] Change generated namespaced test class name in minitest 2022-01-20 01:04:53 +09:00
open_spec.rb
outdated_spec.rb [rubygems/rubygems] Make --strict flag of update and outdated commands consistent 2022-03-06 22:17:00 +09:00
post_bundle_message_spec.rb
pristine_spec.rb
remove_spec.rb [rubygems/rubygems] Fix bundle remove by invalidating cached Bundle.defintion. 2022-06-01 19:01:18 +09:00
show_spec.rb
update_spec.rb Merge 3f7d0352e8 2022-04-28 19:08:49 +09:00
version_spec.rb
viz_spec.rb