Skip to content

add railsexpress patches for 3.0.7, 3.1.5, 3.2.4 and 3.3.1 (#5465) #544

add railsexpress patches for 3.0.7, 3.1.5, 3.2.4 and 3.3.1 (#5465)

add railsexpress patches for 3.0.7, 3.1.5, 3.2.4 and 3.3.1 (#5465) #544

Workflow file for this run

name: GPG
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
signature-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y gawk libgmp-dev dirmngr gnupg2
- run: curl -sSL https://rvm.io/mpapis.asc | gpg --import -
- run: curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
- run: gpg2 --verify binscripts/rvm-installer.asc binscripts/rvm-installer