mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
migrated to polyamorous 1.1.0
This commit is contained in:
parent
1677614165
commit
52c4cc6659
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -5,7 +5,7 @@ gem 'rake'
|
|||
|
||||
rails = ENV['RAILS'] || '4-1-stable'
|
||||
|
||||
gem 'polyamorous', '~> 1.0.0'
|
||||
gem 'polyamorous', '~> 1.1.0'
|
||||
|
||||
case rails
|
||||
when /\// # A path
|
||||
|
|
|
@ -19,7 +19,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.0.0'
|
||||
s.add_dependency 'polyamorous', '~> 1.1.0'
|
||||
s.add_development_dependency 'rspec', '~> 2.14.0'
|
||||
s.add_development_dependency 'machinist', '~> 1.0.6'
|
||||
s.add_development_dependency 'faker', '~> 0.9.5'
|
||||
|
|
Loading…
Reference in a new issue