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'
|
gem 'biz'
|
||||||
|
|
||||||
# temporary till pull request gets merged: https://github.com/composite-primary-keys/composite_primary_keys/pull/404
|
gem 'composite_primary_keys'
|
||||||
gem 'composite_primary_keys', git: 'https://github.com/jkowens/composite_primary_keys.git', branch: 'rails-5_1'
|
|
||||||
gem 'delayed_job_active_record'
|
gem 'delayed_job_active_record'
|
||||||
gem 'daemons'
|
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
|
GIT
|
||||||
remote: https://github.com/thorsteneckel/autodiscover.git
|
remote: https://github.com/thorsteneckel/autodiscover.git
|
||||||
revision: 29d713ee0c8c25fcf74c4292ff13fe1fa4d0d827
|
revision: 29d713ee0c8c25fcf74c4292ff13fe1fa4d0d827
|
||||||
|
@ -102,6 +94,8 @@ GEM
|
||||||
coffee-script
|
coffee-script
|
||||||
execjs
|
execjs
|
||||||
json
|
json
|
||||||
|
composite_primary_keys (10.0.0)
|
||||||
|
activerecord (~> 5.1.0)
|
||||||
concurrent-ruby (1.0.5)
|
concurrent-ruby (1.0.5)
|
||||||
coveralls (0.8.21)
|
coveralls (0.8.21)
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
|
@ -482,7 +476,7 @@ DEPENDENCIES
|
||||||
coffee-rails
|
coffee-rails
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
coffeelint
|
coffeelint
|
||||||
composite_primary_keys!
|
composite_primary_keys
|
||||||
coveralls
|
coveralls
|
||||||
daemons
|
daemons
|
||||||
delayed_job_active_record
|
delayed_job_active_record
|
||||||
|
|
Loading…
Reference in a new issue