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

Bundle version format is invalid #130

Open
thomthom opened this issue Mar 3, 2020 · 2 comments
Open

Bundle version format is invalid #130

thomthom opened this issue Mar 3, 2020 · 2 comments

Comments

@thomthom
Copy link
Member

thomthom commented Mar 3, 2020

[!] There was an error parsing `Gemfile`: Illformed requirement ["<= 0.80, >= 0.80"]. Bundler cannot continue.
@thomthom
Copy link
Member Author

Correct syntax:

gem 'rubocop', '>= 0.82', '<= 0.93'
gem 'rubocop-sketchup', '~> 0.17.1'

@thomthom
Copy link
Member Author

Still wrong:

gem 'rubocop', ''>= 0.82', '<= 0.93''
gem 'rubocop-sketchup', '~> 0.18.0'

@thomthom thomthom reopened this Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant