Skip to content

Commit 29a8d43

Browse files
authored
Merge pull request #858 from activerecord-hackery/polyamorous_1.3.2
Bump Polyamorous to 1.3.2 for Rails 5.2 support
2 parents feaebd5 + d8ab32f commit 29a8d43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ransack.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Gem::Specification.new do |s|
66
s.name = "ransack"
77
s.version = Ransack::VERSION
88
s.platform = Gem::Platform::RUBY
9-
s.authors = ["Ernie Miller", "Ryan Bigg", "Jon Atack"]
10-
s.email = ["ernie@erniemiller.org", "radarlistener@gmail.com", "jonnyatack@gmail.com"]
9+
s.authors = ["Ernie Miller", "Ryan Bigg", "Jon Atack","Sean Carroll"]
10+
s.email = ["ernie@erniemiller.org", "radarlistener@gmail.com", "jonnyatack@gmail.com","sfcarroll@gmail.com"]
1111
s.homepage = "https://github.com/activerecord-hackery/ransack"
1212
s.summary = %q{Object-based searching for Active Record and Mongoid (currently).}
1313
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.}
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.add_dependency 'activerecord', '>= 3.0'
2121
s.add_dependency 'activesupport', '>= 3.0'
2222
s.add_dependency 'i18n'
23-
s.add_dependency 'polyamorous', '~> 1.3'
23+
s.add_dependency 'polyamorous', '~> 1.3.2'
2424
s.add_development_dependency 'rspec', '~> 3'
2525
s.add_development_dependency 'machinist', '~> 1.0.6'
2626
s.add_development_dependency 'faker', '~> 0.9.5'

0 commit comments

Comments
 (0)