You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Ruby v3.3.7](/articles/ruby-support#ruby-versions) is now available on Heroku. To run your app using this version of Ruby, add the following `ruby` directive to your Gemfile:
4
+
5
+
```ruby
6
+
ruby "3.3.7"
7
+
```
8
+
9
+
For more information on [Ruby 3.3.7, you can view the release announcement](https://www.ruby-lang.org/en/news/).
0 commit comments