Skip to content

Commit

Permalink
set ruby minimum version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Dec 23, 2024
1 parent 0aa6e33 commit a3a8978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions turbo-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/hotwired/turbo-rails"
s.license = "MIT"

s.required_ruby_version = ">= 2.6.0"
s.required_ruby_version = ">= 3.1.0"

s.add_dependency "actionpack", ">= 6.0.0"
s.add_dependency "railties", ">= 6.0.0"
s.add_dependency "actionpack", ">= 7.0.0"
s.add_dependency "railties", ">= 7.0.0"

s.files = Dir["{app,config,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

Expand Down

0 comments on commit a3a8978

Please sign in to comment.