Skip to content

Commit 4b4d283

Browse files
committed
Set the default Ruby release to 2.7.1
It's time to consume 2.7.1 everywhere Signed-off-by: Tim Smith <tsmith@chef.io>
1 parent 348b519 commit 4b4d283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/software/ruby.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# the default versions should always be the latest release of ruby
2626
# if you consume this definition it is your responsibility to pin
2727
# to the desired version of ruby. don't count on this not changing.
28-
default_version "2.6.6"
28+
default_version "2.7.1"
2929

3030
dependency "zlib"
3131
dependency "openssl"

0 commit comments

Comments
 (0)