diff --git a/Gemfile b/Gemfile index ac557dab..46ed80be 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" ruby '3.3.0' # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" -gem "rails", "~> 7.1.4" +gem "rails", "~> 7.1.4", ">= 7.1.4.1" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "sprockets-rails"