File tree Expand file tree Collapse file tree 5 files changed +8
-48
lines changed
Expand file tree Collapse file tree 5 files changed +8
-48
lines changed Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818
1919 - name : Set up Ruby
2020 uses : ruby/setup-ruby@v1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313
1414 strategy :
1515 matrix :
16- ruby : ['2.7', ' 3.0']
16+ ruby : ['3.0']
1717 gemfile : ['rails61_activeadmin29', 'rails61_activeadmin']
1818
1919 env :
2020 BUNDLE_GEMFILE : ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v4
2525
2626 - name : Set up Ruby
2727 uses : ruby/setup-ruby@v1
3333 run : bundle exec rspec --profile
3434
3535 - name : On failure, archive screenshots as artifacts
36- uses : actions/upload-artifact@v2
36+ uses : actions/upload-artifact@v4
3737 if : failure()
3838 with :
3939 name : test-failed-screenshots
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313
1414 strategy :
1515 matrix :
16- ruby : ['3.0', '3.1', '3. 2']
16+ ruby : ['3.0', '3.2']
1717 gemfile : ['rails70_activeadmin']
1818
1919 env :
2020 BUNDLE_GEMFILE : ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v4
2525
2626 - name : Set up Ruby
2727 uses : ruby/setup-ruby@v1
3333 run : bundle exec rspec --profile
3434
3535 - name : On failure, archive screenshots as artifacts
36- uses : actions/upload-artifact@v2
36+ uses : actions/upload-artifact@v4
3737 if : failure()
3838 with :
3939 name : test-failed-screenshots
Original file line number Diff line number Diff line change 11# ActiveAdmin Dynamic Fields
2- [ ![ gem version] ( https://badge.fury.io/rb/activeadmin_dynamic_fields.svg )] ( https://badge.fury.io/rb/activeadmin_dynamic_fields ) [ ![ gem downloads] ( https://badgen.net/rubygems/dt/activeadmin_dynamic_fields )] ( https://rubygems.org/gems/activeadmin_dynamic_fields ) [ ![ linters] ( https://github.com/blocknotes/activeadmin_dynamic_fields/actions/workflows/linters.yml/badge.svg )] ( https://github.com/blocknotes/activeadmin_dynamic_fields/actions/workflows/linters.yml ) [ ![ specs] ( https://github.com/blocknotes/activeadmin_dynamic_fields/actions/workflows/specs .yml/badge.svg )] ( https://github.com/blocknotes/activeadmin_dynamic_fields/actions/workflows/specs .yml )
2+ [ ![ gem version] ( https://badge.fury.io/rb/activeadmin_dynamic_fields.svg )] ( https://badge.fury.io/rb/activeadmin_dynamic_fields ) [ ![ gem downloads] ( https://badgen.net/rubygems/dt/activeadmin_dynamic_fields )] ( https://rubygems.org/gems/activeadmin_dynamic_fields ) [ ![ linters] ( https://github.com/blocknotes/activeadmin_dynamic_fields/actions/workflows/linters.yml/badge.svg )] ( https://github.com/blocknotes/activeadmin_dynamic_fields/actions/workflows/linters.yml ) [ ![ specs] ( https://github.com/blocknotes/activeadmin_dynamic_fields/actions/workflows/specs_rails70 .yml/badge.svg )] ( https://github.com/blocknotes/activeadmin_dynamic_fields/actions/workflows/specs_rails70 .yml )
33
44An Active Admin plugin to add dynamic behaviors to some fields.
55
You can’t perform that action at this time.
0 commit comments