Keep .ruby-version but dedup Gemfile
Some checks failed
Ruby CI / test (pull_request) Failing after 7s
Some checks failed
Ruby CI / test (pull_request) Failing after 7s
This commit is contained in:
parent
4745b60149
commit
1e671fc451
2 changed files with 2 additions and 1 deletions
1
.ruby-version
Normal file
1
.ruby-version
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.4.1
|
2
Gemfile
2
Gemfile
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue