Skip to content

Update Gemfile.lock to support ruby 2.7 #51

Update Gemfile.lock to support ruby 2.7

Update Gemfile.lock to support ruby 2.7 #51

Workflow file for this run

name: CodeMetrics report sending
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
report_sending:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Codemetrics sending report
env:
CODEMETRICS_TOKEN: ${{ secrets.CODEMETRICS_TOKEN }}
uses: Rukomoynikov/codemetrics-gh-action@main