Skip to content

Commit

Permalink
test: update test suite dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Oct 5, 2023
1 parent 6e441d1 commit 4721dba
Show file tree
Hide file tree
Showing 11 changed files with 1,018 additions and 860 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/specs_rails6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
ruby: ['2.6', '2.7']
ruby: ['2.7']
gemfile: ['rails60_activeadmin22', 'rails60_activeadmin']

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs_rails6.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
ruby: ['2.6', '2.7', '3.0']
ruby: ['2.7', '3.0']
gemfile: ['rails61_activeadmin29', 'rails61_activeadmin']

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs_rails7.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
ruby: ['2.7', '3.0']
ruby: ['2.7', '3.0', '3.1', '3.2']
gemfile: ['rails70_activeadmin']

env:
Expand Down
2 changes: 1 addition & 1 deletion activeadmin_blaze_theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/blocknotes/activeadmin_blaze_theme'
spec.license = 'MIT'

spec.required_ruby_version = '>= 2.6.0'
spec.required_ruby_version = '>= 2.7.0'

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = spec.homepage
Expand Down
Loading

0 comments on commit 4721dba

Please sign in to comment.