upgrade to ruby 3.0.2

This commit is contained in:
2021-08-09 21:19:14 +02:00
parent 71ed9ff7c0
commit a297b54476
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.0.1'
ruby '3.0.2'
# Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity.
# It encourages beautiful code by favoring convention over configuration.