We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed268f commit 962d04cCopy full SHA for 962d04c
github_hooks/Gemfile
@@ -26,6 +26,7 @@ gem "retryable"
26
gem "sidekiq", "< 8"
27
gem "sidekiq-scheduler"
28
gem "puma"
29
+gem "thor", ">= 1.4.0"
30
gem "xmlrpc" # Prior to ruby 2.4 this was bundled with ruby. Required by active-support.
31
gem "jwt"
32
github_hooks/Gemfile.lock
@@ -413,7 +413,7 @@ GEM
413
daemons (~> 1.0, >= 1.0.9)
414
eventmachine (~> 1.0, >= 1.0.4)
415
rack (>= 1, < 3)
416
- thor (1.3.2)
+ thor (1.4.0)
417
tilt (2.4.0)
418
timecop (0.9.10)
419
timeout (0.4.3)
@@ -501,6 +501,7 @@ DEPENDENCIES
501
sprockets (< 4)
502
sprockets-rails
503
thin
504
+ thor (>= 1.4.0)
505
timecop
506
vcr
507
webmock
0 commit comments