Skip to content

Commit b089a72

Browse files
committed
Correct ruby/rails version requirements in gemspec
1 parent ec15fa9 commit b089a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

active_model_serializers.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Gem::Specification.new do |spec|
1919
spec.require_paths = ['lib']
2020
spec.executables = []
2121

22-
spec.required_ruby_version = '>= 2.0.0'
22+
spec.required_ruby_version = '>= 2.1'
2323

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

0 commit comments

Comments
 (0)