Skip to content

Commit

Permalink
Merge pull request #847 from timoschilling/patch-2
Browse files Browse the repository at this point in the history
specify required ruby version
  • Loading branch information
amatsuda committed Jan 11, 2017
2 parents f7aa087 + a921b95 commit f387262
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kaminari.gemspec
Expand Up @@ -16,6 +16,8 @@ Gem::Specification.new do |s|
s.files = `git ls-files | egrep -v 'kaminari-(core|actionview|activerecord)' | grep -v '^test'`.split("\n")
s.require_paths = ['lib']

s.required_ruby_version = '>= 2.0.0'

s.add_dependency 'activesupport', '>= 4.1.0'
s.add_dependency 'kaminari-core', Kaminari::VERSION
s.add_dependency 'kaminari-actionview', Kaminari::VERSION
Expand Down

0 comments on commit f387262

Please sign in to comment.