Skip to content

Commit 63617a6

Browse files
committed
Update rake version in bundler tests
1 parent f2ddd92 commit 63617a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/bundler/commands/check_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
bundle :check, raise_on_error: false
5959
expect(err).to include("The following gems are missing")
60-
expect(err).to include(" * rake (13.2.1)")
60+
expect(err).to include(" * rake (13.3.0)")
6161
expect(err).to include(" * actionpack (2.3.2)")
6262
expect(err).to include(" * activerecord (2.3.2)")
6363
expect(err).to include(" * actionmailer (2.3.2)")
@@ -76,7 +76,7 @@
7676
expect(exitstatus).to be > 0
7777
expect(err).to include("The following gems are missing")
7878
expect(err).to include(" * rails (2.3.2)")
79-
expect(err).to include(" * rake (13.2.1)")
79+
expect(err).to include(" * rake (13.3.0)")
8080
expect(err).to include(" * actionpack (2.3.2)")
8181
expect(err).to include(" * activerecord (2.3.2)")
8282
expect(err).to include(" * actionmailer (2.3.2)")

0 commit comments

Comments
 (0)