Skip to content

Commit 810066c

Browse files
Bump thor from 0.20.3 to 1.4.0
Bumps [thor](https://github.com/rails/thor) from 0.20.3 to 1.4.0. - [Release notes](https://github.com/rails/thor/releases) - [Commits](rails/thor@v0.20.3...v1.4.0) --- updated-dependencies: - dependency-name: thor dependency-version: 1.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 288a96f commit 810066c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ group :tools do
2828
gem "colorize", "~> 0.0", require: false
2929
gem "git", "~> 1.3", require: false
3030
gem "git_diff_parser", "~> 2.3", require: false
31-
gem "thor", "~> 0.19", require: false
31+
gem "thor", "~> 1.4", require: false
3232
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GEM
102102
faraday (>= 0.17.3, < 3)
103103
terminal-table (4.0.0)
104104
unicode-display_width (>= 1.1.1, < 4)
105-
thor (0.20.3)
105+
thor (1.4.0)
106106
unicode-display_width (3.1.4)
107107
unicode-emoji (~> 4.0, >= 4.0.4)
108108
unicode-emoji (4.0.4)
@@ -135,7 +135,7 @@ DEPENDENCIES
135135
rubocop-performance (~> 1.22)
136136
rubocop-rake (~> 0.6)
137137
rubocop-yard (~> 0.9)
138-
thor (~> 0.19)
138+
thor (~> 1.4)
139139
webrick
140140
yard-apptweak-template!
141141
yard-junk

0 commit comments

Comments
 (0)