Skip to content

Commit

Permalink
Set Ruby 2.7.3 as the min version (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft authored Oct 18, 2023
1 parent da9c16a commit eb2f5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo_boost-commands.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb2f5cd

Please sign in to comment.