Upgrade to ruby 2.7.3

This commit is contained in:
Luis Ramos
2021-06-03 23:12:52 +01:00
parent 640aa11f3b
commit 2b187c0547
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
2.5.9
2.7.3

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
source 'https://rubygems.org'
ruby "2.5.9"
ruby "2.7.3"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }
gem 'rails', '~> 6.0.3.7'

View File

@@ -800,7 +800,7 @@ DEPENDENCIES
wkhtmltopdf-binary
RUBY VERSION
ruby 2.5.9p229
ruby 2.7.3p183
BUNDLED WITH
1.17.3