mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Update rake version in bundler tests
This commit is contained in:
parent
f2ddd923ed
commit
63617a6ce1
Notes:
git
2025-05-31 13:22:26 +00:00
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ RSpec.describe "bundle check" do
|
|||
|
||||
bundle :check, raise_on_error: false
|
||||
expect(err).to include("The following gems are missing")
|
||||
expect(err).to include(" * rake (13.2.1)")
|
||||
expect(err).to include(" * rake (13.3.0)")
|
||||
expect(err).to include(" * actionpack (2.3.2)")
|
||||
expect(err).to include(" * activerecord (2.3.2)")
|
||||
expect(err).to include(" * actionmailer (2.3.2)")
|
||||
|
@ -76,7 +76,7 @@ RSpec.describe "bundle check" do
|
|||
expect(exitstatus).to be > 0
|
||||
expect(err).to include("The following gems are missing")
|
||||
expect(err).to include(" * rails (2.3.2)")
|
||||
expect(err).to include(" * rake (13.2.1)")
|
||||
expect(err).to include(" * rake (13.3.0)")
|
||||
expect(err).to include(" * actionpack (2.3.2)")
|
||||
expect(err).to include(" * activerecord (2.3.2)")
|
||||
expect(err).to include(" * actionmailer (2.3.2)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue