From 1e671fc4514e2cc81d40544e991a5b4b21824929 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 1 Jan 2025 16:36:27 -0500 Subject: [PATCH] Keep .ruby-version but dedup Gemfile --- .ruby-version | 1 + Gemfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..47b322c --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.4.1 diff --git a/Gemfile b/Gemfile index 0741b98..c57898b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby "3.4.1" +ruby file: ".ruby-version" gem "rails", github: "rails/rails", branch: "main" # The modern asset pipeline for Rails [https://github.com/rails/propshaft]