848 - Bump Thor dependency to fix DidYouMean deprecation warning (#849)

* 848 - Bump Thor dependency to fix DidYouMean deprecation warning

* update CHANGELOG.md
This commit is contained in:
Pete Doherty
2022-02-16 13:03:15 -05:00
committed by GitHub
parent 4e190ecf65
commit 937db0a19e
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
## Unreleased
### Third-party Dependencies
- Bump Thor version to handle DidYouMean deprecation warning
## 3.1.0
### tmux
- add tmux 3.2a to Travis test matrix; add 3.2a to supported tmux versions list

View File

@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.6.7"
s.add_dependency "erubis", "~> 2.6"
s.add_dependency "thor", "~> 1.0"
s.add_dependency "thor", "~> 1.2.1"
s.add_dependency "xdg", "~> 2.2", ">= 2.2.5"
s.add_development_dependency "activesupport", "< 5.0.0" # Please see issue #432