Skip to content

Commit 992f060

Browse files
committed
thor: require 1.4 or newer
Thor 1.4.0 resolves a security issue: rails/thor#897 Related: voxpupuli/modulesync#309
1 parent e76ec65 commit 992f060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/project_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ gem_default_executables: 'facter'
1515
gem_required_ruby_version: ['>= 2.5', '< 4.0']
1616
gem_runtime_dependencies:
1717
hocon: ~> 1.3
18-
thor: ['>= 1.0.1', '< 1.3']
18+
thor: ~> 1.4

openfact.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ Gem::Specification.new do |spec|
4949
spec.add_runtime_dependency 'base64', '>= 0.1', '< 0.4'
5050
spec.add_runtime_dependency 'hocon', '~> 1.3'
5151
spec.add_runtime_dependency 'logger', '~> 1.7'
52-
spec.add_runtime_dependency 'thor', ['>= 1.0.1', '< 2']
52+
spec.add_runtime_dependency 'thor', '~> 1.4'
5353
end

0 commit comments

Comments
 (0)