mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Only allow patch updates
This commit is contained in:
parent
7cb48659ca
commit
b6a83c6753
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,7 +1,7 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||||
|
|
||||||
ruby "~> 3.1"
|
ruby "~> 3.1.0"
|
||||||
|
|
||||||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
||||||
gem "rails", "~> 7.0.3"
|
gem "rails", "~> 7.0.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue