Updated dependecy 'composite_primary_keys' to newly released gem for Rails 5.1.
This commit is contained in:
parent
b0bfe42437
commit
eccf00ade4
2 changed files with 4 additions and 11 deletions
3
Gemfile
3
Gemfile
|
@ -53,8 +53,7 @@ gem 'mime-types'
|
|||
|
||||
gem 'biz'
|
||||
|
||||
# temporary till pull request gets merged: https://github.com/composite-primary-keys/composite_primary_keys/pull/404
|
||||
gem 'composite_primary_keys', git: 'https://github.com/jkowens/composite_primary_keys.git', branch: 'rails-5_1'
|
||||
gem 'composite_primary_keys'
|
||||
gem 'delayed_job_active_record'
|
||||
gem 'daemons'
|
||||
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -1,11 +1,3 @@
|
|||
GIT
|
||||
remote: https://github.com/jkowens/composite_primary_keys.git
|
||||
revision: 7f4670b54b3c6e94992161b4efe2c8717d7c0e71
|
||||
branch: rails-5_1
|
||||
specs:
|
||||
composite_primary_keys (9.0.7)
|
||||
activerecord (~> 5.1.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/thorsteneckel/autodiscover.git
|
||||
revision: 29d713ee0c8c25fcf74c4292ff13fe1fa4d0d827
|
||||
|
@ -102,6 +94,8 @@ GEM
|
|||
coffee-script
|
||||
execjs
|
||||
json
|
||||
composite_primary_keys (10.0.0)
|
||||
activerecord (~> 5.1.0)
|
||||
concurrent-ruby (1.0.5)
|
||||
coveralls (0.8.21)
|
||||
json (>= 1.8, < 3)
|
||||
|
@ -482,7 +476,7 @@ DEPENDENCIES
|
|||
coffee-rails
|
||||
coffee-script-source
|
||||
coffeelint
|
||||
composite_primary_keys!
|
||||
composite_primary_keys
|
||||
coveralls
|
||||
daemons
|
||||
delayed_job_active_record
|
||||
|
|
Loading…
Reference in a new issue