File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ rails = ENV['RAILS'] || '4-2-stable'
77
88if rails == 'master'
99 gem 'arel' , github : 'rails/arel'
10+ gem 'polyamorous' , github : 'activerecord-hackery/polyamorous'
11+ else
12+ gem 'polyamorous' , '~> 1.2'
1013end
1114
12- gem 'polyamorous' , '~> 1.1'
13-
1415gem 'pry'
1516
1617# Provide timezone information on Windows
Original file line number Diff line number Diff line change @@ -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.1 '
23+ s . add_dependency 'polyamorous' , '~> 1.2 '
2424 s . add_development_dependency 'rspec' , '~> 2.14.0'
2525 s . add_development_dependency 'machinist' , '~> 1.0.6'
2626 s . add_development_dependency 'faker' , '~> 0.9.5'
You can’t perform that action at this time.
0 commit comments