Skip to content

Commit

Permalink
Merge pull request #14 from Qqwy/kaminari-dependency-version-change
Browse files Browse the repository at this point in the history
Changed kaminari dependency minimum version
  • Loading branch information
chamnap committed Apr 20, 2016
2 parents 23abfe2 + 42c11fa commit ec01b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions liquid-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|

spec.add_dependency 'rails', '>= 3.2'
spec.add_dependency 'liquid', '>= 3.0.0'
spec.add_dependency 'kaminari', '~> 0.16.1'
end
spec.add_dependency 'kaminari', '>= 0.16.1'
end

0 comments on commit ec01b59

Please sign in to comment.