1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-21 06:09:38 +02:00

Revert back to explicit Ruby version in Gemfile (#285)

This commit is contained in:
Rob Zolkos 2024-02-03 16:01:50 -05:00 committed by GitHub
parent 1ab40350ae
commit dc8751e985
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
source "https://rubygems.org" source "https://rubygems.org"
ruby file: ".ruby-version" ruby "3.3.0"
# Rails # Rails
gem "rails", github: "rails/rails", branch: "main" gem "rails", github: "rails/rails", branch: "main"