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 1731efc commit b13c3fcCopy full SHA for b13c3fc
modulesync.gemspec
@@ -28,7 +28,5 @@ Gem::Specification.new do |spec|
28
spec.add_dependency 'gitlab', '>=4', '<6'
29
spec.add_dependency 'octokit', '>=4', '<10'
30
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'
+ spec.add_dependency 'thor', '~> 1.4'
34
end
0 commit comments