I hereby claim:
- I am jeroenknoops on github.
- I am jeroenknoops (https://keybase.io/jeroenknoops) on keybase.
- I have a public key ASDp_Tf1Oy4BFCaWSciv5FNpbOeHjOmYmQBpEyGH75TZ5Qo
To claim this, I am signing this object:
$ find . -name "*.y*" -path "./.github/workflows/*" -exec ratchet pin {} \; | |
$ git diff -U0 -w --no-color --ignore-blank-lines | git apply --cached --ignore-whitespace --unidiff-zero - | |
$ git commit -sm "Pin GH actions | |
Dependabot is also capable of pinning to future tag releases | |
and will maintain the comment that describes the shasum. | |
https://github.com/dependabot/dependabot-core/issues/4691" |
This is a test. |
I hereby claim:
To claim this, I am signing this object:
RubyParser.new.parse ('"#{_("test3")}"') | |
=> s(:dstr, "", s(:evstr, s(:call, nil, :_, s(:arglist, s(:str, "test3"))))) # 2.3.1 | |
=> s(:dstr, "", s(:evstr, s(:call, nil, :_, s(:str, "test3")))) # 3.1.1 | |
RubyParser.new.parse ('_("test")') | |
=> s(:call, nil, :_, s(:arglist, s(:str, "test"))) # 2.3.1 | |
=> s(:call, nil, :_, s(:str, "test")) # 3.1.1 |