From 9d8fd801f4dcd8db5c52017c851940864ac7bd48 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Thu, 10 Dec 2015 00:18:31 +0100 Subject: [PATCH] Bump Polyamorous to version 1.3.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 500bcfc..260cb7a 100644 --- a/Gemfile +++ b/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'