SketchUp / rubocop-sketchup

Rubocop cops for SketchUp - test against our Extension Warehouse technical requirements and other pitfalls
MIT License
14 stars 8 forks source link

Bundle version format is invalid #130

Open thomthom opened 4 years ago

thomthom commented 4 years ago
[!] There was an error parsing `Gemfile`: Illformed requirement ["<= 0.80, >= 0.80"]. Bundler cannot continue.
thomthom commented 4 years ago

Correct syntax:

gem 'rubocop', '>= 0.82', '<= 0.93'
gem 'rubocop-sketchup', '~> 0.17.1'
thomthom commented 3 years ago

Still wrong:

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