Skip to content

Commit

Permalink
Bump dependency on pry to >= 0.13.0 (#974)
Browse files Browse the repository at this point in the history
Signed-off-by: Rémy Coutable <remy@rymai.me>
  • Loading branch information
larouxn authored and rymai committed Jul 19, 2021
1 parent 4d5a233 commit c4673ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency "thor", ">= 0.18.1"
s.add_runtime_dependency "listen", ">= 2.7", "< 4.0"
s.add_runtime_dependency "pry", ">= 0.9.12"
s.add_runtime_dependency "pry", ">= 0.13.0"
s.add_runtime_dependency "lumberjack", ">= 1.0.12", "< 2.0"
s.add_runtime_dependency "formatador", ">= 0.2.4"
s.add_runtime_dependency "nenv", "~> 0.1"
Expand Down

0 comments on commit c4673ff

Please sign in to comment.