Skip to content

Commit

Permalink
Merge pull request #858 from activerecord-hackery/polyamorous_1.3.2
Browse files Browse the repository at this point in the history
Bump Polyamorous to 1.3.2 for Rails 5.2 support
  • Loading branch information
scarroll32 authored Jan 23, 2018
2 parents feaebd5 + d8ab32f commit 29a8d43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ransack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Gem::Specification.new do |s|
s.name = "ransack"
s.version = Ransack::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Ernie Miller", "Ryan Bigg", "Jon Atack"]
s.email = ["[email protected]", "[email protected]", "[email protected]"]
s.authors = ["Ernie Miller", "Ryan Bigg", "Jon Atack","Sean Carroll"]
s.email = ["[email protected]", "[email protected]", "[email protected]","[email protected]"]
s.homepage = "https://github.com/activerecord-hackery/ransack"
s.summary = %q{Object-based searching for Active Record and Mongoid (currently).}
s.description = %q{Ransack is the successor to the MetaSearch gem. It improves and expands upon MetaSearch's functionality, but does not have a 100%-compatible API.}
Expand All @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency 'activerecord', '>= 3.0'
s.add_dependency 'activesupport', '>= 3.0'
s.add_dependency 'i18n'
s.add_dependency 'polyamorous', '~> 1.3'
s.add_dependency 'polyamorous', '~> 1.3.2'
s.add_development_dependency 'rspec', '~> 3'
s.add_development_dependency 'machinist', '~> 1.0.6'
s.add_development_dependency 'faker', '~> 0.9.5'
Expand Down

0 comments on commit 29a8d43

Please sign in to comment.