-
-
Notifications
You must be signed in to change notification settings - Fork 810
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #858 from activerecord-hackery/polyamorous_1.3.2
Bump Polyamorous to 1.3.2 for Rails 5.2 support
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.} | ||
|
@@ -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' | ||
|