Skip to content

Commit

Permalink
* Update required ruby version to be 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Dec 18, 2024
1 parent bd34fe4 commit 65b5407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action_controller_tweaks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Gem::Specification.new do |s|
# This is for rails < 4.1 on MRI 2.2 (and other later version I suppose)
s.add_development_dependency "test-unit", ">= 3.0.0"

s.required_ruby_version = ">= 2.7.0"
s.required_ruby_version = ">= 3.0.0"

s.required_rubygems_version = ">= 1.4.0"
end

0 comments on commit 65b5407

Please sign in to comment.