Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
matrix:
include:
# Recent Rubies and Rails
- ruby-version: '3.2'
rails-version: '7.1'
- ruby-version: '3.1'
rails-version: '7.0'
rails-version: '7.1'
- ruby-version: '3.0'
rails-version: '7.0'
rails-version: '7.1'
- ruby-version: '2.7'
rails-version: '7.0'
rails-version: '7.1'
- ruby-version: '2.6'
rails-version: '6.1'
- ruby-version: '2.6'
Expand Down
2 changes: 1 addition & 1 deletion active_model_serializers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.1'

rails_versions = ['>= 4.1', '< 7.1']
rails_versions = ['>= 4.1', '< 7.2']
spec.add_runtime_dependency 'activemodel', rails_versions
# 'activesupport', rails_versions
# 'builder'
Expand Down