treasure-data / td

CUI Interface
https://toolbelt.treasuredata.com
49 stars 26 forks source link

Can't update rubocop ver0.49 because of the parallel gem conflict #190

Closed pataiji closed 7 years ago

pataiji commented 7 years ago

Please update the dependent version.

$ bundle update rubocop
Fetching gem metadata from https://rubygems.org/..............
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies....
Bundler could not find compatible versions for gem "parallel":
  In snapshot (Gemfile.lock):
    parallel (= 1.8.0)

  In Gemfile:
    rubocop (~> 0.49.1) was resolved to 0.49.1, which depends on
      parallel (~> 1.10)

    td was resolved to 0.15.2, which depends on
      parallel (~> 1.8.0)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
nurse commented 7 years ago

Fixed by 294798f. Thank you for feedback!