Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Incompatible with new parallel_tests gem due to version restriction #341

Open
bootstraponline opened this issue Jun 29, 2015 · 2 comments
Open

Comments

@bootstraponline
Copy link
Contributor

$ bundle install
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "parallel_tests":
  In snapshot (Gemfile.lock):
    parallel_tests (= 1.5.1)

  In Gemfile:
    sauce (~> 3.5.6) ruby depends on
      parallel_tests (<= 1.3.7, >= 1.1.1) ruby

    parallel_tests (~> 1.5.1) ruby

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
$ cat Gemfile
source 'https://rubygems.org'

gem 'parallel_split_test', '~> 0.4.0'
gem 'parallel_tests', '~> 1.5.1'
gem 'rspec', '~> 3.3.0'
gem 'sauce', '~> 3.5.6'

It'd be nice to use the new parallel_tests gem.

@vjong-gpsw
Copy link

+1

1 similar comment
@david-boyd
Copy link

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants