-
Notifications
You must be signed in to change notification settings - Fork 5
thor: require 1.4 or newer #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
sighs like an old man
It's probably fine to merge this, but maybe we wait a week until we agreed on voxpupuli/community-triage#60. that will switch to openvox 8 only which is ruby 3.2 for AIO and 3.1 for the server |
ext/project_data.yaml
Outdated
gem_runtime_dependencies: | ||
hocon: ~> 1.3 | ||
thor: ['>= 1.0.1', '< 1.3'] | ||
thor: '~>= 1.4' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is this file even used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that now looks like a syntax error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bastelfreak not sure, what part looks like a syntax error? Tests are passing at least (Windows failure looks unrelated).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be ~> 1.4
or ['>= 1.4', '< 2']
, but ~>=
doesn't seem right?
@nmburgan do you know if this is some kind of config file for vanagon / if the file is still used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh oops, changed it to ~> 1.4
so it's consistent with the line above it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's used by the packaging
gem.
https://github.com/puppetlabs/packaging/blob/15da180e9574e4582c096b0537334627d3f0f814/lib/packaging/config.rb#L255-L256
https://github.com/puppetlabs/packaging/blob/main/README.md?plain=1
If we're not using that, we can drop both the files from all our repos I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW, there is no security issue. The advisory was withdrawn. See GHSA-mqcp-p2hv-vw6x
b8c4254
to
bac435f
Compare
Thor 1.4.0 resolves a security issue: rails/thor#897 Related: voxpupuli/modulesync#309
Thor 1.4.0 resolves a security issue: rails/thor#897
Related: voxpupuli/modulesync#309