Skip to content

Commit e0ef3c0

Browse files
Bump thor from 1.3.2 to 1.4.0
Bumps [thor](https://github.com/rails/thor) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/rails/thor/releases) - [Commits](rails/thor@v1.3.2...v1.4.0) --- updated-dependencies: - dependency-name: thor dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71a39ab commit e0ef3c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "rubocop-performance", "~> 1.23"
1313
gem "rubocop-rake", "~> 0.6.0"
1414
gem "simplecov", "~> 0.22.0"
1515
gem "test-unit", "~> 3.7"
16-
gem "thor", "~> 1.3"
16+
gem "thor", "~> 1.4"
1717
gem "timecop", "~> 0.9.10"
1818
gem "vcr", "~> 6.3"
1919
gem "webmock", "~> 3.25"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ GEM
8484
simplecov_json_formatter (0.1.4)
8585
test-unit (3.7.0)
8686
power_assert
87-
thor (1.3.2)
87+
thor (1.4.0)
8888
timecop (0.9.10)
8989
unicode-display_width (2.6.0)
9090
uri (1.0.3)
@@ -115,7 +115,7 @@ DEPENDENCIES
115115
sigstore-cli!
116116
simplecov (~> 0.22.0)
117117
test-unit (~> 3.7)
118-
thor (~> 1.3)
118+
thor (~> 1.4)
119119
timecop (~> 0.9.10)
120120
vcr (~> 6.3)
121121
webmock (~> 3.25)
@@ -161,7 +161,7 @@ CHECKSUMS
161161
simplecov-html (0.12.3) sha256=4b1aad33259ffba8b29c6876c12db70e5750cb9df829486e4c6e5da4fa0aa07b
162162
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
163163
test-unit (3.7.0) sha256=2b5745498c848768e1774acb63e3806d3bb47e2943bd91cc9bf559b4c6d4faa1
164-
thor (1.3.2) sha256=eef0293b9e24158ccad7ab383ae83534b7ad4ed99c09f96f1a6b036550abbeda
164+
thor (1.4.0) sha256=8763e822ccb0f1d7bee88cde131b19a65606657b847cc7b7b4b82e772bcd8a3d
165165
timecop (0.9.10) sha256=12ba45ce57cdcf6b1043cb6cdffa6381fd89ce10d369c28a7f6f04dc1b0cd8eb
166166
unicode-display_width (2.6.0) sha256=12279874bba6d5e4d2728cef814b19197dbb10d7a7837a869bab65da943b7f5a
167167
uri (1.0.3) sha256=e9f2244608eea2f7bc357d954c65c910ce0399ca5e18a7a29207ac22d8767011

0 commit comments

Comments
 (0)