Skip to content

Commit 0a551ff

Browse files
authored
Fix changelog message (heroku#1597)
1 parent ba23d0b commit 0a551ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

changelogs/v309/default_ruby.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Default Ruby version for new apps is now 3.3.8
22

3-
The [default Ruby version for new Ruby applications is 3.3.8](https://devcenter.heroku.com/articles/ruby-support#default-ruby-version-for-new-apps). You’ll only get the default if the application does not specify a ruby version.
3+
The [default Ruby version for new Ruby applications is 3.3.8](https://devcenter.heroku.com/articles/ruby-support#default-ruby-version-for-new-apps). You’ll only get the default if the application does not specify a Ruby version.
44

5-
Heroku highly recommends specifying your desired Ruby version. You can specify a Ruby version in your `Gemfile:
5+
Heroku highly recommends specifying your desired Ruby version. You can specify a Ruby version in your `Gemfile`:
66

7-
```term
7+
```ruby
88
ruby "3.3.8"
99
```
1010

0 commit comments

Comments
 (0)