ruby-changes:48801
From: hsbt <ko1@a...>
Date: Mon, 27 Nov 2017 14:38:56 +0900 (JST)
Subject: [ruby-changes:48801] hsbt:r60918 (trunk): Ignored `bundle_ruby` example with Ruby core.
hsbt 2017-11-27 14:38:48 +0900 (Mon, 27 Nov 2017) New Revision: 60918 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60918 Log: Ignored `bundle_ruby` example with Ruby core. It was ignored with Bundler-1.15.x. It's regression at r60603. Modified files: trunk/spec/bundler/other/bundle_ruby_spec.rb Index: spec/bundler/other/bundle_ruby_spec.rb =================================================================== --- spec/bundler/other/bundle_ruby_spec.rb (revision 60917) +++ spec/bundler/other/bundle_ruby_spec.rb (revision 60918) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/spec/bundler/other/bundle_ruby_spec.rb#L1 # frozen_string_literal: true -RSpec.describe "bundle_ruby", :bundler => "< 2" do +RSpec.describe "bundle_ruby", :ruby_repo, :bundler => "< 2" do context "without patchlevel" do it "returns the ruby version" do gemfile <<-G -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/