Skip to content

Commit

Permalink
Remove Rails < 7 restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedalbert committed Mar 29, 2022
1 parent 9bba287 commit 958c58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'kaminari', '>= 0.14', '< 2.0'
spec.add_dependency 'nested_form', '~> 0.3'
spec.add_dependency 'rack-pjax', '>= 0.7'
spec.add_dependency 'rails', ['>= 5.0', '< 7']
spec.add_dependency 'rails', '>= 5.0'
spec.add_dependency 'remotipart', '~> 1.3'
spec.add_dependency 'sassc-rails', ['>= 1.3', '< 3']
spec.add_dependency 'activemodel-serializers-xml', '>= 1.0'
Expand Down

0 comments on commit 958c58d

Please sign in to comment.