Skip to content

Commit

Permalink
Updating to latest polyamorous in hopes it resolves some other polymo…
Browse files Browse the repository at this point in the history
…rphic joins erros in squeel (activerecord-hackery#369 and activerecord-hackery#380).
  • Loading branch information
jrreed committed Jun 14, 2016
1 parent 51422a9 commit e3fcd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squeel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

s.add_dependency 'activerecord', '>= 3.0'
s.add_dependency 'activesupport', '>= 3.0'
s.add_dependency 'polyamorous', '~> 1.2.0'
s.add_dependency 'polyamorous', '~> 1.3.0'
s.add_development_dependency 'rspec', '~> 2.6.0'
s.add_development_dependency 'faker', '~> 0.9.5'
s.add_development_dependency 'sqlite3', '~> 1.3.3'
Expand Down

2 comments on commit e3fcd1c

@jonatack
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Polyamorous 1.3.1 was released. Perhaps best to use '~> 1.3'.

@gmcnaughton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonatack Thanks for the heads up! You're right that it's probably safe to relax even further, but as it stands '~> 1.3.0' should allow 1.3.1 as well!

Please sign in to comment.