summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/open_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-12-13 21:23:07 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-14 20:22:48 +0800
commitb300f5a0e1b75dfd27d58890521a1085d44284b3 (patch)
tree237a2025d81fb8672dccaebeebeade7a350f1422 /spec/bundler/commands/open_spec.rb
parenta10c11a66bae7ec4bfb56d0ccfe74a0c6681fc77 (diff)
[rubygems/rubygems] Revert "Improve default gem handling"
This reverts commit https://github.com/rubygems/rubygems/commit/091b4fcf2b99. https://github.com/rubygems/rubygems/commit/dcade3235f
Diffstat (limited to 'spec/bundler/commands/open_spec.rb')
-rw-r--r--spec/bundler/commands/open_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/bundler/commands/open_spec.rb b/spec/bundler/commands/open_spec.rb
index 5348580448..97374f30c3 100644
--- a/spec/bundler/commands/open_spec.rb
+++ b/spec/bundler/commands/open_spec.rb
@@ -164,6 +164,7 @@ RSpec.describe "bundle open" do
install_gemfile <<-G
source "#{file_uri_for(gem_repo1)}"
+ gem "json"
G
end