Skip to content

Commit

Permalink
Set required Ruby version to to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 1, 2025
1 parent 69eb4c5 commit 33ee611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dry-initializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.metadata["source_code_uri"] = "https://github.com/dry-rb/dry-initializer"
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-initializer/issues"

spec.required_ruby_version = ">= 3.0.0"
spec.required_ruby_version = ">= 3.1.0"

# to update dependencies edit project.yml

Expand Down

0 comments on commit 33ee611

Please sign in to comment.