We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2ee99 commit b6d2c8fCopy full SHA for b6d2c8f
.github/workflows/ci.yml
@@ -13,6 +13,10 @@ jobs:
13
matrix:
14
include:
15
# Recent Rubies and Rails
16
+ - ruby-version: '3.0'
17
+ rails-version: '7.0'
18
+ - ruby-version: '2.7'
19
20
- ruby-version: '2.6'
21
rails-version: '6.1'
22
active_model_serializers.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.1'
23
24
- rails_versions = ['>= 4.1', '< 8.0']
+ rails_versions = ['>= 4.1', '< 7.1']
25
spec.add_runtime_dependency 'activemodel', rails_versions
26
# 'activesupport', rails_versions
27
# 'builder'
0 commit comments