Skip to content

Commit

Permalink
Revert "Merge pull request cloudfoundry#2703 from cloudfoundry/bump-r…
Browse files Browse the repository at this point in the history
…uby"

Reverting for now. Breaking pipelines

This reverts commit b62ade4, reversing
changes made to 3505845.
  • Loading branch information
xandroc authored and MerricdeLauney committed May 9, 2022
1 parent b62ade4 commit 4971a57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
3.0.3
2.7.5
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -636,4 +636,4 @@ DEPENDENCIES
yajl-ruby

BUNDLED WITH
2.2.32
2.1.4
2 changes: 1 addition & 1 deletion spec/unit/models/runtime/stack_spec.rb
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 4971a57

Please sign in to comment.