Fixed dependency issue: composite_primary_keys 10.0.1 is not compatible with Rails 5.1.5 due to the following change: 1a723c65bb
This commit is contained in:
parent
7e91e3ca4a
commit
79a652b917
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue