Skip to content

Bump activesupport from 6.1.7.4 to 6.1.7.6 in /packages/camel_trail #1228

Bump activesupport from 6.1.7.4 to 6.1.7.6 in /packages/camel_trail

Bump activesupport from 6.1.7.4 to 6.1.7.6 in /packages/camel_trail #1228

Workflow file for this run

name: consent
on:
push:
jobs:
ruby:
uses: powerhome/github-actions-workflows/.github/workflows/ruby-gem.yml@main
with:
package: ${{ github.workflow }}
workdir: "packages/${{ github.workflow }}"
gemfiles: "['gemfiles/rails_6_0.gemfile','gemfiles/rails_6_1.gemfile','gemfiles/rails_7_0.gemfile']"
exclude: |-
[
{ 'ruby': '3.2', 'gemfile': 'gemfiles/rails_6_0.gemfile'},
{ 'ruby': '3.2', 'gemfile': 'gemfiles/rails_6_1.gemfile'},
]
secrets: inherit