From b6a83c6753a167740164113fafb4bcb6b16aedf5 Mon Sep 17 00:00:00 2001 From: Josh Abernathy Date: Wed, 30 Nov 2022 15:41:34 +0000 Subject: [PATCH] Only allow patch updates --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 56659dc..31a0dd0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" 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" gem "rails", "~> 7.0.3"