Skip to content

Commit

Permalink
Let's just use the newest one
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Oct 12, 2016
1 parent 2293636 commit 994f4ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kaminari-actionview/kaminari-actionview.gemspec
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|

spec.add_dependency 'actionview'

spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "bundler", ">= 1.12"
end
2 changes: 1 addition & 1 deletion kaminari-activerecord/kaminari-activerecord.gemspec
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|

spec.add_dependency 'activerecord'

spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "bundler", ">= 1.12"
end
2 changes: 1 addition & 1 deletion kaminari-core/kaminari-core.gemspec
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.13"
spec.add_development_dependency "bundler", ">= 1.13"
end

0 comments on commit 994f4ba

Please sign in to comment.