Skip to content

Commit b13c3fc

Browse files
committed
thor: allow 1.4
Allowing 1.4 resolves a security issue in Thor: * https://github.com/voxpupuli/modulesync/security/dependabot/1 * rails/thor#897 We shouldn't need to support ancient Perforce facter anymore.
1 parent 1731efc commit b13c3fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modulesync.gemspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,5 @@ Gem::Specification.new do |spec|
2828
spec.add_dependency 'gitlab', '>=4', '<6'
2929
spec.add_dependency 'octokit', '>=4', '<10'
3030
spec.add_dependency 'puppet-blacksmith', '>= 3.0', '< 9'
31-
# 1.3.1 has a bug that was fixed in 1.3.2 https://github.com/rails/thor/pull/878
32-
# Allow 1.2 and newer, because Perforce facter 4.10.0 only allows < 1.3....
33-
spec.add_dependency 'thor', '~> 1.2', '!= 1.3.1'
31+
spec.add_dependency 'thor', '~> 1.4'
3432
end

0 commit comments

Comments
 (0)