From 79a652b91774487575037d5be8190be907355162 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Thu, 5 Apr 2018 10:52:13 +0200 Subject: [PATCH] Fixed dependency issue: composite_primary_keys 10.0.1 is not compatible with Rails 5.1.5 due to the following change: https://github.com/rails/rails/commit/1a723c65bbe91ad969b67416233d20eff6d2a46a --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0050ed48e..3db4fe6b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,8 +94,8 @@ GEM coffee-script execjs json - composite_primary_keys (10.0.1) - activerecord (~> 5.1.0) + composite_primary_keys (10.0.3) + activerecord (~> 5.1.0, >= 5.1.5) concurrent-ruby (1.0.5) coveralls (0.7.1) multi_json (~> 1.3)