Skip to content

Commit

Permalink
Merge pull request #32 from blocknotes/test/update-test-suite-depende…
Browse files Browse the repository at this point in the history
…ncies

test: update test suite dependencies
  • Loading branch information
blocknotes authored Oct 5, 2023
2 parents 6e441d1 + f3f0616 commit c7b760e
Show file tree
Hide file tree
Showing 15 changed files with 1,038 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 c7b760e

Please sign in to comment.