diff --git a/Gemfile b/Gemfile index 7217dc0c..afc0a354 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '>= 3.0.0' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 7.2' +gem 'rails', '~> 7.2', '>= 7.2.2.1' # Use Puma as the app server gem 'puma', '~> 6.4'