Skip to content

Commit 962d04c

Browse files
committed
fix(github_hooks): update thor to 1.4.0
1 parent bed268f commit 962d04c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

github_hooks/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ gem "retryable"
2626
gem "sidekiq", "< 8"
2727
gem "sidekiq-scheduler"
2828
gem "puma"
29+
gem "thor", ">= 1.4.0"
2930
gem "xmlrpc" # Prior to ruby 2.4 this was bundled with ruby. Required by active-support.
3031
gem "jwt"
3132

github_hooks/Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ GEM
413413
daemons (~> 1.0, >= 1.0.9)
414414
eventmachine (~> 1.0, >= 1.0.4)
415415
rack (>= 1, < 3)
416-
thor (1.3.2)
416+
thor (1.4.0)
417417
tilt (2.4.0)
418418
timecop (0.9.10)
419419
timeout (0.4.3)
@@ -501,6 +501,7 @@ DEPENDENCIES
501501
sprockets (< 4)
502502
sprockets-rails
503503
thin
504+
thor (>= 1.4.0)
504505
timecop
505506
vcr
506507
webmock

0 commit comments

Comments
 (0)