Refactored Gemfile to use ruby file syntax

Necessary to leverage syntax first provided in Bundler 2.4.19 and reduce the need for a custom implementation.

Milestone: patch
This commit is contained in:
Brooke Kuhlmann
2023-10-09 17:34:35 -06:00
parent c17a132408
commit b0b4d51e2c

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
ruby File.read(".ruby-version").strip
ruby file: ".ruby-version"
source "https://rubygems.org"