Update Ruby version to 2.7.4

This commit is contained in:
Alex Basson 2021-08-31 09:57:31 -04:00
parent f0ae6d8558
commit 1ddc80d7c0
3 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,5 @@
source 'https://rubygems.org'
ruby "2.7.4"
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")