Skip to content

Commit b6d2c8f

Browse files
author
Jolyon Pawlyn
committed
Action review comments
1 parent ba2ee99 commit b6d2c8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
matrix:
1414
include:
1515
# Recent Rubies and Rails
16+
- ruby-version: '3.0'
17+
rails-version: '7.0'
18+
- ruby-version: '2.7'
19+
rails-version: '7.0'
1620
- ruby-version: '2.6'
1721
rails-version: '6.1'
1822
- ruby-version: '2.6'

active_model_serializers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121

2222
spec.required_ruby_version = '>= 2.1'
2323

24-
rails_versions = ['>= 4.1', '< 8.0']
24+
rails_versions = ['>= 4.1', '< 7.1']
2525
spec.add_runtime_dependency 'activemodel', rails_versions
2626
# 'activesupport', rails_versions
2727
# 'builder'

0 commit comments

Comments
 (0)