diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-12-15 08:32:54 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-12-15 10:54:09 +0900 |
commit | 2fa9f3c0322570dfb1672b49bc1f3306ef595131 () | |
tree | bdb2889c822e634f931d27f2ca81c6192e6e5b0e /spec/bundler/commands/check_spec.rb | |
parent | 7898f4243f5df9ead0bf91cc8c40907c559d18c0 (diff) |
Prepare to release rubygems-3.2.1 and bundler-2.2.1
Notes: Merged: https://.com/ruby/ruby/pull/3901
-rw-r--r-- | spec/bundler/commands/check_spec.rb | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -311,6 +311,8 @@ RSpec.describe "bundle check" do end before do install_gemfile <<-G source "#{file_uri_for(gem_repo1)}" gem "rack" @@ -336,9 +338,10 @@ RSpec.describe "bundle check" do context "is older" do it "does not change the lock" do - lockfile lock_with("1.10.1") - bundle :check, :raise_on_error => false - lockfile_should_be lock_with("1.10.1") end end end |