Upgrade to ruby 2.5.8

This commit is contained in:
Luis Ramos
2021-03-27 19:16:32 +00:00
parent 718a3be9f4
commit e450fe95a1
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
2.4.4
2.5.8

View File

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

View File

@@ -709,7 +709,7 @@ DEPENDENCIES
wkhtmltopdf-binary (= 0.12.5)
RUBY VERSION
ruby 2.4.4p296
ruby 2.5.8p224
BUNDLED WITH
1.17.3