You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It conflicts with the one from `Gemfile-rails-dependencies`
```
[!] There was an error parsing `Gemfile`:
[!] There was an error parsing `Gemfile-rails-dependencies`: You cannot specify the same gem twice with different version requirements.
You specified: selenium-webdriver (>= 4.0.0.rc1) and selenium-webdriver (>= 0). Bundler cannot continue.
# from /Users/pirj/source/rspec-dev/repos/rspec-rails/Gemfile-rails-dependencies:13
# -------------------------------------------
# gem 'activerecord-jdbcsqlite3-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', platforms: [:jruby]
> gem 'selenium-webdriver', require: false
# when /stable$/
# -------------------------------------------
. Bundler cannot continue.
# from /Users/pirj/source/rspec-dev/repos/rspec-rails/tmp/example_app/Gemfile:63
# -------------------------------------------
# eval_gemfile '/Users/pirj/source/rspec-dev/repos/rspec-rails/Gemfile-rspec-dependencies'
> eval_gemfile '/Users/pirj/source/rspec-dev/repos/rspec-rails/Gemfile-rails-dependencies'
# -------------------------------------------
```
0 commit comments