From 7b7caf9b556aa026c732403d7b18910ebc070123 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Mon, 15 Jul 2019 18:00:22 -0500 Subject: [bundler/bundler] dsl_spec.rb - fix for Ruby core https://github.com/bundler/bundler/commit/33892e1ed2 --- spec/bundler/bundler/dsl_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/bundler/bundler/dsl_spec.rb b/spec/bundler/bundler/dsl_spec.rb index 69e4107408..2102086794 100644 --- a/spec/bundler/bundler/dsl_spec.rb +++ b/spec/bundler/bundler/dsl_spec.rb @@ -271,7 +271,7 @@ RSpec.describe Bundler::Dsl do it "will raise a Bundler::GemfileError" do gemfile "gem 'foo', :path => /unquoted/string/syntax/error" expect { Bundler::Dsl.evaluate(bundled_app("Gemfile"), nil, true) }. - to raise_error(Bundler::GemfileError, /There was an error parsing `Gemfile`:( compile error -)? unknown regexp options - trg. Bundler cannot continue./) + to raise_error(Bundler::GemfileError, /There was an error parsing `Gemfile`:( compile error -)? unknown regexp options - trg.+ Bundler cannot continue./) end end -- cgit v1.2.3