diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 02bfadcf..103e8583 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,11 +15,13 @@ jobs: - '2.7' - '3.0' - '3.1' + - '3.2' rails-version: # rails 6.1 supports ruby >= 2.5 # rails 7.0 supports ruby >= 2.7 - '6.1' - '7.0' + - '7.1' include: # rails 6.0 (security EOL 6/23?) supports ruby < 2.8 (2.7 EOL 3/23?;) - ruby-version: '2.6' diff --git a/inventory_refresh.gemspec b/inventory_refresh.gemspec index 6074e852..97da3044 100644 --- a/inventory_refresh.gemspec +++ b/inventory_refresh.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.metadata['rubygems_mfa_required'] = 'true' - spec.add_dependency "activerecord", ">=5.0", "<7.1" + spec.add_dependency "activerecord", ">=5.0", "<7.2" spec.add_dependency "more_core_extensions", ">=3.5", "< 5" spec.add_dependency "pg", "> 0"