mirror of
https://github.com/tmuxinator/tmuxinator.git
synced 2026-04-29 02:39:13 -05:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user