Keep .ruby-version but dedup Gemfile
Some checks failed
Ruby CI / test (pull_request) Failing after 7s

This commit is contained in:
Andrew Tomaka 2025-01-01 16:36:27 -05:00
parent 4745b60149
commit 1e671fc451
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 2 additions and 1 deletions

1
.ruby-version Normal file
View file

@ -0,0 +1 @@
3.4.1

View file

@ -1,6 +1,6 @@
source "https://rubygems.org" source "https://rubygems.org"
ruby "3.4.1" ruby file: ".ruby-version"
gem "rails", github: "rails/rails", branch: "main" gem "rails", github: "rails/rails", branch: "main"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft] # The modern asset pipeline for Rails [https://github.com/rails/propshaft]