Skip to content

Commit

Permalink
💚 Fixed Thor gem version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Nov 28, 2024
1 parent 4b0fdb5 commit 5be498d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceedling.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Ceedling projects are created with a YAML configuration file. A variety of conve

s.required_ruby_version = ">= 3.0.0"

s.add_dependency "thor", ">= 0.14"
s.add_dependency "thor", "~> 1.3"
s.add_dependency "rake", ">= 12", "< 14"
s.add_dependency "deep_merge", "~> 1.2"
s.add_dependency "constructor", "~> 2"
Expand Down

0 comments on commit 5be498d

Please sign in to comment.