ruby-changes:57782
From: Hiroshi <ko1@a...>
Date: Wed, 18 Sep 2019 19:21:40 +0900 (JST)
Subject: [ruby-changes:57782] 7d354175d7 (master): Fixed up ccbfb054b1dcd06d30924c4a83af1bac75d78c31
https://git.ruby-lang.org/ruby.git/commit/?id=7d354175d7 From 7d354175d7dcabc317030194f503d69a8a7892f5 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Wed, 18 Sep 2019 17:39:51 +0900 Subject: Fixed up ccbfb054b1dcd06d30924c4a83af1bac75d78c31 diff --git a/spec/bundler/other/major_deprecation_spec.rb b/spec/bundler/other/major_deprecation_spec.rb index 14a2e0e..74f28b9 100644 --- a/spec/bundler/other/major_deprecation_spec.rb +++ b/spec/bundler/other/major_deprecation_spec.rb @@ -108,7 +108,7 @@ RSpec.describe "major deprecations" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/other/major_deprecation_spec.rb#L108 it "should print a deprecation warning", :bundler => "2" do expect(deprecations).to include( "The `--path` flag is deprecated because it relies on being " \ - "remembered accross bundler invokations, which bundler will no " \ + "remembered across bundler invokations, which bundler will no " \ "longer do in future versions. Instead please use `bundle config set " \ "path 'vendor/bundle'`, and stop using this flag" ) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/