Only allow patch updates

This commit is contained in:
Josh Abernathy 2022-11-30 15:41:34 +00:00 committed by GitHub
parent 7cb48659ca
commit b6a83c6753
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"