Skip to content

Commit

Permalink
Bump ruby version to ruby 3
Browse files Browse the repository at this point in the history
[#2619]

Co-authored-by: Seth Boyles <sboyles@pivotal.io>
Co-authored-by: Alex Rocha <alexr1@vmware.com>
  • Loading branch information
2 people authored and moleske committed Mar 3, 2022
1 parent ec3feac commit 93a785d
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.2
3.0.3
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -639,4 +639,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 93a785d

Please sign in to comment.