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
$ pre-commit run --all-files
[INFO] Installing environment for https://github.com/jumanjihouse/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/opt/local/bin/ruby3.0', '/opt/local/bin/gem', 'install', '--no-document', '--no-format-executable', 'fake_gem__-0.0.0.gem')
return code: 1
expected return code: 0
stdout: (none)
stderr:
ERROR: While executing gem ... (Gem::DependencyResolutionError)
conflicting dependencies rubocop (>= 0.68.1) and rubocop (= 1.10.0)
Activated rubocop-1.10.0
which does not match conflicting dependency (>= 0.68.1)
Conflicting dependency chains:
fake_gem__ (= 0.0.0), 0.0.0 activated, depends on
rubocop (= 1.10.0), 1.10.0 activated
versus:
fake_gem__ (= 0.0.0), 0.0.0 activated, depends on
rubocop-rspec (= 1.40.0), 1.40.0 activated, depends on
rubocop (>= 0.68.1)
The text was updated successfully, but these errors were encountered:
(Pointing instead to Ruby 2.7 works fine)
The text was updated successfully, but these errors were encountered: