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 782fe95 commit 439e925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_record_tweaks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "gem-release", ">= 0.7"
s.add_development_dependency "timecop", ">= 0.7.1"

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 439e925

Please sign in to comment.