Skip to content

Commit

Permalink
Merge pull request cloudfoundry#2703 from cloudfoundry/bump-ruby
Browse files Browse the repository at this point in the history
Bump ruby version to ruby 3
  • Loading branch information
philippthun committed May 6, 2022
2 parents 3505845 + 2f87230 commit b62ade4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.5
3.0.3
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -636,4 +636,4 @@ DEPENDENCIES
yajl-ruby

BUNDLED WITH
2.1.4
2.2.32
2 changes: 1 addition & 1 deletion spec/unit/models/runtime/stack_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module VCAP::CloudController
mock_logger = double
allow(Steno).to receive(:logger).and_return(mock_logger)

expect(mock_logger).to receive(:warn).with('stack.populate.collision', 'name' => 'cider', 'description' => 'cider-description')
expect(mock_logger).to receive(:warn).with('stack.populate.collision', { 'name' => 'cider', 'description' => 'cider-description' })

Stack.populate
end
Expand Down

0 comments on commit b62ade4

Please sign in to comment.