diff options
author | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2019-01-24 10:35:13 +0900 |
---|---|---|
committer | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2019-01-24 10:35:13 +0900 |
commit | 9eeeca2085512940646f7e28ee182058ef3d2c89 (patch) | |
tree | bc4d9d7a541ed2fad7b39d0971facee6a99eca0f /spec/commands/lock_spec.rb | |
parent | a64fc60a211d59fbbf44c16a561a9d003c4ea9a1 (diff) | |
download | bundler-9eeeca2085512940646f7e28ee182058ef3d2c89.tar.gz |
Update the additional versions of rake in rspec examples.update-default-version-of-template
Diffstat (limited to 'spec/commands/lock_spec.rb')
-rw-r--r-- | spec/commands/lock_spec.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/commands/lock_spec.rb b/spec/commands/lock_spec.rb index d99ddaf294..38dfc563fc 100644 --- a/spec/commands/lock_spec.rb +++ b/spec/commands/lock_spec.rb @@ -38,8 +38,8 @@ RSpec.describe "bundle lock" do actionpack (= 2.3.2) activerecord (= 2.3.2) activeresource (= 2.3.2) - rake (= 10.0.2) - rake (10.0.2) + rake (= 12.3.2) + rake (12.3.2) with_license (1.0) PLATFORMS @@ -133,7 +133,7 @@ RSpec.describe "bundle lock" do end it "update specific gems using --update" do - lockfile @lockfile.gsub("2.3.2", "2.3.1").gsub("10.0.2", "10.0.1") + lockfile @lockfile.gsub("2.3.2", "2.3.1").gsub("12.3.2", "10.0.1") bundle "lock --update rails rake" |