From 578688681c5a4761cc65915befb896149a4c401a Mon Sep 17 00:00:00 2001 From: "Nate Hopkins (hopsoft)" Date: Tue, 17 Oct 2023 22:01:52 -0600 Subject: [PATCH] Set Ruby 2.7.3 as the min version --- turbo_boost-commands.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo_boost-commands.gemspec b/turbo_boost-commands.gemspec index d545de91..b87038d9 100644 --- a/turbo_boost-commands.gemspec +++ b/turbo_boost-commands.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |s| s.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "README.md"] - s.required_ruby_version = ">= 2.7" + s.required_ruby_version = ">= 2.7.3" s.add_dependency "rails", ">= 6.1" s.add_dependency "turbo-rails", ">= 1.1" s.add_dependency "turbo_boost-streams", ">= 0.0.8"