Skip to content

Commit

Permalink
Fix gemspec to be compatible with rails 5 and kaminari
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklandgrebe committed Dec 14, 2017
1 parent 628518b commit 351cbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caprese.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.1'

spec.add_dependency 'active_model_serializers', '0.10.6'
spec.add_dependency 'kaminari', '~> 0.16.0'
spec.add_dependency 'rails', '~> 5.1.0'
spec.add_dependency 'kaminari', '>= 0.17.0'
spec.add_dependency 'rails', '>= 5.1.0', '< 6.0.0'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'factory_girl'
Expand Down

0 comments on commit 351cbc9

Please sign in to comment.