diff --git a/spec/bundler/commands/info_spec.rb b/spec/bundler/commands/info_spec.rb index 0fba6199879078..a5a09bc1474047 100644 --- a/spec/bundler/commands/info_spec.rb +++ b/spec/bundler/commands/info_spec.rb @@ -208,7 +208,6 @@ context "with a valid regexp for gem name" do it "presents alternatives", :readline do - skip "fails on ruby/ruby CI" # https://github.com/rubygems/rubygems/issues/7713 install_gemfile <<-G source "#{file_uri_for(gem_repo1)}" gem "rack" diff --git a/spec/bundler/commands/show_spec.rb b/spec/bundler/commands/show_spec.rb index 0628358f95ba80..2b6d4d2d00237b 100644 --- a/spec/bundler/commands/show_spec.rb +++ b/spec/bundler/commands/show_spec.rb @@ -166,7 +166,6 @@ context "with a valid regexp for gem name" do it "presents alternatives", :readline do - skip "fails on ruby/ruby CI" # https://github.com/rubygems/rubygems/issues/7713 install_gemfile <<-G source "#{file_uri_for(gem_repo1)}" gem "rack"