Skip to content

Commit

Permalink
Bump dependencies to allow Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneius committed Oct 12, 2023
1 parent f30f42c commit c54c409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions restpack_serializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency 'activesupport', ['>= 4.0.3', '< 7.1']
gem.add_dependency 'activerecord', ['>= 4.0.3', '< 7.1']
gem.add_dependency 'activesupport', ['>= 4.0.3', '< 7.2']
gem.add_dependency 'activerecord', ['>= 4.0.3', '< 7.2']
gem.add_dependency 'kaminari', ['>= 0.17.0', '< 2.0']

gem.add_development_dependency 'restpack_gem', '~> 0.0.9'
Expand Down

0 comments on commit c54c409

Please sign in to comment.