Bump Ruby from 3.0.3 to 3.1.4

Major 3.1 highlights:

* https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/
This commit is contained in:
Maikel Linke
2023-05-24 16:52:34 +10:00
parent 32d425dd58
commit b4deb21872
2 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
3.0.3
3.1.4

View File

@@ -1,9 +1,10 @@
# frozen_string_literal: true
source 'https://rubygems.org'
ruby "3.0.3"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }
ruby File.read('.ruby-version').chomp
gem 'dotenv-rails', require: 'dotenv/rails-now' # Load ENV vars before other gems
gem 'rails'