Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5-2-0] Restore Capybara's dependencies in Gemfile.lock #32490

Merged
merged 1 commit into from
Apr 8, 2018

Conversation

eugeneius
Copy link
Member

These went missing in b5d2624, which was causing bundle install to fail with:

Downloading capybara-3.0.1 revealed dependencies not in the API or the lockfile (addressable (>= 0), mini_mime (>= 0.1.3), nokogiri (~> 1.8), rack (>= 1.6.0), rack-test (>= 0.6.3), xpath (~> 3.0)).
Either installing with `--full-index` or running `bundle update capybara` should fix the problem.

In Gemfile:
  capybara

r? @rafaelfranca

These went missing in b5d2624, which
was causing `bundle install` to fail with:

    Downloading capybara-3.0.1 revealed dependencies not in the API or the lockfile (addressable (>= 0), mini_mime (>= 0.1.3), nokogiri (~> 1.8), rack (>= 1.6.0), rack-test (>= 0.6.3), xpath (~> 3.0)).
    Either installing with `--full-index` or running `bundle update capybara` should fix the problem.

    In Gemfile:
      capybara
@rails-bot
Copy link

warning Warning warning

  • Pull requests are usually filed against the master branch for this repo, but this one is against 5-2-0. Please double check that you specified the right target!

@eugeneius eugeneius changed the title Restore Capybara's dependencies in Gemfile.lock [5-2-0] Restore Capybara's dependencies in Gemfile.lock Apr 7, 2018
@kamipo kamipo merged commit ec8a8c9 into rails:5-2-0 Apr 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants