mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
Bump Polyamorous to version 1.3.0
This commit is contained in:
parent
da0d0e8f43
commit
9d8fd801f4
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -10,7 +10,7 @@ if rails == 'master'
|
|||
gem 'arel', github: 'rails/arel'
|
||||
gem 'polyamorous', github: 'activerecord-hackery/polyamorous'
|
||||
else
|
||||
gem 'polyamorous', '~> 1.2'
|
||||
gem 'polyamorous', '~> 1.3'
|
||||
end
|
||||
|
||||
gem 'pry'
|
||||
|
|
Loading…
Reference in a new issue